2018-08-28 06:57:46,482 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-255 | | 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-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-28 06:57:46,485 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=bIXamgLSpWHfJTfZD3Q2KpX3e 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=ffb4780928b040148efb0f81bcbbd35f export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=ud5ORYOKDShhVlfBJFVOQKb1X export OS_REGION_NAME=regionOne 2018-08-28 06:57:46,485 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-28 06:57:46,486 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-28 06:57:46,509 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:57:46,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:57:46,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:57:46,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:57:46,794 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-28 06:57:46,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-28 06:57:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:57:46,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e08b475-f73c-4b71-bf6a-6025dfc92d02 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:57:46,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2e08b475-f73c-4b71-bf6a-6025dfc92d02 2018-08-28 06:57:46,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:57:47,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["je14iuvJRWGpNnMY2ypTbg"], "issued_at": "2018-08-28T06:57:47.000000Z"}} 2018-08-28 06:57:47,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:48,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59e3beac-33bc-43b4-9474-cf34a5800978 x-compute-request-id: req-59e3beac-33bc-43b4-9474-cf34a5800978 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-28 06:57:48,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-59e3beac-33bc-43b4-9474-cf34a5800978 2018-08-28 06:57:48,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.34099698067s 2018-08-28 06:57:48,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-59e3beac-33bc-43b4-9474-cf34a5800978 2018-08-28 06:57:48,136 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-28 06:57:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:57:48,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 06:57:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b2ac4e4-0058-4717-9739-8ea994d99fe8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 06:57:48,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-1b2ac4e4-0058-4717-9739-8ea994d99fe8 2018-08-28 06:57:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 06:57:48,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:48,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655ffdf0-37c6-4d49-adc6-36cf600f6c2c Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 06:57:48,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-655ffdf0-37c6-4d49-adc6-36cf600f6c2c 2018-08-28 06:57:48,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.266926050186s 2018-08-28 06:57:48,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-655ffdf0-37c6-4d49-adc6-36cf600f6c2c 2018-08-28 06:57:48,414 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1210309b374d423e9001d3636a7400b1', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-28 06:57:48,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-28 06:57:48,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:48,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d734a95c-54dd-4baf-9849-f71e084d18b0 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/00464f115aae4c94ac69f14b242a1ba8"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/02df021132bf463a9e9e37781a206b04"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "02df021132bf463a9e9e37781a206b04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/04b2b46f655649d4a83f5e914ef679c7"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b1abbe730e14d3cb987cc7b2b59ce5f"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b6f2dde0d514c69a07f9c95da3e3183"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0dfa8d652bc7448fbebd56bf79bfe74d"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1556e363e6fe4d9a99ab62f88fdcf8d2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1c07fa9060524e9895cb83bf83a50242"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2cbd3da689b14030822ae9330bac0a4b"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/369c5e2b9d254509b68b2c798dfef309"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/427bffbc296948a99ec1508635081ace"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "427bffbc296948a99ec1508635081ace"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/488c3a0f0526476a9f5bc33a78db4b66"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "212632a559b143d48195b35855d7306b", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/49e706918dc24986a5a80f72da774d2d"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "49e706918dc24986a5a80f72da774d2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4dd8501272e246e0985815206a01c912"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "4dd8501272e246e0985815206a01c912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e69cd83b27b4de4b908c8d6d3001570"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/518e15d91e364ff6bccc4b2b60d726fe"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/767637e0dd534ce18db11f13f47378ec"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "212632a559b143d48195b35855d7306b", "id": "767637e0dd534ce18db11f13f47378ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7c443f5d875e45a7b0d1c8f99389ff52"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7e36a2d203dd4694bc51e093084342a7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8000c3abe71e4f6d990bf113e61edee0"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "8000c3abe71e4f6d990bf113e61edee0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/87f1223104af40bb82d2521f31bfe6af"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/89532c57ad2b410994bce9d59d4ad471"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "212632a559b143d48195b35855d7306b", "id": "89532c57ad2b410994bce9d59d4ad471"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/928fca2a2e83491ebe1bf78741e6f05c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/960497a4051c4d24a89c83f451b612e8"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "960497a4051c4d24a89c83f451b612e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/998cfb734f6141e8a292f1bfb3ce7afd"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9ebc2b10420d4e75870a3f7a14cc5b68"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a9cfba814c1c44ceb4bc6091fcc043a0"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/aa19974e31714bf19302abfc758d2737"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "aa19974e31714bf19302abfc758d2737"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ae500a61aed84053bc56569431398e7a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "ae500a61aed84053bc56569431398e7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/af304753c72c436187b1c33175a53c02"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "af304753c72c436187b1c33175a53c02"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b2406f81cca04d7cbee4b3f4c89cc1a2"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b39afe54f6234302a7b1ded406eda736"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "b39afe54f6234302a7b1ded406eda736"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bf921ea9fe28457db6e2663e7d6e7a5e"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c3f3ede3209045e3998718e7b15831a2"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "c3f3ede3209045e3998718e7b15831a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/caa8ce2e8733413393589fe242a0bdb0"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d084269205784bb5a071e5d4b419196c"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "d084269205784bb5a071e5d4b419196c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dc6f3007cc1c4f01b752432aa22dc87a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e2c75bbd1d764bad9308ac032bf58797"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "e2c75bbd1d764bad9308ac032bf58797"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e2d0a5b03b434a2b8614c3c8f0d36ea8"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fd29ef4b6a874f828a48eccd53dbfaa7"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ffceab17925e4d96a5134007490c7e81"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "ffceab17925e4d96a5134007490c7e81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fffa896dc22b4383b8617008907adfab"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "fffa896dc22b4383b8617008907adfab"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-28 06:57:48,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-d734a95c-54dd-4baf-9849-f71e084d18b0 2018-08-28 06:57:48,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.273524999619s 2018-08-28 06:57:48,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-d734a95c-54dd-4baf-9849-f71e084d18b0 2018-08-28 06:57:48,699 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/00464f115aae4c94ac69f14b242a1ba8'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'47c320b6110e4849a5123b65c1b2f9a3', u'id': u'00464f115aae4c94ac69f14b242a1ba8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/02df021132bf463a9e9e37781a206b04'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c113bd7c2bbe4e37a6c970ef34dcaf0c', u'id': u'02df021132bf463a9e9e37781a206b04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/04b2b46f655649d4a83f5e914ef679c7'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'47c320b6110e4849a5123b65c1b2f9a3', u'id': u'04b2b46f655649d4a83f5e914ef679c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0b1abbe730e14d3cb987cc7b2b59ce5f'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6dcb45d2dbbd48d5b8b3a45ca3a01a6f', u'id': u'0b1abbe730e14d3cb987cc7b2b59ce5f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0b6f2dde0d514c69a07f9c95da3e3183'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'19cd30d7448e4b51867091dcc239cbe7', u'id': u'0b6f2dde0d514c69a07f9c95da3e3183'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0dfa8d652bc7448fbebd56bf79bfe74d'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'51563715b8c744d5abb309c6204234dc', u'id': u'0dfa8d652bc7448fbebd56bf79bfe74d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1556e363e6fe4d9a99ab62f88fdcf8d2'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0290cbfe04044708a2a2f9eafe6f1311', u'id': u'1556e363e6fe4d9a99ab62f88fdcf8d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1c07fa9060524e9895cb83bf83a50242'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2cf8501ed1c144d492e9cc7cb3f3cf72', u'id': u'1c07fa9060524e9895cb83bf83a50242'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2cbd3da689b14030822ae9330bac0a4b'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4ec81b3d164e4b599dec46841db88392', u'id': u'2cbd3da689b14030822ae9330bac0a4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/369c5e2b9d254509b68b2c798dfef309'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a4d8c8d4a06b40a1ab595f2145f5e79a', u'id': u'369c5e2b9d254509b68b2c798dfef309'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/427bffbc296948a99ec1508635081ace'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5b3cdcfbc26446ccbd47637ffa185cd3', u'id': u'427bffbc296948a99ec1508635081ace'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/488c3a0f0526476a9f5bc33a78db4b66'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'212632a559b143d48195b35855d7306b', u'id': u'488c3a0f0526476a9f5bc33a78db4b66'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/49e706918dc24986a5a80f72da774d2d'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5b3cdcfbc26446ccbd47637ffa185cd3', u'id': u'49e706918dc24986a5a80f72da774d2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4dd8501272e246e0985815206a01c912'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5b3cdcfbc26446ccbd47637ffa185cd3', u'id': u'4dd8501272e246e0985815206a01c912'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4e69cd83b27b4de4b908c8d6d3001570'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1645c585083d438e8a6213bd5054b4bc', u'id': u'4e69cd83b27b4de4b908c8d6d3001570'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/518e15d91e364ff6bccc4b2b60d726fe'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2cf8501ed1c144d492e9cc7cb3f3cf72', u'id': u'518e15d91e364ff6bccc4b2b60d726fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/767637e0dd534ce18db11f13f47378ec'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'212632a559b143d48195b35855d7306b', u'id': u'767637e0dd534ce18db11f13f47378ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7c443f5d875e45a7b0d1c8f99389ff52'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'19cd30d7448e4b51867091dcc239cbe7', u'id': u'7c443f5d875e45a7b0d1c8f99389ff52'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7e36a2d203dd4694bc51e093084342a7'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6dcb45d2dbbd48d5b8b3a45ca3a01a6f', u'id': u'7e36a2d203dd4694bc51e093084342a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8000c3abe71e4f6d990bf113e61edee0'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6dcb45d2dbbd48d5b8b3a45ca3a01a6f', u'id': u'8000c3abe71e4f6d990bf113e61edee0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/87f1223104af40bb82d2521f31bfe6af'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'da6ba89a1c7a4ea5b7684d3f7f2e4529', u'id': u'87f1223104af40bb82d2521f31bfe6af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/89532c57ad2b410994bce9d59d4ad471'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'212632a559b143d48195b35855d7306b', u'id': u'89532c57ad2b410994bce9d59d4ad471'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/928fca2a2e83491ebe1bf78741e6f05c'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c113bd7c2bbe4e37a6c970ef34dcaf0c', u'id': u'928fca2a2e83491ebe1bf78741e6f05c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/960497a4051c4d24a89c83f451b612e8'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0290cbfe04044708a2a2f9eafe6f1311', u'id': u'960497a4051c4d24a89c83f451b612e8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/998cfb734f6141e8a292f1bfb3ce7afd'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c7ae98ea19cd4015a7658fe96f803dfd', u'id': u'998cfb734f6141e8a292f1bfb3ce7afd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/9ebc2b10420d4e75870a3f7a14cc5b68'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c7ae98ea19cd4015a7658fe96f803dfd', u'id': u'9ebc2b10420d4e75870a3f7a14cc5b68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a9cfba814c1c44ceb4bc6091fcc043a0'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'19cd30d7448e4b51867091dcc239cbe7', u'id': u'a9cfba814c1c44ceb4bc6091fcc043a0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/aa19974e31714bf19302abfc758d2737'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'47c320b6110e4849a5123b65c1b2f9a3', u'id': u'aa19974e31714bf19302abfc758d2737'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ae500a61aed84053bc56569431398e7a'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c113bd7c2bbe4e37a6c970ef34dcaf0c', u'id': u'ae500a61aed84053bc56569431398e7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/af304753c72c436187b1c33175a53c02'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a4d8c8d4a06b40a1ab595f2145f5e79a', u'id': u'af304753c72c436187b1c33175a53c02'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b2406f81cca04d7cbee4b3f4c89cc1a2'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1645c585083d438e8a6213bd5054b4bc', u'id': u'b2406f81cca04d7cbee4b3f4c89cc1a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b39afe54f6234302a7b1ded406eda736'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4ec81b3d164e4b599dec46841db88392', u'id': u'b39afe54f6234302a7b1ded406eda736'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bf921ea9fe28457db6e2663e7d6e7a5e'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a4d8c8d4a06b40a1ab595f2145f5e79a', u'id': u'bf921ea9fe28457db6e2663e7d6e7a5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c3f3ede3209045e3998718e7b15831a2'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2cf8501ed1c144d492e9cc7cb3f3cf72', u'id': u'c3f3ede3209045e3998718e7b15831a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/caa8ce2e8733413393589fe242a0bdb0'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'da6ba89a1c7a4ea5b7684d3f7f2e4529', u'id': u'caa8ce2e8733413393589fe242a0bdb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d084269205784bb5a071e5d4b419196c'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1645c585083d438e8a6213bd5054b4bc', u'id': u'd084269205784bb5a071e5d4b419196c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/dc6f3007cc1c4f01b752432aa22dc87a'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'da6ba89a1c7a4ea5b7684d3f7f2e4529', u'id': u'dc6f3007cc1c4f01b752432aa22dc87a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e2c75bbd1d764bad9308ac032bf58797'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0290cbfe04044708a2a2f9eafe6f1311', u'id': u'e2c75bbd1d764bad9308ac032bf58797'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e2d0a5b03b434a2b8614c3c8f0d36ea8'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c7ae98ea19cd4015a7658fe96f803dfd', u'id': u'e2d0a5b03b434a2b8614c3c8f0d36ea8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/fd29ef4b6a874f828a48eccd53dbfaa7'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4ec81b3d164e4b599dec46841db88392', u'id': u'fd29ef4b6a874f828a48eccd53dbfaa7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ffceab17925e4d96a5134007490c7e81'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'51563715b8c744d5abb309c6204234dc', u'id': u'ffceab17925e4d96a5134007490c7e81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/fffa896dc22b4383b8617008907adfab'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51563715b8c744d5abb309c6204234dc', u'id': u'fffa896dc22b4383b8617008907adfab'})] 2018-08-28 06:57:48,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-28 06:57:48,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:48,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e2c5463-97d5-42ba-880a-7313f027363e x-compute-request-id: req-0e2c5463-97d5-42ba-880a-7313f027363e Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-28 06:57:48,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-0e2c5463-97d5-42ba-880a-7313f027363e 2018-08-28 06:57:48,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.115118026733s 2018-08-28 06:57:48,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-0e2c5463-97d5-42ba-880a-7313f027363e 2018-08-28 06:57:48,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-28 06:57:48,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:50,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-363d030c-856d-49ba-b16d-6878e54fcd8a x-compute-request-id: req-363d030c-856d-49ba-b16d-6878e54fcd8a Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-28 06:57:50,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-363d030c-856d-49ba-b16d-6878e54fcd8a 2018-08-28 06:57:50,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.16924214363s 2018-08-28 06:57:50,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-363d030c-856d-49ba-b16d-6878e54fcd8a 2018-08-28 06:57:50,003 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-28 06:57:50,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 06:57:50,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:51,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6a9fd59c-5527-4a6a-be94-5c0967cd7965 Date: Tue, 28 Aug 2018 06:57:51 GMT RESP BODY: {"floatingips": []} 2018-08-28 06:57:51,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6a9fd59c-5527-4a6a-be94-5c0967cd7965 2018-08-28 06:57:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.14775514603s 2018-08-28 06:57:51,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6a9fd59c-5527-4a6a-be94-5c0967cd7965 2018-08-28 06:57:51,157 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-28 06:57:51,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-28 06:57:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:51,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57: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-9bfcaccf-f991-49fb-8721-ff182e5ad253 x-compute-request-id: req-9bfcaccf-f991-49fb-8721-ff182e5ad253 Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 323}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "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": 326}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-28 06:57:51,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-9bfcaccf-f991-49fb-8721-ff182e5ad253 2018-08-28 06:57:51,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.185168981552s 2018-08-28 06:57:51,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-9bfcaccf-f991-49fb-8721-ff182e5ad253 2018-08-28 06:57:51,344 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', 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': 323}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 326}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-28 06:57:51,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-28 06:57:51,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:51,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-858ce103-1005-47af-b878-91226cea012d x-compute-request-id: req-858ce103-1005-47af-b878-91226cea012d Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-28 06:57:51,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-858ce103-1005-47af-b878-91226cea012d 2018-08-28 06:57:51,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.143691062927s 2018-08-28 06:57:51,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-858ce103-1005-47af-b878-91226cea012d 2018-08-28 06:57:51,489 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-28 06:57:51,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:57:51,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:52,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-eb95c78d-739e-48e5-8be4-b1c6b1d4554d Date: Tue, 28 Aug 2018 06:57:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:57:52,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eb95c78d-739e-48e5-8be4-b1c6b1d4554d 2018-08-28 06:57:52,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.34194087982s 2018-08-28 06:57:52,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eb95c78d-739e-48e5-8be4-b1c6b1d4554d 2018-08-28 06:57:52,832 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'dcc4201a-ee1d-437e-9a0b-0e60cf865375'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T06:54:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 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'2984e15ab33b4cd6916f93c02636fc5c', u'created_at': u'2018-08-28T06:54:36Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2984e15ab33b4cd6916f93c02636fc5c'})] 2018-08-28 06:57:52,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 06:57:52,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:54,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2937e53-1aac-45ed-ae24-51fd29c168c7 Date: Tue, 28 Aug 2018 06:57:54 GMT RESP BODY: {"ports":[]} 2018-08-28 06:57:54,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-d2937e53-1aac-45ed-ae24-51fd29c168c7 2018-08-28 06:57:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.32041311264s 2018-08-28 06:57:54,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-d2937e53-1aac-45ed-ae24-51fd29c168c7 2018-08-28 06:57:54,153 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-28 06:57:54,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 06:57:54,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:54,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf57142d-a5ea-4b29-93ee-1b6c07fbfcd3 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "098321adc538408fb36f7bdfa2133c36"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/098321adc538408fb36f7bdfa2133c36/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "14e22db4733e49109c159d3727d45be9"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/14e22db4733e49109c159d3727d45be9/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "15ccd76534864f07b079a213240d69a1"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/15ccd76534864f07b079a213240d69a1/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "1825b8ac0d43434495fdbbd63ad7c6e8"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/1825b8ac0d43434495fdbbd63ad7c6e8/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "23b7691be7ac4b6ab57b51f766ab29b5"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/23b7691be7ac4b6ab57b51f766ab29b5/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "289e83342af04115942183ab8d5bf731"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/289e83342af04115942183ab8d5bf731/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "49ae78dbd8f34e7db2786306be887b3a"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/49ae78dbd8f34e7db2786306be887b3a/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "ffb4780928b040148efb0f81bcbbd35f"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "54ef15f434d34eea84f1973adfde836f"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f/users/54ef15f434d34eea84f1973adfde836f/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "759fd3d0724840f48c50afeb31da41e4"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/759fd3d0724840f48c50afeb31da41e4/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "78574bc70df242cc85e2f82de6cf9d33"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/78574bc70df242cc85e2f82de6cf9d33/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "cd9ee3492eaa4d81aba5804a40f835ae"}, "user": {"id": "78574bc70df242cc85e2f82de6cf9d33"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/78574bc70df242cc85e2f82de6cf9d33/roles/cd9ee3492eaa4d81aba5804a40f835ae"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "ce3b9a2015134748821c10102313e670"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/ce3b9a2015134748821c10102313e670/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "dfb2d4a2866f452cbc1208e485e1e762"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/dfb2d4a2866f452cbc1208e485e1e762/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"project": {"id": "2984e15ab33b4cd6916f93c02636fc5c"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "f10b84e6a29749cc9c41c5d6befdc638"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c/users/f10b84e6a29749cc9c41c5d6befdc638/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"domain": {"id": "1210309b374d423e9001d3636a7400b1"}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "c0df1deb13c248b798b17bbd90424032"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1/users/c0df1deb13c248b798b17bbd90424032/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}, {"scope": {"system": {"all": true}}, "role": {"id": "41a310f735d7403c8b8bc3dcbaf48ca1"}, "user": {"id": "54ef15f434d34eea84f1973adfde836f"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/54ef15f434d34eea84f1973adfde836f/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-28 06:57:54,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-cf57142d-a5ea-4b29-93ee-1b6c07fbfcd3 2018-08-28 06:57:54,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.244589090347s 2018-08-28 06:57:54,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-cf57142d-a5ea-4b29-93ee-1b6c07fbfcd3 2018-08-28 06:57:54,406 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'098321adc538408fb36f7bdfa2133c36'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'14e22db4733e49109c159d3727d45be9'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'15ccd76534864f07b079a213240d69a1'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'1825b8ac0d43434495fdbbd63ad7c6e8'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'23b7691be7ac4b6ab57b51f766ab29b5'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'289e83342af04115942183ab8d5bf731'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'49ae78dbd8f34e7db2786306be887b3a'}), Munch({'project': u'ffb4780928b040148efb0f81bcbbd35f', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'54ef15f434d34eea84f1973adfde836f'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'759fd3d0724840f48c50afeb31da41e4'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'78574bc70df242cc85e2f82de6cf9d33'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'cd9ee3492eaa4d81aba5804a40f835ae', 'user': u'78574bc70df242cc85e2f82de6cf9d33'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'ce3b9a2015134748821c10102313e670'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'dfb2d4a2866f452cbc1208e485e1e762'}), Munch({'project': u'2984e15ab33b4cd6916f93c02636fc5c', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'f10b84e6a29749cc9c41c5d6befdc638'}), Munch({'domain': u'1210309b374d423e9001d3636a7400b1', 'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'c0df1deb13c248b798b17bbd90424032'}), Munch({'id': u'41a310f735d7403c8b8bc3dcbaf48ca1', 'user': u'54ef15f434d34eea84f1973adfde836f'})] 2018-08-28 06:57:54,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:57:54,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:54,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9c03952-6cb4-4712-ad25-1a94efa1c01a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:57:54,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f9c03952-6cb4-4712-ad25-1a94efa1c01a 2018-08-28 06:57:54,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184612989426s 2018-08-28 06:57:54,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f9c03952-6cb4-4712-ad25-1a94efa1c01a 2018-08-28 06:57:54,597 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'061b6c950e3a403388a67b1c561de0cc'}), 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'41a310f735d7403c8b8bc3dcbaf48ca1'}), 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'427a4561072a4ea7b76ab6d8a8449baf'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'be461924f6ba41089862cc08bd33fa57'}), 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'cd9ee3492eaa4d81aba5804a40f835ae'}), 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'f14dd796ac41450abe0188923f143a3c'})] 2018-08-28 06:57:54,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 06:57:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:55,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55f26904-d7f3-4521-87cc-ebf24485e305 Date: Tue, 28 Aug 2018 06:57:55 GMT RESP BODY: {"routers": []} 2018-08-28 06:57:55,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-55f26904-d7f3-4521-87cc-ebf24485e305 2018-08-28 06:57:55,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.1430978775s 2018-08-28 06:57:55,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-55f26904-d7f3-4521-87cc-ebf24485e305 2018-08-28 06:57:55,742 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-28 06:57:55,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 06:57:55,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:55,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-26388d72-22bf-412b-8a11-e9a23a166831 x-compute-request-id: req-26388d72-22bf-412b-8a11-e9a23a166831 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 06:57:55,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-26388d72-22bf-412b-8a11-e9a23a166831 2018-08-28 06:57:55,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0675039291382s 2018-08-28 06:57:55,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-26388d72-22bf-412b-8a11-e9a23a166831 2018-08-28 06:57:55,810 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-28 06:57:55,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-28 06:57:55,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:57:55,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf908b99-9898-40fe-a074-e77b0974007d 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-28 06:57:55,824 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-cf908b99-9898-40fe-a074-e77b0974007d 2018-08-28 06:57:55,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:55,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7215bb3c-5341-4cea-9cd8-d228c0a322d7 Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0290cbfe04044708a2a2f9eafe6f1311"}, "enabled": true, "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/04d5a732efc04a7f9f222132e39e8d11"}, "enabled": true, "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1645c585083d438e8a6213bd5054b4bc"}, "enabled": true, "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/19cd30d7448e4b51867091dcc239cbe7"}, "enabled": true, "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/212632a559b143d48195b35855d7306b"}, "enabled": true, "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2cf8501ed1c144d492e9cc7cb3f3cf72"}, "enabled": true, "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/47c320b6110e4849a5123b65c1b2f9a3"}, "enabled": true, "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4ec81b3d164e4b599dec46841db88392"}, "enabled": true, "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51563715b8c744d5abb309c6204234dc"}, "enabled": true, "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5b3cdcfbc26446ccbd47637ffa185cd3"}, "enabled": true, "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6dcb45d2dbbd48d5b8b3a45ca3a01a6f"}, "enabled": true, "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a4d8c8d4a06b40a1ab595f2145f5e79a"}, "enabled": true, "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c113bd7c2bbe4e37a6c970ef34dcaf0c"}, "enabled": true, "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/c7ae98ea19cd4015a7658fe96f803dfd"}, "enabled": true, "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/da6ba89a1c7a4ea5b7684d3f7f2e4529"}, "enabled": true, "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-28 06:57:55,995 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-7215bb3c-5341-4cea-9cd8-d228c0a322d7 2018-08-28 06:57:55,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.18163394928s 2018-08-28 06:57:55,996 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-7215bb3c-5341-4cea-9cd8-d228c0a322d7 2018-08-28 06:57:56,001 - 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'0290cbfe04044708a2a2f9eafe6f1311', 'name': u'panko'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'04d5a732efc04a7f9f222132e39e8d11', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'1645c585083d438e8a6213bd5054b4bc', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'19cd30d7448e4b51867091dcc239cbe7', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'212632a559b143d48195b35855d7306b', 'name': u'heat'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2cf8501ed1c144d492e9cc7cb3f3cf72', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'47c320b6110e4849a5123b65c1b2f9a3', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'4ec81b3d164e4b599dec46841db88392', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'51563715b8c744d5abb309c6204234dc', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'5b3cdcfbc26446ccbd47637ffa185cd3', 'name': u'swift'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'6dcb45d2dbbd48d5b8b3a45ca3a01a6f', 'name': u'nova'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'a4d8c8d4a06b40a1ab595f2145f5e79a', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'c113bd7c2bbe4e37a6c970ef34dcaf0c', 'name': u'aodh'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'c7ae98ea19cd4015a7658fe96f803dfd', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'da6ba89a1c7a4ea5b7684d3f7f2e4529', 'name': u'glance'})] 2018-08-28 06:57:56,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 06:57:56,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}215cc79ccc6a75aaa77b5af682423856189eb86c" 2018-08-28 06:57:56,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-e1e786a6-08c9-400d-9e11-38349810e245 Date: Tue, 28 Aug 2018 06:57:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 06:57:56,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e1e786a6-08c9-400d-9e11-38349810e245 2018-08-28 06:57:56,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.975420951843s 2018-08-28 06:57:56,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-e1e786a6-08c9-400d-9e11-38349810e245 2018-08-28 06:57:56,978 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:54:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'tenant_id': u'2984e15ab33b4cd6916f93c02636fc5c', u'created_at': u'2018-08-28T06:54:43Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'2984e15ab33b4cd6916f93c02636fc5c'})] 2018-08-28 06:57:57,100 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 06:57:57,101 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-28 06:57:57,154 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-28 06:57:57,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:57:57,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:57:57,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:57:57,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:57:57,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:57:57,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:57:57,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:57:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cfd8b94-0c8b-410f-9fe1-1af27aeb7bbb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:57:57,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9cfd8b94-0c8b-410f-9fe1-1af27aeb7bbb 2018-08-28 06:57:57,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:57:57,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["vcYhoGlkROa3mqDWeH-emA"], "issued_at": "2018-08-28T06:57:57.000000Z"}} 2018-08-28 06:57:57,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:57:57,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:57:58,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-81f37f01-da39-463e-9d05-029693ecbcd8 Date: Tue, 28 Aug 2018 06:57:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:57:58,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-81f37f01-da39-463e-9d05-029693ecbcd8 2018-08-28 06:57:58,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06994199753s 2018-08-28 06:57:58,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-81f37f01-da39-463e-9d05-029693ecbcd8 2018-08-28 06:57:58,913 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-28 06:57:58,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 06:57:58,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" -d '{"network": {"name": "tenantnetwork1-net_763d64c3-43cd-4f1b-9d26-eb13b755ff11", "admin_state_up": true}}' 2018-08-28 06:58:00,464 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-eab1b7b2-3d18-4709-82ac-929e8d1b23e1 Date: Tue, 28 Aug 2018 06:58:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"eb3a3445-ea24-471f-a137-d8bf3a5e0a49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:58:00Z","is_default":false,"provider:segmentation_id":45,"name":"tenantnetwork1-net_763d64c3-43cd-4f1b-9d26-eb13b755ff11","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:00Z","mtu":1450}} 2018-08-28 06:58:00,464 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eab1b7b2-3d18-4709-82ac-929e8d1b23e1 2018-08-28 06:58:00,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.55007910728s 2018-08-28 06:58:00,465 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eab1b7b2-3d18-4709-82ac-929e8d1b23e1 2018-08-28 06:58:00,465 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T06:58:00Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'eb3a3445-ea24-471f-a137-d8bf3a5e0a49', u'provider:segmentation_id': 45, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_763d64c3-43cd-4f1b-9d26-eb13b755ff11', u'admin_state_up': True, u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:58:00,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:00,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:01,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-428d9125-511a-41ae-a7e8-e13b7062802c Date: Tue, 28 Aug 2018 06:58:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"eb3a3445-ea24-471f-a137-d8bf3a5e0a49","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:58:00Z","provider:segmentation_id":45,"name":"tenantnetwork1-net_763d64c3-43cd-4f1b-9d26-eb13b755ff11","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:00Z","provider:network_type":"vxlan"}]} 2018-08-28 06:58:01,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-428d9125-511a-41ae-a7e8-e13b7062802c 2018-08-28 06:58:01,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.25818681717s 2018-08-28 06:58:01,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-428d9125-511a-41ae-a7e8-e13b7062802c 2018-08-28 06:58:01,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 06:58:01,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" -d '{"subnet": {"name": "tenantnetwork1-subnet_763d64c3-43cd-4f1b-9d26-eb13b755ff11", "enable_dhcp": true, "network_id": "eb3a3445-ea24-471f-a137-d8bf3a5e0a49", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 06:58:03,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78cbc425-fa00-4cdc-b566-68ca50d6650c Date: Tue, 28 Aug 2018 06:58:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb3a3445-ea24-471f-a137-d8bf3a5e0a49","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:03Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"0c714c02-37bf-46be-baab-cbbee97827b8","subnetpool_id":null,"name":"tenantnetwork1-subnet_763d64c3-43cd-4f1b-9d26-eb13b755ff11"}} 2018-08-28 06:58:03,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-78cbc425-fa00-4cdc-b566-68ca50d6650c 2018-08-28 06:58:03,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.74336409569s 2018-08-28 06:58:03,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-78cbc425-fa00-4cdc-b566-68ca50d6650c 2018-08-28 06:58:03,471 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:58:03Z', 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'0c714c02-37bf-46be-baab-cbbee97827b8', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_763d64c3-43cd-4f1b-9d26-eb13b755ff11', u'enable_dhcp': True, u'network_id': u'eb3a3445-ea24-471f-a137-d8bf3a5e0a49', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:58:03,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 06:58:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "tenantnetwork1-router_763d64c3-43cd-4f1b-9d26-eb13b755ff11", "admin_state_up": true}}' 2018-08-28 06:58:06,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-aefea866-702c-4523-9ca8-3a288c171957 Date: Tue, 28 Aug 2018 06:58:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T06:58:05Z", "revision_number": 2, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "87bf324c-1a8d-4f6f-86e9-60c619611000", "name": "tenantnetwork1-router_763d64c3-43cd-4f1b-9d26-eb13b755ff11"}} 2018-08-28 06:58:06,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-aefea866-702c-4523-9ca8-3a288c171957 2018-08-28 06:58:06,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.65904283524s 2018-08-28 06:58:06,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-aefea866-702c-4523-9ca8-3a288c171957 2018-08-28 06:58:06,131 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:04Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T06:58:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'id': u'87bf324c-1a8d-4f6f-86e9-60c619611000', u'name': u'tenantnetwork1-router_763d64c3-43cd-4f1b-9d26-eb13b755ff11'}) 2018-08-28 06:58:06,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 06:58:06,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/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}d4d8139cc223c8a979c474145120ee143a73896d" -d '{"subnet_id": "0c714c02-37bf-46be-baab-cbbee97827b8"}' 2018-08-28 06:58:09,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15b7e9be-43ab-4dbb-83b5-5e7af34a757b Date: Tue, 28 Aug 2018 06:58:09 GMT RESP BODY: {"network_id": "eb3a3445-ea24-471f-a137-d8bf3a5e0a49", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "0c714c02-37bf-46be-baab-cbbee97827b8", "subnet_ids": ["0c714c02-37bf-46be-baab-cbbee97827b8"], "port_id": "64d35602-c162-4794-bcf5-63113f9dc0f4", "id": "87bf324c-1a8d-4f6f-86e9-60c619611000"} 2018-08-28 06:58:09,040 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/add_router_interface.json used request id req-15b7e9be-43ab-4dbb-83b5-5e7af34a757b 2018-08-28 06:58:09,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.90780687332s 2018-08-28 06:58:09,040 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/add_router_interface.json used request id req-15b7e9be-43ab-4dbb-83b5-5e7af34a757b returning object 87bf324c-1a8d-4f6f-86e9-60c619611000 2018-08-28 06:58:09,159 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 06:58:09,160 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 06:58:09,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 06:58:09,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/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}d4d8139cc223c8a979c474145120ee143a73896d" -d '{"subnet_id": "0c714c02-37bf-46be-baab-cbbee97827b8"}' 2018-08-28 06:58:11,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29ac548a-3307-4882-8651-10d4b29105fe Date: Tue, 28 Aug 2018 06:58:11 GMT RESP BODY: {"network_id": "eb3a3445-ea24-471f-a137-d8bf3a5e0a49", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "0c714c02-37bf-46be-baab-cbbee97827b8", "subnet_ids": ["0c714c02-37bf-46be-baab-cbbee97827b8"], "port_id": "64d35602-c162-4794-bcf5-63113f9dc0f4", "id": "87bf324c-1a8d-4f6f-86e9-60c619611000"} 2018-08-28 06:58:11,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/remove_router_interface.json used request id req-29ac548a-3307-4882-8651-10d4b29105fe 2018-08-28 06:58:11,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02296710014s 2018-08-28 06:58:11,189 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000/remove_router_interface.json used request id req-29ac548a-3307-4882-8651-10d4b29105fe returning object 87bf324c-1a8d-4f6f-86e9-60c619611000 2018-08-28 06:58:11,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 06:58:11,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:11,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-79b344d4-1afc-4a15-b832-63177f851239 Date: Tue, 28 Aug 2018 06:58:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T06:58:10Z", "revision_number": 4, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "87bf324c-1a8d-4f6f-86e9-60c619611000", "name": "tenantnetwork1-router_763d64c3-43cd-4f1b-9d26-eb13b755ff11"}]} 2018-08-28 06:58:11,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-79b344d4-1afc-4a15-b832-63177f851239 2018-08-28 06:58:11,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.452440977097s 2018-08-28 06:58:11,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-79b344d4-1afc-4a15-b832-63177f851239 2018-08-28 06:58:11,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 06:58:11,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:14,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29df6ab5-7876-4639-a084-534275a3fa51 Content-Length: 0 Date: Tue, 28 Aug 2018 06:58:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:14,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000.json used request id req-29df6ab5-7876-4639-a084-534275a3fa51 2018-08-28 06:58:14,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.66833400726s 2018-08-28 06:58:14,312 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/87bf324c-1a8d-4f6f-86e9-60c619611000.json used request id req-29df6ab5-7876-4639-a084-534275a3fa51 2018-08-28 06:58:14,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 06:58:14,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:14,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-cefc166e-0535-4e44-a04d-366a80c9d747 Date: Tue, 28 Aug 2018 06:58:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eb3a3445-ea24-471f-a137-d8bf3a5e0a49","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:03Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"0c714c02-37bf-46be-baab-cbbee97827b8","subnetpool_id":null,"name":"tenantnetwork1-subnet_763d64c3-43cd-4f1b-9d26-eb13b755ff11"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 06:58:14,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cefc166e-0535-4e44-a04d-366a80c9d747 2018-08-28 06:58:14,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.044652223587s 2018-08-28 06:58:14,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cefc166e-0535-4e44-a04d-366a80c9d747 2018-08-28 06:58:14,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 06:58:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/0c714c02-37bf-46be-baab-cbbee97827b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:17,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8cf45a5d-9b84-4627-9421-65f8998b0b11 Date: Tue, 28 Aug 2018 06:58:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:17,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0c714c02-37bf-46be-baab-cbbee97827b8.json used request id req-8cf45a5d-9b84-4627-9421-65f8998b0b11 2018-08-28 06:58:17,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.3396499157s 2018-08-28 06:58:17,699 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0c714c02-37bf-46be-baab-cbbee97827b8.json used request id req-8cf45a5d-9b84-4627-9421-65f8998b0b11 2018-08-28 06:58:17,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:17,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:18,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-c700b2a1-f973-4b24-83bc-88a986a33fb7 Date: Tue, 28 Aug 2018 06:58:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eb3a3445-ea24-471f-a137-d8bf3a5e0a49","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:58:17Z","provider:segmentation_id":45,"name":"tenantnetwork1-net_763d64c3-43cd-4f1b-9d26-eb13b755ff11","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:00Z","provider:network_type":"vxlan"}]} 2018-08-28 06:58:18,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c700b2a1-f973-4b24-83bc-88a986a33fb7 2018-08-28 06:58:18,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.575484037399s 2018-08-28 06:58:18,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c700b2a1-f973-4b24-83bc-88a986a33fb7 2018-08-28 06:58:18,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 06:58:18,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/eb3a3445-ea24-471f-a137-d8bf3a5e0a49.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d4d8139cc223c8a979c474145120ee143a73896d" 2018-08-28 06:58:19,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbcbea5e-e1e0-48f4-ac11-2d8467aad4ad Date: Tue, 28 Aug 2018 06:58:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:19,847 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/eb3a3445-ea24-471f-a137-d8bf3a5e0a49.json used request id req-bbcbea5e-e1e0-48f4-ac11-2d8467aad4ad 2018-08-28 06:58:19,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57089090347s 2018-08-28 06:58:19,848 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/eb3a3445-ea24-471f-a137-d8bf3a5e0a49.json used request id req-bbcbea5e-e1e0-48f4-ac11-2d8467aad4ad 2018-08-28 06:58:19,900 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:58:19,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:58:19,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:58:19,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:58:19,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d486b4fa-6ebe-4782-b525-80f0555f4f37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:58:19,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d486b4fa-6ebe-4782-b525-80f0555f4f37 2018-08-28 06:58:19,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:58:20,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:58:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["GOjrUhTOQgexRzU8w7CbDw"], "issued_at": "2018-08-28T06:58:20.000000Z"}} 2018-08-28 06:58:20,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:20,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:20,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bf7ba06d-8ddc-496e-af41-a24579563236 Date: Tue, 28 Aug 2018 06:58:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:58:20,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf7ba06d-8ddc-496e-af41-a24579563236 2018-08-28 06:58:20,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290373086929s 2018-08-28 06:58:20,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bf7ba06d-8ddc-496e-af41-a24579563236 2018-08-28 06:58:20,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:58:20,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 06:58:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fbeccbc-3859-411e-bc3e-a77184379800 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 06:58:20,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-2fbeccbc-3859-411e-bc3e-a77184379800 2018-08-28 06:58:20,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 06:58:20,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:20,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344573b1-4e5a-40aa-9044-863634ac3c37 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 06:58:20,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-344573b1-4e5a-40aa-9044-863634ac3c37 2018-08-28 06:58:20,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.301695823669s 2018-08-28 06:58:20,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-344573b1-4e5a-40aa-9044-863634ac3c37 2018-08-28 06:58:20,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 06:58:20,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569"}}' 2018-08-28 06:58:21,267 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 06:58:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c9624cf-7fe7-483b-8fe9-0057d2e9719b Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e"}, "tags": [], "enabled": true, "id": "bf898451164940e1962f4a20e12a940e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569"}} 2018-08-28 06:58:21,267 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8c9624cf-7fe7-483b-8fe9-0057d2e9719b 2018-08-28 06:58:21,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.29739689827s 2018-08-28 06:58:21,267 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8c9624cf-7fe7-483b-8fe9-0057d2e9719b 2018-08-28 06:58:21,268 - 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'bf898451164940e1962f4a20e12a940e', '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_4be8e8f1-9f60-4b43-a725-3d68c6417569'}) 2018-08-28 06:58:21,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 06:58:21,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "92fe3ca2-a1e7-4059-9f0a-0827801f4ad6", "email": null, "name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569"}}' 2018-08-28 06:58:21,786 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 06:58:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4041c25-231c-4bbf-8488-fc35cc90d512 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569", "links": {"self": "http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cbe51bcf876742d184ce348c414f1bde", "domain_id": "default", "password_expires_at": null}} 2018-08-28 06:58:21,786 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f4041c25-231c-4bbf-8488-fc35cc90d512 2018-08-28 06:58:21,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.513741016388s 2018-08-28 06:58:21,787 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f4041c25-231c-4bbf-8488-fc35cc90d512 2018-08-28 06:58:21,787 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cbe51bcf876742d184ce348c414f1bde', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569'}) 2018-08-28 06:58:21,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:58:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:21,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b5ad6c-6b34-4354-8121-5df78fb3a7c9 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:58:21,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-15b5ad6c-6b34-4354-8121-5df78fb3a7c9 2018-08-28 06:58:21,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203126907349s 2018-08-28 06:58:21,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-15b5ad6c-6b34-4354-8121-5df78fb3a7c9 2018-08-28 06:58:21,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:58:22,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:22,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f3417c-5a1e-4242-8bde-224ba5b850d3 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:58:22,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-19f3417c-5a1e-4242-8bde-224ba5b850d3 2018-08-28 06:58:22,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197242975235s 2018-08-28 06:58:22,197 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-19f3417c-5a1e-4242-8bde-224ba5b850d3 2018-08-28 06:58:22,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:58:22,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:22,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b224f6-f088-4bd1-8111-39b06b0e0ac9 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:58:22,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-70b224f6-f088-4bd1-8111-39b06b0e0ac9 2018-08-28 06:58:22,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.25239109993s 2018-08-28 06:58:22,454 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-70b224f6-f088-4bd1-8111-39b06b0e0ac9 2018-08-28 06:58:22,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 06:58:22,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:22,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c64df99-8a03-4a01-9ee0-817104afd75b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 06:58:22,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9c64df99-8a03-4a01-9ee0-817104afd75b 2018-08-28 06:58:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203812122345s 2018-08-28 06:58:22,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9c64df99-8a03-4a01-9ee0-817104afd75b 2018-08-28 06:58:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:58:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:22,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e97caa3-6917-40e3-ae4e-b99d80378c92 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569", "links": {"self": "http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cbe51bcf876742d184ce348c414f1bde", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 06:58:22,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3e97caa3-6917-40e3-ae4e-b99d80378c92 2018-08-28 06:58:22,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.302259206772s 2018-08-28 06:58:22,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3e97caa3-6917-40e3-ae4e-b99d80378c92 2018-08-28 06:58:22,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 06:58:22,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:23,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ded6f30-2c5b-4f65-ba2f-fe8d31e73ced Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e"}, "tags": [], "enabled": true, "id": "bf898451164940e1962f4a20e12a940e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569"}]} 2018-08-28 06:58:23,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5ded6f30-2c5b-4f65-ba2f-fe8d31e73ced 2018-08-28 06:58:23,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.268409967422s 2018-08-28 06:58:23,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-5ded6f30-2c5b-4f65-ba2f-fe8d31e73ced 2018-08-28 06:58:23,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 06:58:23,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=cbe51bcf876742d184ce348c414f1bde&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=bf898451164940e1962f4a20e12a940e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:23,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afa21018-3a58-459c-9eab-959578c912a1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=cbe51bcf876742d184ce348c414f1bde&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=bf898451164940e1962f4a20e12a940e", "previous": null, "next": null}} 2018-08-28 06:58:23,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=cbe51bcf876742d184ce348c414f1bde&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=bf898451164940e1962f4a20e12a940e used request id req-afa21018-3a58-459c-9eab-959578c912a1 2018-08-28 06:58:23,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.116137981415s 2018-08-28 06:58:23,371 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=cbe51bcf876742d184ce348c414f1bde&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=bf898451164940e1962f4a20e12a940e used request id req-afa21018-3a58-459c-9eab-959578c912a1 2018-08-28 06:58:23,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 06:58:23,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e/users/cbe51bcf876742d184ce348c414f1bde/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:23,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:58:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3c1bdfa-16cb-4aea-9b32-5c163a19c573 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:58:23,667 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e/users/cbe51bcf876742d184ce348c414f1bde/roles/be461924f6ba41089862cc08bd33fa57 used request id req-d3c1bdfa-16cb-4aea-9b32-5c163a19c573 2018-08-28 06:58:23,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.292199134827s 2018-08-28 06:58:23,667 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e/users/cbe51bcf876742d184ce348c414f1bde/roles/be461924f6ba41089862cc08bd33fa57 used request id req-d3c1bdfa-16cb-4aea-9b32-5c163a19c573 2018-08-28 06:58:23,668 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569', 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'bf898451164940e1962f4a20e12a940e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '92fe3ca2-a1e7-4059-9f0a-0827801f4ad6', 'username': u'tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:58:23,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:58:23,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:58:23,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:58:23,673 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569', 'password': '92fe3ca2-a1e7-4059-9f0a-0827801f4ad6', 'project_name': 'tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'bf898451164940e1962f4a20e12a940e', 'project_domain_name': 'Default'} 2018-08-28 06:58:23,673 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-28 06:58:23,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:58:23,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960f8367-2e37-49b0-b722-3c393762a3d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:58:23,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-960f8367-2e37-49b0-b722-3c393762a3d8 2018-08-28 06:58:23,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:58:24,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T07:58:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf898451164940e1962f4a20e12a940e", "name": "tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/bf898451164940e1962f4a20e12a940e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/bf898451164940e1962f4a20e12a940e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/bf898451164940e1962f4a20e12a940e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/bf898451164940e1962f4a20e12a940e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/bf898451164940e1962f4a20e12a940e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/bf898451164940e1962f4a20e12a940e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_bf898451164940e1962f4a20e12a940e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_bf898451164940e1962f4a20e12a940e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/bf898451164940e1962f4a20e12a940e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/bf898451164940e1962f4a20e12a940e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/bf898451164940e1962f4a20e12a940e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/bf898451164940e1962f4a20e12a940e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/bf898451164940e1962f4a20e12a940e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/bf898451164940e1962f4a20e12a940e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569", "id": "cbe51bcf876742d184ce348c414f1bde"}, "audit_ids": ["HO1KeRmzRgS4wOlBOs0pbA"], "issued_at": "2018-08-28T06:58:24.000000Z"}} 2018-08-28 06:58:24,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 06:58:24,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" -d '{"network": {"name": "tenantnetwork2-net_4be8e8f1-9f60-4b43-a725-3d68c6417569", "admin_state_up": true}}' 2018-08-28 06:58:24,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-df532198-1688-403f-bf3f-e07768e70871 Date: Tue, 28 Aug 2018 06:58:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bf898451164940e1962f4a20e12a940e","created_at":"2018-08-28T06:58:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T06:58:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bf898451164940e1962f4a20e12a940e","id":"777d6d94-db6c-4cf3-a135-2d808a8add1f","name":"tenantnetwork2-net_4be8e8f1-9f60-4b43-a725-3d68c6417569"}} 2018-08-28 06:58:24,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-df532198-1688-403f-bf3f-e07768e70871 2018-08-28 06:58:24,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.782710075378s 2018-08-28 06:58:24,865 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-df532198-1688-403f-bf3f-e07768e70871 2018-08-28 06:58:24,866 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:58:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'777d6d94-db6c-4cf3-a135-2d808a8add1f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_4be8e8f1-9f60-4b43-a725-3d68c6417569', u'admin_state_up': True, u'tenant_id': u'bf898451164940e1962f4a20e12a940e', u'created_at': u'2018-08-28T06:58:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bf898451164940e1962f4a20e12a940e'}) 2018-08-28 06:58:24,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:24,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:25,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1bc3a489-e47a-491f-bcf9-19a152675735 Date: Tue, 28 Aug 2018 06:58:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T06:58:24Z","tenant_id":"bf898451164940e1962f4a20e12a940e","created_at":"2018-08-28T06:58:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"bf898451164940e1962f4a20e12a940e","id":"777d6d94-db6c-4cf3-a135-2d808a8add1f","name":"tenantnetwork2-net_4be8e8f1-9f60-4b43-a725-3d68c6417569"}]} 2018-08-28 06:58:25,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1bc3a489-e47a-491f-bcf9-19a152675735 2018-08-28 06:58:25,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05807089806s 2018-08-28 06:58:25,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1bc3a489-e47a-491f-bcf9-19a152675735 2018-08-28 06:58:25,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 06:58:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" -d '{"subnet": {"name": "tenantnetwork2-subnet_4be8e8f1-9f60-4b43-a725-3d68c6417569", "enable_dhcp": true, "network_id": "777d6d94-db6c-4cf3-a135-2d808a8add1f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 06:58:26,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6292bbbc-7b0c-4a66-876c-75410c0be8e0 Date: Tue, 28 Aug 2018 06:58:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777d6d94-db6c-4cf3-a135-2d808a8add1f","tenant_id":"bf898451164940e1962f4a20e12a940e","created_at":"2018-08-28T06:58:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bf898451164940e1962f4a20e12a940e","id":"32cc503a-83c8-42fa-a676-8f7d7f0cdabd","subnetpool_id":null,"name":"tenantnetwork2-subnet_4be8e8f1-9f60-4b43-a725-3d68c6417569"}} 2018-08-28 06:58:26,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6292bbbc-7b0c-4a66-876c-75410c0be8e0 2018-08-28 06:58:26,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.0705769062s 2018-08-28 06:58:26,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6292bbbc-7b0c-4a66-876c-75410c0be8e0 2018-08-28 06:58:26,998 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:58:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'32cc503a-83c8-42fa-a676-8f7d7f0cdabd', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_4be8e8f1-9f60-4b43-a725-3d68c6417569', u'enable_dhcp': True, u'network_id': u'777d6d94-db6c-4cf3-a135-2d808a8add1f', u'tenant_id': u'bf898451164940e1962f4a20e12a940e', u'created_at': u'2018-08-28T06:58:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bf898451164940e1962f4a20e12a940e'}) 2018-08-28 06:58:26,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 06:58:26,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "tenantnetwork2-router_4be8e8f1-9f60-4b43-a725-3d68c6417569", "admin_state_up": true}}' 2018-08-28 06:58:29,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d2b9b6d5-c670-4039-8bda-ebf491671c7c Date: Tue, 28 Aug 2018 06:58:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bf898451164940e1962f4a20e12a940e", "created_at": "2018-08-28T06:58:28Z", "admin_state_up": true, "updated_at": "2018-08-28T06:58:29Z", "revision_number": 2, "routes": [], "project_id": "bf898451164940e1962f4a20e12a940e", "id": "3a85fcbd-4007-40ee-ac82-fdf5f5d31f89", "name": "tenantnetwork2-router_4be8e8f1-9f60-4b43-a725-3d68c6417569"}} 2018-08-28 06:58:29,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d2b9b6d5-c670-4039-8bda-ebf491671c7c 2018-08-28 06:58:29,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.50398492813s 2018-08-28 06:58:29,503 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d2b9b6d5-c670-4039-8bda-ebf491671c7c 2018-08-28 06:58:29,503 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bf898451164940e1962f4a20e12a940e', u'created_at': u'2018-08-28T06:58:28Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T06:58:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'bf898451164940e1962f4a20e12a940e', u'id': u'3a85fcbd-4007-40ee-ac82-fdf5f5d31f89', u'name': u'tenantnetwork2-router_4be8e8f1-9f60-4b43-a725-3d68c6417569'}) 2018-08-28 06:58:29,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 06:58:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/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}4f278acfde125698ba42dd52d2f5aa421f23d519" -d '{"subnet_id": "32cc503a-83c8-42fa-a676-8f7d7f0cdabd"}' 2018-08-28 06:58:32,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dbfa92ce-48b1-432d-82f1-6145b76f8e56 Date: Tue, 28 Aug 2018 06:58:32 GMT RESP BODY: {"network_id": "777d6d94-db6c-4cf3-a135-2d808a8add1f", "tenant_id": "bf898451164940e1962f4a20e12a940e", "subnet_id": "32cc503a-83c8-42fa-a676-8f7d7f0cdabd", "subnet_ids": ["32cc503a-83c8-42fa-a676-8f7d7f0cdabd"], "port_id": "93459879-25e0-452b-8991-c1d778c5af1b", "id": "3a85fcbd-4007-40ee-ac82-fdf5f5d31f89"} 2018-08-28 06:58:32,259 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/add_router_interface.json used request id req-dbfa92ce-48b1-432d-82f1-6145b76f8e56 2018-08-28 06:58:32,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.75519299507s 2018-08-28 06:58:32,259 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/add_router_interface.json used request id req-dbfa92ce-48b1-432d-82f1-6145b76f8e56 returning object 3a85fcbd-4007-40ee-ac82-fdf5f5d31f89 2018-08-28 06:58:32,375 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 06:58:32,375 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 06:58:32,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 06:58:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/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}4f278acfde125698ba42dd52d2f5aa421f23d519" -d '{"subnet_id": "32cc503a-83c8-42fa-a676-8f7d7f0cdabd"}' 2018-08-28 06:58:34,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-63e7ec28-cf04-436b-82b2-c0bbbaf809b6 Date: Tue, 28 Aug 2018 06:58:34 GMT RESP BODY: {"network_id": "777d6d94-db6c-4cf3-a135-2d808a8add1f", "tenant_id": "bf898451164940e1962f4a20e12a940e", "subnet_id": "32cc503a-83c8-42fa-a676-8f7d7f0cdabd", "subnet_ids": ["32cc503a-83c8-42fa-a676-8f7d7f0cdabd"], "port_id": "93459879-25e0-452b-8991-c1d778c5af1b", "id": "3a85fcbd-4007-40ee-ac82-fdf5f5d31f89"} 2018-08-28 06:58:34,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/remove_router_interface.json used request id req-63e7ec28-cf04-436b-82b2-c0bbbaf809b6 2018-08-28 06:58:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1756529808s 2018-08-28 06:58:34,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89/remove_router_interface.json used request id req-63e7ec28-cf04-436b-82b2-c0bbbaf809b6 returning object 3a85fcbd-4007-40ee-ac82-fdf5f5d31f89 2018-08-28 06:58:34,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 06:58:34,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:34,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b05e147a-69f1-4735-b3be-8d3a09078462 Date: Tue, 28 Aug 2018 06:58:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "bf898451164940e1962f4a20e12a940e", "created_at": "2018-08-28T06:58:28Z", "admin_state_up": true, "updated_at": "2018-08-28T06:58:33Z", "revision_number": 4, "routes": [], "project_id": "bf898451164940e1962f4a20e12a940e", "id": "3a85fcbd-4007-40ee-ac82-fdf5f5d31f89", "name": "tenantnetwork2-router_4be8e8f1-9f60-4b43-a725-3d68c6417569"}]} 2018-08-28 06:58:34,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b05e147a-69f1-4735-b3be-8d3a09078462 2018-08-28 06:58:34,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.146288871765s 2018-08-28 06:58:34,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b05e147a-69f1-4735-b3be-8d3a09078462 2018-08-28 06:58:34,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 06:58:34,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:36,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8efb581-e2d1-4c91-9fea-e4743827bf10 Content-Length: 0 Date: Tue, 28 Aug 2018 06:58:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:36,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89.json used request id req-a8efb581-e2d1-4c91-9fea-e4743827bf10 2018-08-28 06:58:36,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61391615868s 2018-08-28 06:58:36,319 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3a85fcbd-4007-40ee-ac82-fdf5f5d31f89.json used request id req-a8efb581-e2d1-4c91-9fea-e4743827bf10 2018-08-28 06:58:36,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 06:58:36,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:37,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1b2ec6d8-6cde-4450-9f44-b5174ba1d36d Date: Tue, 28 Aug 2018 06:58:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"777d6d94-db6c-4cf3-a135-2d808a8add1f","tenant_id":"bf898451164940e1962f4a20e12a940e","created_at":"2018-08-28T06:58:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bf898451164940e1962f4a20e12a940e","id":"32cc503a-83c8-42fa-a676-8f7d7f0cdabd","subnetpool_id":null,"name":"tenantnetwork2-subnet_4be8e8f1-9f60-4b43-a725-3d68c6417569"}]} 2018-08-28 06:58:37,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1b2ec6d8-6cde-4450-9f44-b5174ba1d36d 2018-08-28 06:58:37,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.04256391525s 2018-08-28 06:58:37,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1b2ec6d8-6cde-4450-9f44-b5174ba1d36d 2018-08-28 06:58:37,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 06:58:37,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/32cc503a-83c8-42fa-a676-8f7d7f0cdabd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:40,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba477754-8ef6-487b-8a28-8bf5eafff2b4 Date: Tue, 28 Aug 2018 06:58:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:40,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/32cc503a-83c8-42fa-a676-8f7d7f0cdabd.json used request id req-ba477754-8ef6-487b-8a28-8bf5eafff2b4 2018-08-28 06:58:40,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.63865208626s 2018-08-28 06:58:40,003 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/32cc503a-83c8-42fa-a676-8f7d7f0cdabd.json used request id req-ba477754-8ef6-487b-8a28-8bf5eafff2b4 2018-08-28 06:58:40,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:41,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-83f39f7a-be93-417e-91b3-b2a584b95e48 Date: Tue, 28 Aug 2018 06:58:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T06:58:39Z","tenant_id":"bf898451164940e1962f4a20e12a940e","created_at":"2018-08-28T06:58:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bf898451164940e1962f4a20e12a940e","id":"777d6d94-db6c-4cf3-a135-2d808a8add1f","name":"tenantnetwork2-net_4be8e8f1-9f60-4b43-a725-3d68c6417569"}]} 2018-08-28 06:58:41,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-83f39f7a-be93-417e-91b3-b2a584b95e48 2018-08-28 06:58:41,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.42652893066s 2018-08-28 06:58:41,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-83f39f7a-be93-417e-91b3-b2a584b95e48 2018-08-28 06:58:41,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 06:58:41,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/777d6d94-db6c-4cf3-a135-2d808a8add1f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f278acfde125698ba42dd52d2f5aa421f23d519" 2018-08-28 06:58:42,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-51888a6d-a9df-453d-82f6-cabf39b37112 Date: Tue, 28 Aug 2018 06:58:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:58:42,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/777d6d94-db6c-4cf3-a135-2d808a8add1f.json used request id req-51888a6d-a9df-453d-82f6-cabf39b37112 2018-08-28 06:58:42,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.795773029327s 2018-08-28 06:58:42,228 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/777d6d94-db6c-4cf3-a135-2d808a8add1f.json used request id req-51888a6d-a9df-453d-82f6-cabf39b37112 2018-08-28 06:58:42,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:58:42,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:42,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3907a491-abc2-45ac-8daa-9373e4a654b2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569", "links": {"self": "http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cbe51bcf876742d184ce348c414f1bde", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 06:58:42,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3907a491-abc2-45ac-8daa-9373e4a654b2 2018-08-28 06:58:42,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22004199028s 2018-08-28 06:58:42,449 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3907a491-abc2-45ac-8daa-9373e4a654b2 2018-08-28 06:58:42,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:58:42,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:42,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72276a6e-9317-4f57-9795-e3d55a16e000 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4be8e8f1-9f60-4b43-a725-3d68c6417569", "links": {"self": "http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cbe51bcf876742d184ce348c414f1bde", "description": null}} 2018-08-28 06:58:42,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde used request id req-72276a6e-9317-4f57-9795-e3d55a16e000 2018-08-28 06:58:42,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194967985153s 2018-08-28 06:58:42,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde used request id req-72276a6e-9317-4f57-9795-e3d55a16e000 2018-08-28 06:58:42,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 06:58:42,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:43,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:58:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-055c735f-082b-4ace-9cf6-319065d3df98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:58:43,045 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde used request id req-055c735f-082b-4ace-9cf6-319065d3df98 2018-08-28 06:58:43,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.394218206406s 2018-08-28 06:58:43,045 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/cbe51bcf876742d184ce348c414f1bde used request id req-055c735f-082b-4ace-9cf6-319065d3df98 2018-08-28 06:58:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 06:58:43,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:43,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd5c299-19bb-4d45-bacc-1850ef704402 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e"}, "tags": [], "enabled": true, "id": "bf898451164940e1962f4a20e12a940e", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4be8e8f1-9f60-4b43-a725-3d68c6417569"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 06:58:43,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-6cd5c299-19bb-4d45-bacc-1850ef704402 2018-08-28 06:58:43,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20122718811s 2018-08-28 06:58:43,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-6cd5c299-19bb-4d45-bacc-1850ef704402 2018-08-28 06:58:43,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 06:58:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4b9946e80daf3fbe7081f93949a16d24f6e95693" 2018-08-28 06:58:43,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:58:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f06301b0-a91f-45a9-bf3f-cd44c00afe55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:58:43,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e used request id req-f06301b0-a91f-45a9-bf3f-cd44c00afe55 2018-08-28 06:58:43,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.465574026108s 2018-08-28 06:58:43,723 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/bf898451164940e1962f4a20e12a940e used request id req-f06301b0-a91f-45a9-bf3f-cd44c00afe55 2018-08-28 06:58:43,773 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:58:43,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:58:43,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:58:43,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:58:43,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d39bc5d-4ffd-48ac-b016-af50208c74b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:58:43,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2d39bc5d-4ffd-48ac-b016-af50208c74b6 2018-08-28 06:58:43,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:58:44,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:58:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["ghF3Ux2hSD2LlSn86YkyKA"], "issued_at": "2018-08-28T06:58:44.000000Z"}} 2018-08-28 06:58:44,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:44,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:58:45,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e63988bb-7fc9-432d-aac1-e8678ee0e162 Date: Tue, 28 Aug 2018 06:58:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:58:45,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e63988bb-7fc9-432d-aac1-e8678ee0e162 2018-08-28 06:58:45,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.25801086426s 2018-08-28 06:58:45,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e63988bb-7fc9-432d-aac1-e8678ee0e162 2018-08-28 06:58:45,519 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-28 06:58:45,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 06:58:45,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" -d '{"network": {"name": "vmready1-net_3801eb07-80c5-4691-8286-152a0b5b990d", "admin_state_up": true}}' 2018-08-28 06:58:46,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4b5535ff-2d85-4172-9183-357521052521 Date: Tue, 28 Aug 2018 06:58:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"20fc4322-c697-4550-9f17-134ff1e32a7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:58:46Z","is_default":false,"provider:segmentation_id":90,"name":"vmready1-net_3801eb07-80c5-4691-8286-152a0b5b990d","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:46Z","mtu":1450}} 2018-08-28 06:58:46,835 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4b5535ff-2d85-4172-9183-357521052521 2018-08-28 06:58:46,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.31582713127s 2018-08-28 06:58:46,836 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4b5535ff-2d85-4172-9183-357521052521 2018-08-28 06:58:46,836 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T06:58:46Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'20fc4322-c697-4550-9f17-134ff1e32a7e', u'provider:segmentation_id': 90, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_3801eb07-80c5-4691-8286-152a0b5b990d', u'admin_state_up': True, u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:58:46,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:58:46,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:58:47,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a3aa15c6-d996-41d5-a9ba-8e2c74722eb9 Date: Tue, 28 Aug 2018 06:58:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"20fc4322-c697-4550-9f17-134ff1e32a7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:58:46Z","provider:segmentation_id":90,"name":"vmready1-net_3801eb07-80c5-4691-8286-152a0b5b990d","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:58:47,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a3aa15c6-d996-41d5-a9ba-8e2c74722eb9 2018-08-28 06:58:47,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10553503036s 2018-08-28 06:58:47,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a3aa15c6-d996-41d5-a9ba-8e2c74722eb9 2018-08-28 06:58:47,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 06:58:47,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" -d '{"subnet": {"name": "vmready1-subnet_3801eb07-80c5-4691-8286-152a0b5b990d", "enable_dhcp": true, "network_id": "20fc4322-c697-4550-9f17-134ff1e32a7e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 06:58:49,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-89d61514-b8ef-40bd-a1d2-1299b02381e5 Date: Tue, 28 Aug 2018 06:58:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fc4322-c697-4550-9f17-134ff1e32a7e","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:49Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"c70adf2e-8646-4c18-a722-3f062a28bd53","subnetpool_id":null,"name":"vmready1-subnet_3801eb07-80c5-4691-8286-152a0b5b990d"}} 2018-08-28 06:58:49,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-89d61514-b8ef-40bd-a1d2-1299b02381e5 2018-08-28 06:58:49,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.53702902794s 2018-08-28 06:58:49,483 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-89d61514-b8ef-40bd-a1d2-1299b02381e5 2018-08-28 06:58:49,483 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:58:49Z', 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'c70adf2e-8646-4c18-a722-3f062a28bd53', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_3801eb07-80c5-4691-8286-152a0b5b990d', u'enable_dhcp': True, u'network_id': u'20fc4322-c697-4550-9f17-134ff1e32a7e', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:58:49,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 06:58:49,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "vmready1-router_3801eb07-80c5-4691-8286-152a0b5b990d", "admin_state_up": true}}' 2018-08-28 06:58:51,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-fcec5ddc-9fdd-4be2-a25d-ef646a529f6f Date: Tue, 28 Aug 2018 06:58:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T06:58:50Z", "revision_number": 2, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "f034d2f9-54c1-42a9-8a58-75747a1f4dce", "name": "vmready1-router_3801eb07-80c5-4691-8286-152a0b5b990d"}} 2018-08-28 06:58:51,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fcec5ddc-9fdd-4be2-a25d-ef646a529f6f 2018-08-28 06:58:51,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.67131996155s 2018-08-28 06:58:51,155 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fcec5ddc-9fdd-4be2-a25d-ef646a529f6f 2018-08-28 06:58:51,156 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:58:49Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T06:58:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'id': u'f034d2f9-54c1-42a9-8a58-75747a1f4dce', u'name': u'vmready1-router_3801eb07-80c5-4691-8286-152a0b5b990d'}) 2018-08-28 06:58:51,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 06:58:51,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/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}2140ee6b6204280946646b3677844d31b5628922" -d '{"subnet_id": "c70adf2e-8646-4c18-a722-3f062a28bd53"}' 2018-08-28 06:58:53,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-70e165d2-5665-4944-9284-920b98f6eef7 Date: Tue, 28 Aug 2018 06:58:53 GMT RESP BODY: {"network_id": "20fc4322-c697-4550-9f17-134ff1e32a7e", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "c70adf2e-8646-4c18-a722-3f062a28bd53", "subnet_ids": ["c70adf2e-8646-4c18-a722-3f062a28bd53"], "port_id": "f1582b6b-c9b6-41ad-8255-d69ab30dc867", "id": "f034d2f9-54c1-42a9-8a58-75747a1f4dce"} 2018-08-28 06:58:53,995 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/add_router_interface.json used request id req-70e165d2-5665-4944-9284-920b98f6eef7 2018-08-28 06:58:53,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.83857893944s 2018-08-28 06:58:53,996 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/add_router_interface.json used request id req-70e165d2-5665-4944-9284-920b98f6eef7 returning object f034d2f9-54c1-42a9-8a58-75747a1f4dce 2018-08-28 06:58:53,996 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 06:58:54,128 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 06:58:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:58:54,135 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 06:58:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 06:58:54,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:58:54,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:58:55,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a510eda6-c194-4fd7-86a4-7e69ea58c9c2 Date: Tue, 28 Aug 2018 06:58:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:58:55,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a510eda6-c194-4fd7-86a4-7e69ea58c9c2 2018-08-28 06:58:55,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.9158680439s 2018-08-28 06:58:55,054 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a510eda6-c194-4fd7-86a4-7e69ea58c9c2 2018-08-28 06:58:55,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 06:58:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d"}' 2018-08-28 06:58:56,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-891e9ef6-9ce0-41b4-97ac-b5d6b75f6bb3 Date: Tue, 28 Aug 2018 06:58:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:58:55Z", "file": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "size": null, "self": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "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_3801eb07-80c5-4691-8286-152a0b5b990d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "checksum": null, "created_at": "2018-08-28T06:58:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 06:58:56,107 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-891e9ef6-9ce0-41b4-97ac-b5d6b75f6bb3 2018-08-28 06:58:56,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 1.04582095146s 2018-08-28 06:58:56,108 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-891e9ef6-9ce0-41b4-97ac-b5d6b75f6bb3 returning object 7e4a8ffe-44e7-4846-a632-04c0c513cdd2 2018-08-28 06:58:56,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 06:58:56,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/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}2140ee6b6204280946646b3677844d31b5628922" -d '' 2018-08-28 06:58:59,721 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3837e587-6f27-4f65-a1f1-e35200de1737 Date: Tue, 28 Aug 2018 06:58:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 06:58:59,722 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file used request id req-3837e587-6f27-4f65-a1f1-e35200de1737 2018-08-28 06:58:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.61318612099s 2018-08-28 06:58:59,722 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file used request id req-3837e587-6f27-4f65-a1f1-e35200de1737 2018-08-28 06:58:59,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:58:59,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:00,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-24c16fa6-0322-46fd-b416-539ce7bc9c19 Date: Tue, 28 Aug 2018 06:59:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:58:59Z", "file": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "size": 12716032, "self": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:58:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:00,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24c16fa6-0322-46fd-b416-539ce7bc9c19 2018-08-28 06:59:00,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.74597120285s 2018-08-28 06:59:00,473 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24c16fa6-0322-46fd-b416-539ce7bc9c19 2018-08-28 06:59:00,474 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file', 'owner': u'ffb4780928b040148efb0f81bcbbd35f', 'id': u'7e4a8ffe-44e7-4846-a632-04c0c513cdd2', 'size': 12716032, u'self': u'/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ffb4780928b040148efb0f81bcbbd35f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T06:58:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T06:58:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d', '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/7e4a8ffe-44e7-4846-a632-04c0c513cdd2', 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_3801eb07-80c5-4691-8286-152a0b5b990d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d', 'created': u'2018-08-28T06:58:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T06:58:55Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2', 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_3801eb07-80c5-4691-8286-152a0b5b990d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 06:59:00,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 06:59:00,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_3801eb07-80c5-4691-8286-152a0b5b990d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 06:59:01,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59: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-8704a6c8-0856-414e-83a7-1b775e8a2b74 x-compute-request-id: req-8704a6c8-0856-414e-83a7-1b775e8a2b74 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_3801eb07-80c5-4691-8286-152a0b5b990d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95", "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": "2c2ea6f3-be60-4406-a7f5-e7ce11049a95"}} 2018-08-28 06:59:01,366 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8704a6c8-0856-414e-83a7-1b775e8a2b74 2018-08-28 06:59:01,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.891011953354s 2018-08-28 06:59:01,367 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8704a6c8-0856-414e-83a7-1b775e8a2b74 2018-08-28 06:59:01,368 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_3801eb07-80c5-4691-8286-152a0b5b990d', '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'ffb4780928b040148efb0f81bcbbd35f', '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'2c2ea6f3-be60-4406-a7f5-e7ce11049a95', 'swap': 0}) 2018-08-28 06:59:01,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 06:59:01,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95/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}2140ee6b6204280946646b3677844d31b5628922" -d '{"extra_specs": {}}' 2018-08-28 06:59:01,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ecc075c8-bd6c-4da3-b998-e34dc5510625 x-compute-request-id: req-ecc075c8-bd6c-4da3-b998-e34dc5510625 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 06:59:01,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95/os-extra_specs used request id req-ecc075c8-bd6c-4da3-b998-e34dc5510625 2018-08-28 06:59:01,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.158501148224s 2018-08-28 06:59:01,527 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95/os-extra_specs used request id req-ecc075c8-bd6c-4da3-b998-e34dc5510625 2018-08-28 06:59:01,643 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 06:59:01,644 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:16 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 06:59:01,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 06:59:01,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/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}2140ee6b6204280946646b3677844d31b5628922" -d '{"subnet_id": "c70adf2e-8646-4c18-a722-3f062a28bd53"}' 2018-08-28 06:59:03,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d2ebac14-26f2-41e1-a49a-0cfe048191cc Date: Tue, 28 Aug 2018 06:59:03 GMT RESP BODY: {"network_id": "20fc4322-c697-4550-9f17-134ff1e32a7e", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "c70adf2e-8646-4c18-a722-3f062a28bd53", "subnet_ids": ["c70adf2e-8646-4c18-a722-3f062a28bd53"], "port_id": "f1582b6b-c9b6-41ad-8255-d69ab30dc867", "id": "f034d2f9-54c1-42a9-8a58-75747a1f4dce"} 2018-08-28 06:59:03,805 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/remove_router_interface.json used request id req-d2ebac14-26f2-41e1-a49a-0cfe048191cc 2018-08-28 06:59:03,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.15683197975s 2018-08-28 06:59:03,805 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce/remove_router_interface.json used request id req-d2ebac14-26f2-41e1-a49a-0cfe048191cc returning object f034d2f9-54c1-42a9-8a58-75747a1f4dce 2018-08-28 06:59:03,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 06:59:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:03,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-47ac0a26-1dd1-4e3a-ad63-c34c57cc2b91 Date: Tue, 28 Aug 2018 06:59:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:49Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T06:59:02Z", "revision_number": 4, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "f034d2f9-54c1-42a9-8a58-75747a1f4dce", "name": "vmready1-router_3801eb07-80c5-4691-8286-152a0b5b990d"}]} 2018-08-28 06:59:03,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-47ac0a26-1dd1-4e3a-ad63-c34c57cc2b91 2018-08-28 06:59:03,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128712892532s 2018-08-28 06:59:03,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-47ac0a26-1dd1-4e3a-ad63-c34c57cc2b91 2018-08-28 06:59:03,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 06:59:03,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:05,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2405f2e-c3c5-4001-a0ff-296be6328940 Content-Length: 0 Date: Tue, 28 Aug 2018 06:59:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:05,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce.json used request id req-a2405f2e-c3c5-4001-a0ff-296be6328940 2018-08-28 06:59:05,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.75446391106s 2018-08-28 06:59:05,691 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f034d2f9-54c1-42a9-8a58-75747a1f4dce.json used request id req-a2405f2e-c3c5-4001-a0ff-296be6328940 2018-08-28 06:59:05,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 06:59:05,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:06,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-f351e96d-524b-41b5-919a-4a310f398030 Date: Tue, 28 Aug 2018 06:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20fc4322-c697-4550-9f17-134ff1e32a7e","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:58:49Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"c70adf2e-8646-4c18-a722-3f062a28bd53","subnetpool_id":null,"name":"vmready1-subnet_3801eb07-80c5-4691-8286-152a0b5b990d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 06:59:06,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f351e96d-524b-41b5-919a-4a310f398030 2018-08-28 06:59:06,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.309988021851s 2018-08-28 06:59:06,002 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f351e96d-524b-41b5-919a-4a310f398030 2018-08-28 06:59:06,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 06:59:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/c70adf2e-8646-4c18-a722-3f062a28bd53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:08,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3486b450-fbfc-4b1d-943b-e1c77b844582 Date: Tue, 28 Aug 2018 06:59:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:08,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c70adf2e-8646-4c18-a722-3f062a28bd53.json used request id req-3486b450-fbfc-4b1d-943b-e1c77b844582 2018-08-28 06:59:08,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29966783524s 2018-08-28 06:59:08,304 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c70adf2e-8646-4c18-a722-3f062a28bd53.json used request id req-3486b450-fbfc-4b1d-943b-e1c77b844582 2018-08-28 06:59:08,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:08,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:08,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-1477ae7a-1a43-4815-a385-4008a4942bc2 Date: Tue, 28 Aug 2018 06:59:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"20fc4322-c697-4550-9f17-134ff1e32a7e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:59:08Z","provider:segmentation_id":90,"name":"vmready1-net_3801eb07-80c5-4691-8286-152a0b5b990d","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:58:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:59:08,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1477ae7a-1a43-4815-a385-4008a4942bc2 2018-08-28 06:59:08,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.38926410675s 2018-08-28 06:59:08,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1477ae7a-1a43-4815-a385-4008a4942bc2 2018-08-28 06:59:08,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 06:59:08,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/20fc4322-c697-4550-9f17-134ff1e32a7e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:10,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ad97616-c1f3-467f-a135-fa618667a760 Date: Tue, 28 Aug 2018 06:59:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:10,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/20fc4322-c697-4550-9f17-134ff1e32a7e.json used request id req-9ad97616-c1f3-467f-a135-fa618667a760 2018-08-28 06:59:10,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.96760416031s 2018-08-28 06:59:10,662 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/20fc4322-c697-4550-9f17-134ff1e32a7e.json used request id req-9ad97616-c1f3-467f-a135-fa618667a760 2018-08-28 06:59:10,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:10,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:11,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8f638cf4-9a54-40e2-8b47-b38c0659149e Date: Tue, 28 Aug 2018 06:59:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:58:59Z", "file": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "size": 12716032, "self": "/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3801eb07-80c5-4691-8286-152a0b5b990d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:58:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:11,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8f638cf4-9a54-40e2-8b47-b38c0659149e 2018-08-28 06:59:11,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782480955124s 2018-08-28 06:59:11,450 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8f638cf4-9a54-40e2-8b47-b38c0659149e 2018-08-28 06:59:11,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 06:59:11,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:13,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-67d8a92c-7750-47c9-bbbb-586c1a6a7a00 Date: Tue, 28 Aug 2018 06:59:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 06:59:13,021 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2 used request id req-67d8a92c-7750-47c9-bbbb-586c1a6a7a00 2018-08-28 06:59:13,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.56969308853s 2018-08-28 06:59:13,021 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/7e4a8ffe-44e7-4846-a632-04c0c513cdd2 used request id req-67d8a92c-7750-47c9-bbbb-586c1a6a7a00 2018-08-28 06:59:13,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 06:59:13,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:13,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dfed6eb-940e-400a-86c1-627ff37cc032 x-compute-request-id: req-8dfed6eb-940e-400a-86c1-627ff37cc032 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_3801eb07-80c5-4691-8286-152a0b5b990d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95", "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": "2c2ea6f3-be60-4406-a7f5-e7ce11049a95"}]} 2018-08-28 06:59:13,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8dfed6eb-940e-400a-86c1-627ff37cc032 2018-08-28 06:59:13,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0292510986328s 2018-08-28 06:59:13,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8dfed6eb-940e-400a-86c1-627ff37cc032 2018-08-28 06:59:13,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 06:59:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2140ee6b6204280946646b3677844d31b5628922" 2018-08-28 06:59:13,213 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 06:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b513472d-aae9-4d51-bff2-15ed5d8edd80 x-compute-request-id: req-b513472d-aae9-4d51-bff2-15ed5d8edd80 Content-Length: 0 Content-Type: application/json 2018-08-28 06:59:13,213 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95 used request id req-b513472d-aae9-4d51-bff2-15ed5d8edd80 2018-08-28 06:59:13,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.160096883774s 2018-08-28 06:59:13,214 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2c2ea6f3-be60-4406-a7f5-e7ce11049a95 used request id req-b513472d-aae9-4d51-bff2-15ed5d8edd80 2018-08-28 06:59:13,265 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:59:13,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:59:13,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:59:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:59:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:59:13,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:59:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:13,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a91e544-3ab9-44b6-a8bc-7ae5873bc193 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:59:13,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5a91e544-3ab9-44b6-a8bc-7ae5873bc193 2018-08-28 06:59:13,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:59:13,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:59:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["kMAjSSY3SNCXnQacO6TqcA"], "issued_at": "2018-08-28T06:59:13.000000Z"}} 2018-08-28 06:59:13,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:13,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:14,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-263978c3-5d80-4b71-bd20-f6f78ba76359 Date: Tue, 28 Aug 2018 06:59:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:59:14,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-263978c3-5d80-4b71-bd20-f6f78ba76359 2018-08-28 06:59:14,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.385102987289s 2018-08-28 06:59:14,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-263978c3-5d80-4b71-bd20-f6f78ba76359 2018-08-28 06:59:14,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:14,222 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 06:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af1df019-c95d-4992-9807-80ca97a3add6 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 06:59:14,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-af1df019-c95d-4992-9807-80ca97a3add6 2018-08-28 06:59:14,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 06:59:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:14,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a719348-b7ac-4a1e-82e8-86e2fae23355 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 06:59:14,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-5a719348-b7ac-4a1e-82e8-86e2fae23355 2018-08-28 06:59:14,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182030916214s 2018-08-28 06:59:14,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-5a719348-b7ac-4a1e-82e8-86e2fae23355 2018-08-28 06:59:14,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 06:59:14,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0"}}' 2018-08-28 06:59:14,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 06:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f920c6d-79b1-444b-b9bf-f9c92624ccd3 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac"}, "tags": [], "enabled": true, "id": "cb524f5be54e40e48f2fa01a94c832ac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0"}} 2018-08-28 06:59:14,739 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5f920c6d-79b1-444b-b9bf-f9c92624ccd3 2018-08-28 06:59:14,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.326592922211s 2018-08-28 06:59:14,739 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-5f920c6d-79b1-444b-b9bf-f9c92624ccd3 2018-08-28 06:59:14,740 - 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'cb524f5be54e40e48f2fa01a94c832ac', '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_39080626-4171-4740-b15c-c4ca65f219c0'}) 2018-08-28 06:59:14,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 06:59:14,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ba0b421f-72f3-4d91-9a0e-d58f0e8b07ae", "email": null, "name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0"}}' 2018-08-28 06:59:15,285 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 06:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12bfc612-f66d-4bfb-8c58-b763cd7ba48a Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0", "links": {"self": "http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2300d3dfa335442f9abd13290c6623ed", "domain_id": "default", "password_expires_at": null}} 2018-08-28 06:59:15,286 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-12bfc612-f66d-4bfb-8c58-b763cd7ba48a 2018-08-28 06:59:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.539528131485s 2018-08-28 06:59:15,286 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-12bfc612-f66d-4bfb-8c58-b763cd7ba48a 2018-08-28 06:59:15,287 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2300d3dfa335442f9abd13290c6623ed', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0'}) 2018-08-28 06:59:15,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:59:15,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:15,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e939a8f-06ed-46db-a96d-f81b515d5c9e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:59:15,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9e939a8f-06ed-46db-a96d-f81b515d5c9e 2018-08-28 06:59:15,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.274963855743s 2018-08-28 06:59:15,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9e939a8f-06ed-46db-a96d-f81b515d5c9e 2018-08-28 06:59:15,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:59:15,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:15,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd837bc-9e79-4d6e-bf49-48a37a660d1e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:59:15,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3fd837bc-9e79-4d6e-bf49-48a37a660d1e 2018-08-28 06:59:15,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.209211826324s 2018-08-28 06:59:15,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-3fd837bc-9e79-4d6e-bf49-48a37a660d1e 2018-08-28 06:59:15,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 06:59:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:15,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcac5780-e5eb-4eb4-b411-af4aa36ecf39 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 06:59:15,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fcac5780-e5eb-4eb4-b411-af4aa36ecf39 2018-08-28 06:59:15,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194098949432s 2018-08-28 06:59:15,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fcac5780-e5eb-4eb4-b411-af4aa36ecf39 2018-08-28 06:59:15,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 06:59:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:16,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bda2baf-f20d-4cc9-90c2-0661bf2c1c40 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 06:59:16,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-2bda2baf-f20d-4cc9-90c2-0661bf2c1c40 2018-08-28 06:59:16,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177154064178s 2018-08-28 06:59:16,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-2bda2baf-f20d-4cc9-90c2-0661bf2c1c40 2018-08-28 06:59:16,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:59:16,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:16,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9fc2589-a966-4cf6-8714-345b14cc3609 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0", "links": {"self": "http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2300d3dfa335442f9abd13290c6623ed", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 06:59:16,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9fc2589-a966-4cf6-8714-345b14cc3609 2018-08-28 06:59:16,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209258079529s 2018-08-28 06:59:16,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9fc2589-a966-4cf6-8714-345b14cc3609 2018-08-28 06:59:16,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 06:59:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:16,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c939e719-a8ac-4c54-9bba-7a19e0726c8f Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac"}, "tags": [], "enabled": true, "id": "cb524f5be54e40e48f2fa01a94c832ac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0"}]} 2018-08-28 06:59:16,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c939e719-a8ac-4c54-9bba-7a19e0726c8f 2018-08-28 06:59:16,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197143793106s 2018-08-28 06:59:16,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c939e719-a8ac-4c54-9bba-7a19e0726c8f 2018-08-28 06:59:16,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 06:59:16,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=2300d3dfa335442f9abd13290c6623ed&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=cb524f5be54e40e48f2fa01a94c832ac" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:16,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c252a8cb-8341-4433-a1d1-18ebf0ad62ad Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2300d3dfa335442f9abd13290c6623ed&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=cb524f5be54e40e48f2fa01a94c832ac", "previous": null, "next": null}} 2018-08-28 06:59:16,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2300d3dfa335442f9abd13290c6623ed&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=cb524f5be54e40e48f2fa01a94c832ac used request id req-c252a8cb-8341-4433-a1d1-18ebf0ad62ad 2018-08-28 06:59:16,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181828975677s 2018-08-28 06:59:16,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2300d3dfa335442f9abd13290c6623ed&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=cb524f5be54e40e48f2fa01a94c832ac used request id req-c252a8cb-8341-4433-a1d1-18ebf0ad62ad 2018-08-28 06:59:16,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 06:59:16,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac/users/2300d3dfa335442f9abd13290c6623ed/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:16,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:59:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-951618e6-96cc-4058-b69c-60893c2cbab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:59:16,952 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac/users/2300d3dfa335442f9abd13290c6623ed/roles/be461924f6ba41089862cc08bd33fa57 used request id req-951618e6-96cc-4058-b69c-60893c2cbab3 2018-08-28 06:59:16,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.178959846497s 2018-08-28 06:59:16,953 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac/users/2300d3dfa335442f9abd13290c6623ed/roles/be461924f6ba41089862cc08bd33fa57 used request id req-951618e6-96cc-4058-b69c-60893c2cbab3 2018-08-28 06:59:16,954 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0', 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'cb524f5be54e40e48f2fa01a94c832ac', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ba0b421f-72f3-4d91-9a0e-d58f0e8b07ae', 'username': u'vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 06:59:16,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:59:16,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:59:16,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:59:16,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:59:16,955 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:59:16,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:59:16,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:59:16,959 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0', 'password': 'ba0b421f-72f3-4d91-9a0e-d58f0e8b07ae', 'project_name': 'vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'cb524f5be54e40e48f2fa01a94c832ac', 'project_domain_name': 'Default'} 2018-08-28 06:59:16,959 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-28 06:59:16,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:16,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd58089-2d6f-4db5-9f70-fe66d2b72c4a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:59:16,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bbd58089-2d6f-4db5-9f70-fe66d2b72c4a 2018-08-28 06:59:16,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:59:17,376 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T07:59:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb524f5be54e40e48f2fa01a94c832ac", "name": "vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/cb524f5be54e40e48f2fa01a94c832ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/cb524f5be54e40e48f2fa01a94c832ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/cb524f5be54e40e48f2fa01a94c832ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_cb524f5be54e40e48f2fa01a94c832ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_cb524f5be54e40e48f2fa01a94c832ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/cb524f5be54e40e48f2fa01a94c832ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/cb524f5be54e40e48f2fa01a94c832ac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/cb524f5be54e40e48f2fa01a94c832ac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/cb524f5be54e40e48f2fa01a94c832ac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0", "id": "2300d3dfa335442f9abd13290c6623ed"}, "audit_ids": ["9vGemNU2SIegaiX3rDDdaQ"], "issued_at": "2018-08-28T06:59:17.000000Z"}} 2018-08-28 06:59:17,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 06:59:17,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" -d '{"network": {"name": "vmready2-net_39080626-4171-4740-b15c-c4ca65f219c0", "admin_state_up": true}}' 2018-08-28 06:59:18,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-1772827b-9277-42e4-ac98-10ed77ca1fb7 Date: Tue, 28 Aug 2018 06:59:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cb524f5be54e40e48f2fa01a94c832ac","created_at":"2018-08-28T06:59:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T06:59:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cb524f5be54e40e48f2fa01a94c832ac","id":"8be9c343-81a0-48ea-b8e2-53367756cf1c","name":"vmready2-net_39080626-4171-4740-b15c-c4ca65f219c0"}} 2018-08-28 06:59:18,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1772827b-9277-42e4-ac98-10ed77ca1fb7 2018-08-28 06:59:18,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.857057094574s 2018-08-28 06:59:18,236 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1772827b-9277-42e4-ac98-10ed77ca1fb7 2018-08-28 06:59:18,237 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:59:17Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'8be9c343-81a0-48ea-b8e2-53367756cf1c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_39080626-4171-4740-b15c-c4ca65f219c0', u'admin_state_up': True, u'tenant_id': u'cb524f5be54e40e48f2fa01a94c832ac', u'created_at': u'2018-08-28T06:59:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cb524f5be54e40e48f2fa01a94c832ac'}) 2018-08-28 06:59:18,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:18,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-93796aad-d6df-438a-bf1c-b8602ba2a7e2 Date: Tue, 28 Aug 2018 06:59:18 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":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T06:59:17Z","tenant_id":"cb524f5be54e40e48f2fa01a94c832ac","created_at":"2018-08-28T06:59:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cb524f5be54e40e48f2fa01a94c832ac","id":"8be9c343-81a0-48ea-b8e2-53367756cf1c","name":"vmready2-net_39080626-4171-4740-b15c-c4ca65f219c0"}]} 2018-08-28 06:59:18,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-93796aad-d6df-438a-bf1c-b8602ba2a7e2 2018-08-28 06:59:18,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327805995941s 2018-08-28 06:59:18,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-93796aad-d6df-438a-bf1c-b8602ba2a7e2 2018-08-28 06:59:18,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 06:59:18,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" -d '{"subnet": {"name": "vmready2-subnet_39080626-4171-4740-b15c-c4ca65f219c0", "enable_dhcp": true, "network_id": "8be9c343-81a0-48ea-b8e2-53367756cf1c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 06:59:19,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9a1c5e92-8d1d-4ba0-a4e8-550ee0827d7a Date: Tue, 28 Aug 2018 06:59:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8be9c343-81a0-48ea-b8e2-53367756cf1c","tenant_id":"cb524f5be54e40e48f2fa01a94c832ac","created_at":"2018-08-28T06:59:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:59: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":"cb524f5be54e40e48f2fa01a94c832ac","id":"c77c2540-bbf3-4269-b5b8-c34c6984ccfe","subnetpool_id":null,"name":"vmready2-subnet_39080626-4171-4740-b15c-c4ca65f219c0"}} 2018-08-28 06:59:19,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9a1c5e92-8d1d-4ba0-a4e8-550ee0827d7a 2018-08-28 06:59:19,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04066801071s 2018-08-28 06:59:19,608 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9a1c5e92-8d1d-4ba0-a4e8-550ee0827d7a 2018-08-28 06:59:19,609 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:59: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'c77c2540-bbf3-4269-b5b8-c34c6984ccfe', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_39080626-4171-4740-b15c-c4ca65f219c0', u'enable_dhcp': True, u'network_id': u'8be9c343-81a0-48ea-b8e2-53367756cf1c', u'tenant_id': u'cb524f5be54e40e48f2fa01a94c832ac', u'created_at': u'2018-08-28T06:59: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'cb524f5be54e40e48f2fa01a94c832ac'}) 2018-08-28 06:59:19,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 06:59:19,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "vmready2-router_39080626-4171-4740-b15c-c4ca65f219c0", "admin_state_up": true}}' 2018-08-28 06:59:22,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-fec8c454-c911-4222-b3d1-993e84f3b27e Date: Tue, 28 Aug 2018 06:59:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "created_at": "2018-08-28T06:59:20Z", "admin_state_up": true, "updated_at": "2018-08-28T06:59:21Z", "revision_number": 2, "routes": [], "project_id": "cb524f5be54e40e48f2fa01a94c832ac", "id": "cb99b7ca-937d-45be-9c6c-82815e386b26", "name": "vmready2-router_39080626-4171-4740-b15c-c4ca65f219c0"}} 2018-08-28 06:59:22,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fec8c454-c911-4222-b3d1-993e84f3b27e 2018-08-28 06:59:22,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.8333439827s 2018-08-28 06:59:22,443 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fec8c454-c911-4222-b3d1-993e84f3b27e 2018-08-28 06:59:22,444 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cb524f5be54e40e48f2fa01a94c832ac', u'created_at': u'2018-08-28T06:59:20Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T06:59:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'cb524f5be54e40e48f2fa01a94c832ac', u'id': u'cb99b7ca-937d-45be-9c6c-82815e386b26', u'name': u'vmready2-router_39080626-4171-4740-b15c-c4ca65f219c0'}) 2018-08-28 06:59:22,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 06:59:22,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/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}664489502f0879b966404305121a22bf9d20f4c9" -d '{"subnet_id": "c77c2540-bbf3-4269-b5b8-c34c6984ccfe"}' 2018-08-28 06:59:25,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-83e28bcc-500f-4814-b3ad-adcfc6756a5f Date: Tue, 28 Aug 2018 06:59:25 GMT RESP BODY: {"network_id": "8be9c343-81a0-48ea-b8e2-53367756cf1c", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "subnet_id": "c77c2540-bbf3-4269-b5b8-c34c6984ccfe", "subnet_ids": ["c77c2540-bbf3-4269-b5b8-c34c6984ccfe"], "port_id": "60bc336d-73f1-4322-a6e8-ff608ba9e190", "id": "cb99b7ca-937d-45be-9c6c-82815e386b26"} 2018-08-28 06:59:25,698 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/add_router_interface.json used request id req-83e28bcc-500f-4814-b3ad-adcfc6756a5f 2018-08-28 06:59:25,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.25382018089s 2018-08-28 06:59:25,699 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/add_router_interface.json used request id req-83e28bcc-500f-4814-b3ad-adcfc6756a5f returning object cb99b7ca-937d-45be-9c6c-82815e386b26 2018-08-28 06:59:25,699 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 06:59:25,826 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 06:59:25,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:25,832 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 06:59:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 06:59:25,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:25,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:26,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-65cfd457-f20c-4fe7-81b2-867617b4a6b8 Date: Tue, 28 Aug 2018 06:59:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:26,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65cfd457-f20c-4fe7-81b2-867617b4a6b8 2018-08-28 06:59:26,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78339099884s 2018-08-28 06:59:26,621 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65cfd457-f20c-4fe7-81b2-867617b4a6b8 2018-08-28 06:59:26,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 06:59:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0"}' 2018-08-28 06:59:27,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b71417b6-98e6-44d1-988b-0ea63e798ca6 Date: Tue, 28 Aug 2018 06:59:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:27Z", "file": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file", "owner": "cb524f5be54e40e48f2fa01a94c832ac", "id": "a783d35a-f2c1-48d2-a474-79b0b0bef36d", "size": null, "self": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d", "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_39080626-4171-4740-b15c-c4ca65f219c0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "checksum": null, "created_at": "2018-08-28T06:59:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 06:59:27,478 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b71417b6-98e6-44d1-988b-0ea63e798ca6 2018-08-28 06:59:27,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.84815788269s 2018-08-28 06:59:27,479 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b71417b6-98e6-44d1-988b-0ea63e798ca6 returning object a783d35a-f2c1-48d2-a474-79b0b0bef36d 2018-08-28 06:59:27,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 06:59:27,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/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}664489502f0879b966404305121a22bf9d20f4c9" -d '' 2018-08-28 06:59:28,920 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a22bfa80-daa9-4918-9efe-81d10cfe3c2d Date: Tue, 28 Aug 2018 06:59:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 06:59:28,920 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file used request id req-a22bfa80-daa9-4918-9efe-81d10cfe3c2d 2018-08-28 06:59:28,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44025397301s 2018-08-28 06:59:28,921 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file used request id req-a22bfa80-daa9-4918-9efe-81d10cfe3c2d 2018-08-28 06:59:28,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:28,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:29,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-fe303dd0-c022-4a72-b5c6-00f3eea0140f Date: Tue, 28 Aug 2018 06:59:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:28Z", "file": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file", "owner": "cb524f5be54e40e48f2fa01a94c832ac", "id": "a783d35a-f2c1-48d2-a474-79b0b0bef36d", "size": 12716032, "self": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:59:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:29,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fe303dd0-c022-4a72-b5c6-00f3eea0140f 2018-08-28 06:59:29,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.791874885559s 2018-08-28 06:59:29,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fe303dd0-c022-4a72-b5c6-00f3eea0140f 2018-08-28 06:59:29,719 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file', 'owner': u'cb524f5be54e40e48f2fa01a94c832ac', 'id': u'a783d35a-f2c1-48d2-a474-79b0b0bef36d', 'size': 12716032, u'self': u'/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb524f5be54e40e48f2fa01a94c832ac', 'name': 'vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T06:59:28Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T06:59:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0', '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/a783d35a-f2c1-48d2-a474-79b0b0bef36d', 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_39080626-4171-4740-b15c-c4ca65f219c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0', 'created': u'2018-08-28T06:59:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T06:59:27Z', 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/a783d35a-f2c1-48d2-a474-79b0b0bef36d', 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_39080626-4171-4740-b15c-c4ca65f219c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 06:59:29,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 06:59:29,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_39080626-4171-4740-b15c-c4ca65f219c0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 06:59:30,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e3a4c91-ef42-45b2-971b-b20efb95f867 x-compute-request-id: req-2e3a4c91-ef42-45b2-971b-b20efb95f867 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_39080626-4171-4740-b15c-c4ca65f219c0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68", "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": "cc4044e0-4c07-41fd-96af-30cd9adf7d68"}} 2018-08-28 06:59:30,446 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2e3a4c91-ef42-45b2-971b-b20efb95f867 2018-08-28 06:59:30,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.726001977921s 2018-08-28 06:59:30,446 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2e3a4c91-ef42-45b2-971b-b20efb95f867 2018-08-28 06:59:30,447 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_39080626-4171-4740-b15c-c4ca65f219c0', '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'ffb4780928b040148efb0f81bcbbd35f', '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'cc4044e0-4c07-41fd-96af-30cd9adf7d68', 'swap': 0}) 2018-08-28 06:59:30,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 06:59:30,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68/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}c93b526b9117f445b75a57074278d39468dbb6d9" -d '{"extra_specs": {}}' 2018-08-28 06:59:30,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-31ab3bfd-60cf-4f72-9d60-420c031233a5 x-compute-request-id: req-31ab3bfd-60cf-4f72-9d60-420c031233a5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 06:59:30,576 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68/os-extra_specs used request id req-31ab3bfd-60cf-4f72-9d60-420c031233a5 2018-08-28 06:59:30,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128632068634s 2018-08-28 06:59:30,577 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68/os-extra_specs used request id req-31ab3bfd-60cf-4f72-9d60-420c031233a5 2018-08-28 06:59:30,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 06:59:30,682 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 06:59:30,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 06:59:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/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}664489502f0879b966404305121a22bf9d20f4c9" -d '{"subnet_id": "c77c2540-bbf3-4269-b5b8-c34c6984ccfe"}' 2018-08-28 06:59:32,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17373843-87d8-4ee6-aa48-88536b4b4fc3 Date: Tue, 28 Aug 2018 06:59:32 GMT RESP BODY: {"network_id": "8be9c343-81a0-48ea-b8e2-53367756cf1c", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "subnet_id": "c77c2540-bbf3-4269-b5b8-c34c6984ccfe", "subnet_ids": ["c77c2540-bbf3-4269-b5b8-c34c6984ccfe"], "port_id": "60bc336d-73f1-4322-a6e8-ff608ba9e190", "id": "cb99b7ca-937d-45be-9c6c-82815e386b26"} 2018-08-28 06:59:32,730 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/remove_router_interface.json used request id req-17373843-87d8-4ee6-aa48-88536b4b4fc3 2018-08-28 06:59:32,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.04317593575s 2018-08-28 06:59:32,730 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26/remove_router_interface.json used request id req-17373843-87d8-4ee6-aa48-88536b4b4fc3 returning object cb99b7ca-937d-45be-9c6c-82815e386b26 2018-08-28 06:59:32,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 06:59:32,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:33,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0e74646c-c158-4832-ab68-e96f0910ae16 Date: Tue, 28 Aug 2018 06:59:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "created_at": "2018-08-28T06:59:20Z", "admin_state_up": true, "updated_at": "2018-08-28T06:59:31Z", "revision_number": 4, "routes": [], "project_id": "cb524f5be54e40e48f2fa01a94c832ac", "id": "cb99b7ca-937d-45be-9c6c-82815e386b26", "name": "vmready2-router_39080626-4171-4740-b15c-c4ca65f219c0"}]} 2018-08-28 06:59:33,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0e74646c-c158-4832-ab68-e96f0910ae16 2018-08-28 06:59:33,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.400746107101s 2018-08-28 06:59:33,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0e74646c-c158-4832-ab68-e96f0910ae16 2018-08-28 06:59:33,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 06:59:33,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:35,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86cb3c3f-e145-4792-8b8d-41112ca5c458 Content-Length: 0 Date: Tue, 28 Aug 2018 06:59:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:35,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26.json used request id req-86cb3c3f-e145-4792-8b8d-41112ca5c458 2018-08-28 06:59:35,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.91913509369s 2018-08-28 06:59:35,053 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/cb99b7ca-937d-45be-9c6c-82815e386b26.json used request id req-86cb3c3f-e145-4792-8b8d-41112ca5c458 2018-08-28 06:59:35,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 06:59:35,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:35,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-3e2c8917-ac80-4964-9d25-086c5462ac24 Date: Tue, 28 Aug 2018 06:59:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8be9c343-81a0-48ea-b8e2-53367756cf1c","tenant_id":"cb524f5be54e40e48f2fa01a94c832ac","created_at":"2018-08-28T06:59:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:59: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":"cb524f5be54e40e48f2fa01a94c832ac","id":"c77c2540-bbf3-4269-b5b8-c34c6984ccfe","subnetpool_id":null,"name":"vmready2-subnet_39080626-4171-4740-b15c-c4ca65f219c0"}]} 2018-08-28 06:59:35,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3e2c8917-ac80-4964-9d25-086c5462ac24 2018-08-28 06:59:35,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219784975052s 2018-08-28 06:59:35,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3e2c8917-ac80-4964-9d25-086c5462ac24 2018-08-28 06:59:35,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 06:59:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/c77c2540-bbf3-4269-b5b8-c34c6984ccfe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:38,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82d6b131-2ab9-4882-b6f2-2d606dc0b3fa Date: Tue, 28 Aug 2018 06:59:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:38,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c77c2540-bbf3-4269-b5b8-c34c6984ccfe.json used request id req-82d6b131-2ab9-4882-b6f2-2d606dc0b3fa 2018-08-28 06:59:38,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.35229802132s 2018-08-28 06:59:38,628 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/c77c2540-bbf3-4269-b5b8-c34c6984ccfe.json used request id req-82d6b131-2ab9-4882-b6f2-2d606dc0b3fa 2018-08-28 06:59:38,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:38,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:39,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-651a6ac2-9087-4b53-99ff-7fba15e86260 Date: Tue, 28 Aug 2018 06:59:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T06:59:38Z","tenant_id":"cb524f5be54e40e48f2fa01a94c832ac","created_at":"2018-08-28T06:59:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cb524f5be54e40e48f2fa01a94c832ac","id":"8be9c343-81a0-48ea-b8e2-53367756cf1c","name":"vmready2-net_39080626-4171-4740-b15c-c4ca65f219c0"}]} 2018-08-28 06:59:39,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-651a6ac2-9087-4b53-99ff-7fba15e86260 2018-08-28 06:59:39,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.39950799942s 2018-08-28 06:59:39,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-651a6ac2-9087-4b53-99ff-7fba15e86260 2018-08-28 06:59:39,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 06:59:39,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/8be9c343-81a0-48ea-b8e2-53367756cf1c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:40,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2a86345c-773b-46bd-9a62-52076080a007 Date: Tue, 28 Aug 2018 06:59:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 06:59:40,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8be9c343-81a0-48ea-b8e2-53367756cf1c.json used request id req-2a86345c-773b-46bd-9a62-52076080a007 2018-08-28 06:59:40,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2121899128s 2018-08-28 06:59:40,242 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8be9c343-81a0-48ea-b8e2-53367756cf1c.json used request id req-2a86345c-773b-46bd-9a62-52076080a007 2018-08-28 06:59:40,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:40,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:41,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-814f7b93-e5b5-4bb7-8fda-d06b78c95c98 Date: Tue, 28 Aug 2018 06:59:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:28Z", "file": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/file", "owner": "cb524f5be54e40e48f2fa01a94c832ac", "id": "a783d35a-f2c1-48d2-a474-79b0b0bef36d", "size": 12716032, "self": "/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_39080626-4171-4740-b15c-c4ca65f219c0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:59:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:41,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-814f7b93-e5b5-4bb7-8fda-d06b78c95c98 2018-08-28 06:59:41,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779311180115s 2018-08-28 06:59:41,026 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-814f7b93-e5b5-4bb7-8fda-d06b78c95c98 2018-08-28 06:59:41,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 06:59:41,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}664489502f0879b966404305121a22bf9d20f4c9" 2018-08-28 06:59:42,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59e5769c-53c1-41f6-978e-8cb82125da52 Date: Tue, 28 Aug 2018 06:59:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 06:59:42,955 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d used request id req-59e5769c-53c1-41f6-978e-8cb82125da52 2018-08-28 06:59:42,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.9280500412s 2018-08-28 06:59:42,956 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a783d35a-f2c1-48d2-a474-79b0b0bef36d used request id req-59e5769c-53c1-41f6-978e-8cb82125da52 2018-08-28 06:59:42,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 06:59:42,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:43,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59: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-7e81fade-59d3-45f6-9b51-972761bc144a x-compute-request-id: req-7e81fade-59d3-45f6-9b51-972761bc144a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_39080626-4171-4740-b15c-c4ca65f219c0", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68", "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": "cc4044e0-4c07-41fd-96af-30cd9adf7d68"}]} 2018-08-28 06:59:43,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e81fade-59d3-45f6-9b51-972761bc144a 2018-08-28 06:59:43,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137223958969s 2018-08-28 06:59:43,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e81fade-59d3-45f6-9b51-972761bc144a 2018-08-28 06:59:43,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 06:59:43,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:43,274 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 06:59: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-c6ba2190-4b93-41b8-af7d-19d5d8e150d3 x-compute-request-id: req-c6ba2190-4b93-41b8-af7d-19d5d8e150d3 Content-Length: 0 Content-Type: application/json 2018-08-28 06:59:43,274 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68 used request id req-c6ba2190-4b93-41b8-af7d-19d5d8e150d3 2018-08-28 06:59:43,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.178308963776s 2018-08-28 06:59:43,274 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/cc4044e0-4c07-41fd-96af-30cd9adf7d68 used request id req-c6ba2190-4b93-41b8-af7d-19d5d8e150d3 2018-08-28 06:59:43,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:59:43,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:43,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc52b57-2e45-4a6b-8a67-aa131a8622db Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0", "links": {"self": "http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2300d3dfa335442f9abd13290c6623ed", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 06:59:43,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6fc52b57-2e45-4a6b-8a67-aa131a8622db 2018-08-28 06:59:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.313683986664s 2018-08-28 06:59:43,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-6fc52b57-2e45-4a6b-8a67-aa131a8622db 2018-08-28 06:59:43,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 06:59:43,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:43,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487b51a7-c9ab-43a3-94d1-222e33e225d9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_39080626-4171-4740-b15c-c4ca65f219c0", "links": {"self": "http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2300d3dfa335442f9abd13290c6623ed", "description": null}} 2018-08-28 06:59:43,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed used request id req-487b51a7-c9ab-43a3-94d1-222e33e225d9 2018-08-28 06:59:43,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216516971588s 2018-08-28 06:59:43,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed used request id req-487b51a7-c9ab-43a3-94d1-222e33e225d9 2018-08-28 06:59:43,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 06:59:43,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:44,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:59:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac8a78f5-3d85-432c-a214-64202f999f03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:59:44,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed used request id req-ac8a78f5-3d85-432c-a214-64202f999f03 2018-08-28 06:59:44,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.393473863602s 2018-08-28 06:59:44,206 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2300d3dfa335442f9abd13290c6623ed used request id req-ac8a78f5-3d85-432c-a214-64202f999f03 2018-08-28 06:59:44,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 06:59:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:44,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6c2447-d211-4015-8dcc-fb902d41f4bd Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac"}, "tags": [], "enabled": true, "id": "cb524f5be54e40e48f2fa01a94c832ac", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_39080626-4171-4740-b15c-c4ca65f219c0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 06:59:44,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ae6c2447-d211-4015-8dcc-fb902d41f4bd 2018-08-28 06:59:44,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187724113464s 2018-08-28 06:59:44,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ae6c2447-d211-4015-8dcc-fb902d41f4bd 2018-08-28 06:59:44,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 06:59:44,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c93b526b9117f445b75a57074278d39468dbb6d9" 2018-08-28 06:59:44,805 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2c33a18-da57-4997-910e-e1cc5942591a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 06:59:44,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac used request id req-e2c33a18-da57-4997-910e-e1cc5942591a 2018-08-28 06:59:44,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.401185035706s 2018-08-28 06:59:44,806 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/cb524f5be54e40e48f2fa01a94c832ac used request id req-e2c33a18-da57-4997-910e-e1cc5942591a 2018-08-28 06:59:44,856 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-28 06:59:44,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 06:59:44,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 06:59:44,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 06:59:44,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 06:59:44,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:44,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502e5f0f-4f13-4df6-be4b-56c01dc888dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 06:59:44,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-502e5f0f-4f13-4df6-be4b-56c01dc888dd 2018-08-28 06:59:44,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 06:59:45,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T07:59:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["q8n2BEnER3WxOYbeVrAb9g"], "issued_at": "2018-08-28T06:59:45.000000Z"}} 2018-08-28 06:59:45,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:45,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:45,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-273b61bf-e7b0-41d9-85c8-b1dd0ebc63e2 Date: Tue, 28 Aug 2018 06:59:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:59:45,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-273b61bf-e7b0-41d9-85c8-b1dd0ebc63e2 2018-08-28 06:59:45,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.498291969299s 2018-08-28 06:59:45,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-273b61bf-e7b0-41d9-85c8-b1dd0ebc63e2 2018-08-28 06:59:45,809 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-28 06:59:45,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 06:59:45,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"network": {"name": "singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923", "admin_state_up": true}}' 2018-08-28 06:59:46,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-90dd83e7-d760-430a-9e5f-827999df8e45 Date: Tue, 28 Aug 2018 06:59:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:59:46Z","is_default":false,"provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","mtu":1450}} 2018-08-28 06:59:46,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-90dd83e7-d760-430a-9e5f-827999df8e45 2018-08-28 06:59:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.594352960587s 2018-08-28 06:59:46,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-90dd83e7-d760-430a-9e5f-827999df8e45 2018-08-28 06:59:46,405 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T06:59:46Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'54066625-4c2c-420e-868e-2e6d2e535678', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923', u'admin_state_up': True, u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:59:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:59:46,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:46,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:46,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-d8b0d6d2-a9dc-4611-b400-c4bda75a66e2 Date: Tue, 28 Aug 2018 06:59:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T06:59:46Z","provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:59:46,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8b0d6d2-a9dc-4611-b400-c4bda75a66e2 2018-08-28 06:59:46,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33983206749s 2018-08-28 06:59:46,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8b0d6d2-a9dc-4611-b400-c4bda75a66e2 2018-08-28 06:59:46,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 06:59:46,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"subnet": {"name": "singlevm1-subnet_d261bd22-876d-486d-bf89-9eff2b07f923", "enable_dhcp": true, "network_id": "54066625-4c2c-420e-868e-2e6d2e535678", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 06:59:47,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8bc7bf50-7ed4-430b-8334-e78de3b652e2 Date: Tue, 28 Aug 2018 06:59:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54066625-4c2c-420e-868e-2e6d2e535678","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:59:47Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"93409094-8d2a-4017-ac68-423c10d46012","subnetpool_id":null,"name":"singlevm1-subnet_d261bd22-876d-486d-bf89-9eff2b07f923"}} 2018-08-28 06:59:47,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8bc7bf50-7ed4-430b-8334-e78de3b652e2 2018-08-28 06:59:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.884567022324s 2018-08-28 06:59:47,633 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8bc7bf50-7ed4-430b-8334-e78de3b652e2 2018-08-28 06:59:47,633 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T06:59:47Z', 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'93409094-8d2a-4017-ac68-423c10d46012', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_d261bd22-876d-486d-bf89-9eff2b07f923', u'enable_dhcp': True, u'network_id': u'54066625-4c2c-420e-868e-2e6d2e535678', u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:59:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'ffb4780928b040148efb0f81bcbbd35f'}) 2018-08-28 06:59:47,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 06:59:47,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "singlevm1-router_d261bd22-876d-486d-bf89-9eff2b07f923", "admin_state_up": true}}' 2018-08-28 06:59:49,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-da5c963d-b1f2-4779-b401-22fa89b33ed5 Date: Tue, 28 Aug 2018 06:59:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T06:59:48Z", "revision_number": 2, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "61755517-0cd2-4a94-ac05-d19e8c474252", "name": "singlevm1-router_d261bd22-876d-486d-bf89-9eff2b07f923"}} 2018-08-28 06:59:49,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-da5c963d-b1f2-4779-b401-22fa89b33ed5 2018-08-28 06:59:49,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53290200233s 2018-08-28 06:59:49,167 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-da5c963d-b1f2-4779-b401-22fa89b33ed5 2018-08-28 06:59:49,168 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', u'created_at': u'2018-08-28T06:59:47Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T06:59:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'id': u'61755517-0cd2-4a94-ac05-d19e8c474252', u'name': u'singlevm1-router_d261bd22-876d-486d-bf89-9eff2b07f923'}) 2018-08-28 06:59:49,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 06:59:49,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"subnet_id": "93409094-8d2a-4017-ac68-423c10d46012"}' 2018-08-28 06:59:51,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-76f9edc3-6c4a-436a-aa09-c8893a1e1307 Date: Tue, 28 Aug 2018 06:59:51 GMT RESP BODY: {"network_id": "54066625-4c2c-420e-868e-2e6d2e535678", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "93409094-8d2a-4017-ac68-423c10d46012", "subnet_ids": ["93409094-8d2a-4017-ac68-423c10d46012"], "port_id": "007da03a-226a-4235-b4f3-b6eb0725cdf7", "id": "61755517-0cd2-4a94-ac05-d19e8c474252"} 2018-08-28 06:59:51,343 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/add_router_interface.json used request id req-76f9edc3-6c4a-436a-aa09-c8893a1e1307 2018-08-28 06:59:51,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.17404484749s 2018-08-28 06:59:51,343 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/add_router_interface.json used request id req-76f9edc3-6c4a-436a-aa09-c8893a1e1307 returning object 61755517-0cd2-4a94-ac05-d19e8c474252 2018-08-28 06:59:51,344 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 06:59:51,474 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 06:59:51,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 06:59:51,481 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 06:59:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 06:59:51,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:51,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:52,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24c0b5ac-224b-43f9-9c36-0941c7e83be9 Date: Tue, 28 Aug 2018 06:59:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:52,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24c0b5ac-224b-43f9-9c36-0941c7e83be9 2018-08-28 06:59:52,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778733968735s 2018-08-28 06:59:52,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24c0b5ac-224b-43f9-9c36-0941c7e83be9 2018-08-28 06:59:52,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 06:59:52,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923"}' 2018-08-28 06:59:53,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fa206363-0f29-4bac-b35b-988f4e8ec07f Date: Tue, 28 Aug 2018 06:59:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:53Z", "file": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "size": null, "self": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "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_d261bd22-876d-486d-bf89-9eff2b07f923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "checksum": null, "created_at": "2018-08-28T06:59:53Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 06:59:53,127 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fa206363-0f29-4bac-b35b-988f4e8ec07f 2018-08-28 06:59:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.853410005569s 2018-08-28 06:59:53,127 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fa206363-0f29-4bac-b35b-988f4e8ec07f returning object f950c9d3-1e84-4909-92ab-9dd8d873c1ea 2018-08-28 06:59:53,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 06:59:53,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '' 2018-08-28 06:59:54,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0d5aa91-6cf1-4221-bd3e-7e7dbf04d10f Date: Tue, 28 Aug 2018 06:59:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 06:59:54,958 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file used request id req-e0d5aa91-6cf1-4221-bd3e-7e7dbf04d10f 2018-08-28 06:59:54,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.82986116409s 2018-08-28 06:59:54,958 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file used request id req-e0d5aa91-6cf1-4221-bd3e-7e7dbf04d10f 2018-08-28 06:59:54,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:54,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:55,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-93e6ca77-a277-47e1-ac0d-fc6847b1af18 Date: Tue, 28 Aug 2018 06:59:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:54Z", "file": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "size": 12716032, "self": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:59:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:55,761 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-93e6ca77-a277-47e1-ac0d-fc6847b1af18 2018-08-28 06:59:55,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.79817700386s 2018-08-28 06:59:55,761 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-93e6ca77-a277-47e1-ac0d-fc6847b1af18 2018-08-28 06:59:55,763 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file', 'owner': u'ffb4780928b040148efb0f81bcbbd35f', 'id': u'f950c9d3-1e84-4909-92ab-9dd8d873c1ea', 'size': 12716032, u'self': u'/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ffb4780928b040148efb0f81bcbbd35f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T06:59:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T06:59:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923', '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/f950c9d3-1e84-4909-92ab-9dd8d873c1ea', 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_d261bd22-876d-486d-bf89-9eff2b07f923', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923', 'created': u'2018-08-28T06:59:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T06:59:53Z', 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/f950c9d3-1e84-4909-92ab-9dd8d873c1ea', 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_d261bd22-876d-486d-bf89-9eff2b07f923', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 06:59:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 06:59:55,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_d261bd22-876d-486d-bf89-9eff2b07f923", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 06:59:56,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59: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-a20977f7-da05-4b90-9468-698d8098db8c x-compute-request-id: req-a20977f7-da05-4b90-9468-698d8098db8c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_d261bd22-876d-486d-bf89-9eff2b07f923", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "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": "622047d8-e4cc-4575-92e3-f0e4caa21f87"}} 2018-08-28 06:59:56,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a20977f7-da05-4b90-9468-698d8098db8c 2018-08-28 06:59:56,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.308938026428s 2018-08-28 06:59:56,073 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a20977f7-da05-4b90-9468-698d8098db8c 2018-08-28 06:59:56,074 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_d261bd22-876d-486d-bf89-9eff2b07f923', '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'ffb4780928b040148efb0f81bcbbd35f', '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'622047d8-e4cc-4575-92e3-f0e4caa21f87', 'swap': 0}) 2018-08-28 06:59:56,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 06:59:56,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"extra_specs": {}}' 2018-08-28 06:59:56,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59: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-65b1fa92-306b-49b3-8a92-bc9bc2e9d2f7 x-compute-request-id: req-65b1fa92-306b-49b3-8a92-bc9bc2e9d2f7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 06:59:56,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87/os-extra_specs used request id req-65b1fa92-306b-49b3-8a92-bc9bc2e9d2f7 2018-08-28 06:59:56,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.147307157516s 2018-08-28 06:59:56,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87/os-extra_specs used request id req-65b1fa92-306b-49b3-8a92-bc9bc2e9d2f7 2018-08-28 06:59:56,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 06:59:56,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"keypair": {"name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923"}}' 2018-08-28 06:59:56,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59: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-cfaee830-f7df-4ec4-beb6-2801865b1fac x-compute-request-id: req-cfaee830-f7df-4ec4-beb6-2801865b1fac Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgc46ghq0OiTv8LLZ0aVf44zCDfkHMwU2EN2jWj7ZH+/mgLn13ifXkfE3JGQ+dMbcr+fyCJA+3qk5dL5KYEXB3HGNfmhO++q8pN/qZ/RgNNEZHcikxpmQI1R117krB4ng8VkOdfIEPT5iZCRII5GaIwbbzi7bNjJU0FGLtI6Dj2DIU7ziqjXGZM9egenVrBl2Z67ByaDBYKAwdWITEpFLenQ7JHJdMF0/qEdHHeeHvkO9Uq4+Os+Pw0aIn1V7G+P7miBcbqZehCiepvTV7JshA1mmtAhchftP3CqEXN5KMzg8n+8SxSUqzfdrUyn7QFcFE0W6rk+KEh1InZZVaVdNX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoHOOoIatDok7/Cy2dGlX+OMwg35BzMFNhDdo1o+2R/v5oC59\nd4n15HxNyRkPnTG3K/n8giQPt6pOXS+SmBFwdxxjX5oTvvqvKTf6mf0YDTRGR3Ip\nMaZkCNUdde5KweJ4PFZDnXyBD0+YmQkSCORmiMG284u2zYyVNBRi7SOg49gyFO84\nqo1xmTPXoHp1awZdmeuwcmgwWCgMHViExKRS3p0OyRyXTBdP6hHRx3nh75DvVKuP\njrPj8NGiJ9Vexvj+5ogXG6mXoQonqb01eybIQNZprQIXIX7T9wqhFzeSjM4PJ/vE\nsUlKs33a1Mp+0BXBRNFuq5PihIdSJ2WVWlXTVwIDAQABAoIBAF7f9ZY2DF5sB2w1\nhC2RnNMug6E9JutL4eosWXGFyOMHu7NbyhTFHwDb/6LJjtIEc6stRoItkJ2ptmyj\nlKsWpMnJn3kIQmTLFofo8eXcIjysjGHyvyj8mmoemi0BmnLK1w3WdGTLGgVTq4fS\nNTfM1lRHN0cLdixU1GTXKSfPyXLvk7mpuAf2YhW/QZ3XxEHXib1mAcWisniTv37E\n1jozcJIj78z5XsXqClG2RPdOk47TOCNm9kH54ZNC2PAzJTzv8WmIPEYCTkd/5gL3\ncpPELHDbiVSwDbO3Q+8PdWX/GopaPNwTAaiYI2ryYxZT5iNJhFG5WCJLhvRxKzbf\njbLzuQECgYEA1IecbF577AL9NT1WuJan/MSlBOLvVIL8tlT2b90jUvfeLtIhS46U\nDmEZ2aVse7RJCeqAHCEIAoDPSzOyozgTd2OJLtq+n0azVpFgo9lO/fUSoL9fbRMS\n9h/5uV1CXwHMgGRabUtkIVaX6ek34ZgZLdZhpfMslzdfv9zjUGptg00CgYEAwUUL\nBJ95dklBrxcUtvPk9fCnSIzn5L4WCVi819E+Vr+AgBdDuhfuiaYjJ9GXyqlfhsV/\noNHEKuqW3sFSJ6+8AEL8Hukytejv/UIF9z1HnfmwzDQS5kd3IC0v82w9frzCF2PD\nZBxe2JbjT8d7zog2qNBUBrAih4ygEbWdglS71zMCgYAdU1UHMwZga40q0nrr34Xw\nf+XRRcsGW0iplBGpH9dm9GLJDR+hAFx3m3hoqsXMT/UgFCZ3OyuSxNlVpB2LHgq5\nl5dvSqmw6p2GXWr7UNnweueGHMH7F/2uznyz0iV9XI8uTCqaGCQJ4Zv2n8KhM06O\nH527u1E00GQ64izPhM/1pQKBgCyc22Y9ybPcRSU9lrKEqh17Z6H/pKfQmRWfPjgz\nPMiZe/gVZrTWQWHUz9ipMPi/ECX0APoGcdnWPO0+gtBWaHdG/xvDiMkk9ADp9KaV\npqp4sK7ydkphxMXQqHjwS2GuAL+Vb8z0H5Cvg9kumw2Zs8RUEpFYpx/S/kAYRDuJ\ng7KxAoGAPKpBJwzQz1gSRHPsDYvwlNgTQEd7cohBE+uyHGQOHWd8El2oAJSsysIF\nc5gH3UBEnFIVsoc4DGrp7UVhwtHsJEiUvisO+09EnkeUuvCZqFKi+omb5wODOokQ\nHcmjebauj5fkIyRPm4n9UR8QEyQZ+IG0pBKyXxcpdM6/tIcPX2o=\n-----END RSA PRIVATE KEY-----\n", "user_id": "54ef15f434d34eea84f1973adfde836f", "name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "fingerprint": "ef:1e:db:72:ea:46:37:61:90:50:a8:c7:5f:74:53:8e"}} 2018-08-28 06:59:56,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-cfaee830-f7df-4ec4-beb6-2801865b1fac 2018-08-28 06:59:56,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.335891008377s 2018-08-28 06:59:56,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-cfaee830-f7df-4ec4-beb6-2801865b1fac 2018-08-28 06:59:56,560 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgc46ghq0OiTv8LLZ0aVf44zCDfkHMwU2EN2jWj7ZH+/mgLn13ifXkfE3JGQ+dMbcr+fyCJA+3qk5dL5KYEXB3HGNfmhO++q8pN/qZ/RgNNEZHcikxpmQI1R117krB4ng8VkOdfIEPT5iZCRII5GaIwbbzi7bNjJU0FGLtI6Dj2DIU7ziqjXGZM9egenVrBl2Z67ByaDBYKAwdWITEpFLenQ7JHJdMF0/qEdHHeeHvkO9Uq4+Os+Pw0aIn1V7G+P7miBcbqZehCiepvTV7JshA1mmtAhchftP3CqEXN5KMzg8n+8SxSUqzfdrUyn7QFcFE0W6rk+KEh1InZZVaVdNX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAoHOOoIatDok7/Cy2dGlX+OMwg35BzMFNhDdo1o+2R/v5oC59\nd4n15HxNyRkPnTG3K/n8giQPt6pOXS+SmBFwdxxjX5oTvvqvKTf6mf0YDTRGR3Ip\nMaZkCNUdde5KweJ4PFZDnXyBD0+YmQkSCORmiMG284u2zYyVNBRi7SOg49gyFO84\nqo1xmTPXoHp1awZdmeuwcmgwWCgMHViExKRS3p0OyRyXTBdP6hHRx3nh75DvVKuP\njrPj8NGiJ9Vexvj+5ogXG6mXoQonqb01eybIQNZprQIXIX7T9wqhFzeSjM4PJ/vE\nsUlKs33a1Mp+0BXBRNFuq5PihIdSJ2WVWlXTVwIDAQABAoIBAF7f9ZY2DF5sB2w1\nhC2RnNMug6E9JutL4eosWXGFyOMHu7NbyhTFHwDb/6LJjtIEc6stRoItkJ2ptmyj\nlKsWpMnJn3kIQmTLFofo8eXcIjysjGHyvyj8mmoemi0BmnLK1w3WdGTLGgVTq4fS\nNTfM1lRHN0cLdixU1GTXKSfPyXLvk7mpuAf2YhW/QZ3XxEHXib1mAcWisniTv37E\n1jozcJIj78z5XsXqClG2RPdOk47TOCNm9kH54ZNC2PAzJTzv8WmIPEYCTkd/5gL3\ncpPELHDbiVSwDbO3Q+8PdWX/GopaPNwTAaiYI2ryYxZT5iNJhFG5WCJLhvRxKzbf\njbLzuQECgYEA1IecbF577AL9NT1WuJan/MSlBOLvVIL8tlT2b90jUvfeLtIhS46U\nDmEZ2aVse7RJCeqAHCEIAoDPSzOyozgTd2OJLtq+n0azVpFgo9lO/fUSoL9fbRMS\n9h/5uV1CXwHMgGRabUtkIVaX6ek34ZgZLdZhpfMslzdfv9zjUGptg00CgYEAwUUL\nBJ95dklBrxcUtvPk9fCnSIzn5L4WCVi819E+Vr+AgBdDuhfuiaYjJ9GXyqlfhsV/\noNHEKuqW3sFSJ6+8AEL8Hukytejv/UIF9z1HnfmwzDQS5kd3IC0v82w9frzCF2PD\nZBxe2JbjT8d7zog2qNBUBrAih4ygEbWdglS71zMCgYAdU1UHMwZga40q0nrr34Xw\nf+XRRcsGW0iplBGpH9dm9GLJDR+hAFx3m3hoqsXMT/UgFCZ3OyuSxNlVpB2LHgq5\nl5dvSqmw6p2GXWr7UNnweueGHMH7F/2uznyz0iV9XI8uTCqaGCQJ4Zv2n8KhM06O\nH527u1E00GQ64izPhM/1pQKBgCyc22Y9ybPcRSU9lrKEqh17Z6H/pKfQmRWfPjgz\nPMiZe/gVZrTWQWHUz9ipMPi/ECX0APoGcdnWPO0+gtBWaHdG/xvDiMkk9ADp9KaV\npqp4sK7ydkphxMXQqHjwS2GuAL+Vb8z0H5Cvg9kumw2Zs8RUEpFYpx/S/kAYRDuJ\ng7KxAoGAPKpBJwzQz1gSRHPsDYvwlNgTQEd7cohBE+uyHGQOHWd8El2oAJSsysIF\nc5gH3UBEnFIVsoc4DGrp7UVhwtHsJEiUvisO+09EnkeUuvCZqFKi+omb5wODOokQ\nHcmjebauj5fkIyRPm4n9UR8QEyQZ+IG0pBKyXxcpdM6/tIcPX2o=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'54ef15f434d34eea84f1973adfde836f', 'name': u'singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923', 'created_at': '2018-08-28T06:59:56.560647', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ffb4780928b040148efb0f81bcbbd35f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ef:1e:db:72:ea:46:37:61:90:50:a8:c7:5f:74:53:8e', 'type': 'ssh', 'id': u'singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923'}) 2018-08-28 06:59:56,561 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAoHOOoIatDok7/Cy2dGlX+OMwg35BzMFNhDdo1o+2R/v5oC59 d4n15HxNyRkPnTG3K/n8giQPt6pOXS+SmBFwdxxjX5oTvvqvKTf6mf0YDTRGR3Ip MaZkCNUdde5KweJ4PFZDnXyBD0+YmQkSCORmiMG284u2zYyVNBRi7SOg49gyFO84 qo1xmTPXoHp1awZdmeuwcmgwWCgMHViExKRS3p0OyRyXTBdP6hHRx3nh75DvVKuP jrPj8NGiJ9Vexvj+5ogXG6mXoQonqb01eybIQNZprQIXIX7T9wqhFzeSjM4PJ/vE sUlKs33a1Mp+0BXBRNFuq5PihIdSJ2WVWlXTVwIDAQABAoIBAF7f9ZY2DF5sB2w1 hC2RnNMug6E9JutL4eosWXGFyOMHu7NbyhTFHwDb/6LJjtIEc6stRoItkJ2ptmyj lKsWpMnJn3kIQmTLFofo8eXcIjysjGHyvyj8mmoemi0BmnLK1w3WdGTLGgVTq4fS NTfM1lRHN0cLdixU1GTXKSfPyXLvk7mpuAf2YhW/QZ3XxEHXib1mAcWisniTv37E 1jozcJIj78z5XsXqClG2RPdOk47TOCNm9kH54ZNC2PAzJTzv8WmIPEYCTkd/5gL3 cpPELHDbiVSwDbO3Q+8PdWX/GopaPNwTAaiYI2ryYxZT5iNJhFG5WCJLhvRxKzbf jbLzuQECgYEA1IecbF577AL9NT1WuJan/MSlBOLvVIL8tlT2b90jUvfeLtIhS46U DmEZ2aVse7RJCeqAHCEIAoDPSzOyozgTd2OJLtq+n0azVpFgo9lO/fUSoL9fbRMS 9h/5uV1CXwHMgGRabUtkIVaX6ek34ZgZLdZhpfMslzdfv9zjUGptg00CgYEAwUUL BJ95dklBrxcUtvPk9fCnSIzn5L4WCVi819E+Vr+AgBdDuhfuiaYjJ9GXyqlfhsV/ oNHEKuqW3sFSJ6+8AEL8Hukytejv/UIF9z1HnfmwzDQS5kd3IC0v82w9frzCF2PD ZBxe2JbjT8d7zog2qNBUBrAih4ygEbWdglS71zMCgYAdU1UHMwZga40q0nrr34Xw f+XRRcsGW0iplBGpH9dm9GLJDR+hAFx3m3hoqsXMT/UgFCZ3OyuSxNlVpB2LHgq5 l5dvSqmw6p2GXWr7UNnweueGHMH7F/2uznyz0iV9XI8uTCqaGCQJ4Zv2n8KhM06O H527u1E00GQ64izPhM/1pQKBgCyc22Y9ybPcRSU9lrKEqh17Z6H/pKfQmRWfPjgz PMiZe/gVZrTWQWHUz9ipMPi/ECX0APoGcdnWPO0+gtBWaHdG/xvDiMkk9ADp9KaV pqp4sK7ydkphxMXQqHjwS2GuAL+Vb8z0H5Cvg9kumw2Zs8RUEpFYpx/S/kAYRDuJ g7KxAoGAPKpBJwzQz1gSRHPsDYvwlNgTQEd7cohBE+uyHGQOHWd8El2oAJSsysIF c5gH3UBEnFIVsoc4DGrp7UVhwtHsJEiUvisO+09EnkeUuvCZqFKi+omb5wODOokQ Hcmjebauj5fkIyRPm4n9UR8QEyQZ+IG0pBKyXxcpdM6/tIcPX2o= -----END RSA PRIVATE KEY----- 2018-08-28 06:59:56,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 06:59:56,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"security_group": {"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-28 06:59:57,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-5970569a-3b35-4b8d-a9b8-1011ac70f567 Date: Tue, 28 Aug 2018 06:59:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:56Z", "updated_at": "2018-08-28T06:59:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "2a44c06b-a3ff-48a7-b05a-1df12eba5cb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "de817682-b1cb-47a0-a48b-d7b4dfc87010", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 1, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "9053c6be-8277-419b-91f2-e6df9802ae02", "name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}} 2018-08-28 06:59:57,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5970569a-3b35-4b8d-a9b8-1011ac70f567 2018-08-28 06:59:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.452737092972s 2018-08-28 06:59:57,017 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5970569a-3b35-4b8d-a9b8-1011ac70f567 2018-08-28 06:59:57,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 06:59:57,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:57,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-f84c5d9d-9cfb-49ec-a9f0-a5c2a7708f2b Date: Tue, 28 Aug 2018 06:59:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bf898451164940e1962f4a20e12a940e", "created_at": "2018-08-28T06:58:24Z", "updated_at": "2018-08-28T06:58:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "5b04c615-8830-49cc-8b0d-1d9cb72719ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c01a4297-f4ca-4d0b-a3e1-dd924f63cc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c498ae4a-85fa-4fe0-905e-2a621ea1e222", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "e2d6be5e-ac53-47ea-a1fb-2efb75945eb6", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}], "revision_number": 1, "project_id": "bf898451164940e1962f4a20e12a940e", "id": "48d66322-4784-4fdd-a719-f502d469c4a6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "created_at": "2018-08-28T06:59:17Z", "updated_at": "2018-08-28T06:59:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "4201904d-366f-4c59-b1ea-be6f957bc794", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "7ae73475-9f06-4090-bad2-f5c58a729ece", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a1255e2d-3e41-41a1-9e07-1b994e2df008", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a6601e3b-f563-46ca-822b-7c3d390894b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}], "revision_number": 1, "project_id": "cb524f5be54e40e48f2fa01a94c832ac", "id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:56Z", "updated_at": "2018-08-28T06:59:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "2a44c06b-a3ff-48a7-b05a-1df12eba5cb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "de817682-b1cb-47a0-a48b-d7b4dfc87010", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 1, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "9053c6be-8277-419b-91f2-e6df9802ae02", "name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T06:58:04Z", "updated_at": "2018-08-28T06:58:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "1e0b2e46-a629-458d-a8c1-072fa0f07bd7", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "43f1b387-dd93-468f-a37e-efb281245eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "8d82a4f1-21af-4c42-90c6-307ded9fb5be", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:05Z", "revision_number": 0, "id": "d492b107-fc30-47fc-96ae-c5c30bed0702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:05Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "created_at": "2018-08-28T06:54:36Z", "updated_at": "2018-08-28T06:54:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "237f624f-8864-4d46-a23c-76acae4da42d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "30c06bbf-333c-4330-902f-66b259dec49d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "507c5cd5-a479-4e47-9248-eb6c043e8935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "86bd1e64-5cbe-4ad9-b146-159a88dd50b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}], "revision_number": 1, "project_id": "2984e15ab33b4cd6916f93c02636fc5c", "id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:00Z", "updated_at": "2018-08-28T06:58:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "3432567b-3c94-4509-b3fa-7ec70bc9a331", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "5596cc4e-653e-4222-9f9e-5fbf70e7a631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "7a302638-80e0-4991-aa17-b4b35771de48", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "816bc42b-a4c2-4ebb-8c5b-6222d8466936", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 1, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "name": "default"}]} 2018-08-28 06:59:57,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f84c5d9d-9cfb-49ec-a9f0-a5c2a7708f2b 2018-08-28 06:59:57,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.290309906006s 2018-08-28 06:59:57,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f84c5d9d-9cfb-49ec-a9f0-a5c2a7708f2b 2018-08-28 06:59:57,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 06:59:57,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -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": "9053c6be-8277-419b-91f2-e6df9802ae02"}}' 2018-08-28 06:59:57,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fca520a8-c7f9-4f60-bd05-dcaf15a6c9d6 Date: Tue, 28 Aug 2018 06:59:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-28T06:59:57Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "port_range_min": 22, "revision_number": 0, "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:57Z", "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "74261fd3-1bd0-4c34-b1ff-59306f1abbe1"}} 2018-08-28 06:59:57,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-fca520a8-c7f9-4f60-bd05-dcaf15a6c9d6 2018-08-28 06:59:57,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.196549892426s 2018-08-28 06:59:57,514 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-fca520a8-c7f9-4f60-bd05-dcaf15a6c9d6 2018-08-28 06:59:57,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 06:59:57,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:57,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-d18603af-96a4-44aa-9681-8843cb192364 Date: Tue, 28 Aug 2018 06:59:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bf898451164940e1962f4a20e12a940e", "created_at": "2018-08-28T06:58:24Z", "updated_at": "2018-08-28T06:58:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "5b04c615-8830-49cc-8b0d-1d9cb72719ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c01a4297-f4ca-4d0b-a3e1-dd924f63cc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c498ae4a-85fa-4fe0-905e-2a621ea1e222", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "e2d6be5e-ac53-47ea-a1fb-2efb75945eb6", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}], "revision_number": 1, "project_id": "bf898451164940e1962f4a20e12a940e", "id": "48d66322-4784-4fdd-a719-f502d469c4a6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "created_at": "2018-08-28T06:59:17Z", "updated_at": "2018-08-28T06:59:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "4201904d-366f-4c59-b1ea-be6f957bc794", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "7ae73475-9f06-4090-bad2-f5c58a729ece", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a1255e2d-3e41-41a1-9e07-1b994e2df008", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a6601e3b-f563-46ca-822b-7c3d390894b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}], "revision_number": 1, "project_id": "cb524f5be54e40e48f2fa01a94c832ac", "id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:56Z", "updated_at": "2018-08-28T06:59:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "2a44c06b-a3ff-48a7-b05a-1df12eba5cb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T06:59:57Z", "revision_number": 0, "id": "74261fd3-1bd0-4c34-b1ff-59306f1abbe1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:57Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "de817682-b1cb-47a0-a48b-d7b4dfc87010", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 2, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "9053c6be-8277-419b-91f2-e6df9802ae02", "name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T06:58:04Z", "updated_at": "2018-08-28T06:58:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "1e0b2e46-a629-458d-a8c1-072fa0f07bd7", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "43f1b387-dd93-468f-a37e-efb281245eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "8d82a4f1-21af-4c42-90c6-307ded9fb5be", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:05Z", "revision_number": 0, "id": "d492b107-fc30-47fc-96ae-c5c30bed0702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:05Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "created_at": "2018-08-28T06:54:36Z", "updated_at": "2018-08-28T06:54:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "237f624f-8864-4d46-a23c-76acae4da42d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "30c06bbf-333c-4330-902f-66b259dec49d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "507c5cd5-a479-4e47-9248-eb6c043e8935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "86bd1e64-5cbe-4ad9-b146-159a88dd50b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}], "revision_number": 1, "project_id": "2984e15ab33b4cd6916f93c02636fc5c", "id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:00Z", "updated_at": "2018-08-28T06:58:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "3432567b-3c94-4509-b3fa-7ec70bc9a331", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "5596cc4e-653e-4222-9f9e-5fbf70e7a631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "7a302638-80e0-4991-aa17-b4b35771de48", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "816bc42b-a4c2-4ebb-8c5b-6222d8466936", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 1, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "name": "default"}]} 2018-08-28 06:59:57,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d18603af-96a4-44aa-9681-8843cb192364 2018-08-28 06:59:57,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.063441991806s 2018-08-28 06:59:57,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d18603af-96a4-44aa-9681-8843cb192364 2018-08-28 06:59:57,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 06:59:57,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -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": "9053c6be-8277-419b-91f2-e6df9802ae02"}}' 2018-08-28 06:59:58,058 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-68d84e77-42e3-44cd-b9dd-9a2837268280 Date: Tue, 28 Aug 2018 06:59:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-28T06:59:57Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "port_range_min": null, "revision_number": 0, "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:57Z", "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "3f7f635c-d17e-4aa1-bf6e-b1a777eee7f8"}} 2018-08-28 06:59:58,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-68d84e77-42e3-44cd-b9dd-9a2837268280 2018-08-28 06:59:58,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.473427057266s 2018-08-28 06:59:58,059 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-68d84e77-42e3-44cd-b9dd-9a2837268280 2018-08-28 06:59:58,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 06:59:58,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:59,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-66837720-5427-4c92-89ed-68922a861d5e Date: Tue, 28 Aug 2018 06:59:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":["93409094-8d2a-4017-ac68-423c10d46012"],"description":"","tags":[],"updated_at":"2018-08-28T06:59:47Z","provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 06:59:59,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-66837720-5427-4c92-89ed-68922a861d5e 2018-08-28 06:59:59,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1269569397s 2018-08-28 06:59:59,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-66837720-5427-4c92-89ed-68922a861d5e 2018-08-28 06:59:59,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 06:59:59,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 06:59:59,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-25324bfa-4dfc-4ca6-9810-b3ad255879df Date: Tue, 28 Aug 2018 06:59:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:54Z", "file": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "size": 12716032, "self": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:59:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 06:59:59,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-25324bfa-4dfc-4ca6-9810-b3ad255879df 2018-08-28 06:59:59,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.784577131271s 2018-08-28 06:59:59,978 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-25324bfa-4dfc-4ca6-9810-b3ad255879df 2018-08-28 06:59:59,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 06:59:59,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:00,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 06:59:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b67ba3dc-ef20-4bce-b95b-d88509884e50 x-compute-request-id: req-b67ba3dc-ef20-4bce-b95b-d88509884e50 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_d261bd22-876d-486d-bf89-9eff2b07f923", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "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": "622047d8-e4cc-4575-92e3-f0e4caa21f87"}]} 2018-08-28 07:00:00,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b67ba3dc-ef20-4bce-b95b-d88509884e50 2018-08-28 07:00:00,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137052059174s 2018-08-28 07:00:00,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b67ba3dc-ef20-4bce-b95b-d88509884e50 2018-08-28 07:00:00,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:00:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"server": {"name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "imageRef": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "flavorRef": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54066625-4c2c-420e-868e-2e6d2e535678"}], "security_groups": [{"name": "9053c6be-8277-419b-91f2-e6df9802ae02"}]}}' 2018-08-28 07:00:06,667 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1436782-c7fc-47ae-a44c-90415a4d30aa x-compute-request-id: req-e1436782-c7fc-47ae-a44c-90415a4d30aa Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9053c6be-8277-419b-91f2-e6df9802ae02"}], "OS-DCF:diskConfig": "MANUAL", "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "adminPass": "SCnsiHgTfjF8"}} 2018-08-28 07:00:06,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e1436782-c7fc-47ae-a44c-90415a4d30aa 2018-08-28 07:00:06,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 6.54938411713s 2018-08-28 07:00:06,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e1436782-c7fc-47ae-a44c-90415a4d30aa 2018-08-28 07:00:06,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:06,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:07,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9ec9d78-9149-40c3-8b85-d6f6b784f978 x-compute-request-id: req-a9ec9d78-9149-40c3-8b85-d6f6b784f978 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:00:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:07,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9ec9d78-9149-40c3-8b85-d6f6b784f978 2018-08-28 07:00:07,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523067951202s 2018-08-28 07:00:07,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9ec9d78-9149-40c3-8b85-d6f6b784f978 2018-08-28 07:00:07,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:00:07,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:07,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-85bfdf74-00ce-456d-9cf0-3a610bba661b Date: Tue, 28 Aug 2018 07:00:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":["93409094-8d2a-4017-ac68-423c10d46012"],"description":"","tags":[],"updated_at":"2018-08-28T06:59:47Z","provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:00:07,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-85bfdf74-00ce-456d-9cf0-3a610bba661b 2018-08-28 07:00:07,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0842559337616s 2018-08-28 07:00:07,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-85bfdf74-00ce-456d-9cf0-3a610bba661b 2018-08-28 07:00:07,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:00:07,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:07,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-10d3840b-54ce-4858-8d9f-61928d21e1f4 Date: Tue, 28 Aug 2018 07:00:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54066625-4c2c-420e-868e-2e6d2e535678","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:59:47Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"93409094-8d2a-4017-ac68-423c10d46012","subnetpool_id":null,"name":"singlevm1-subnet_d261bd22-876d-486d-bf89-9eff2b07f923"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 07:00:07,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10d3840b-54ce-4858-8d9f-61928d21e1f4 2018-08-28 07:00:07,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0435171127319s 2018-08-28 07:00:07,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-10d3840b-54ce-4858-8d9f-61928d21e1f4 2018-08-28 07:00:07,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:09,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:10,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c16033d5-2d36-4b93-abb6-b83fb767e71f x-compute-request-id: req-c16033d5-2d36-4b93-abb6-b83fb767e71f Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:00:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:10,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c16033d5-2d36-4b93-abb6-b83fb767e71f 2018-08-28 07:00:10,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0108628273s 2018-08-28 07:00:10,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c16033d5-2d36-4b93-abb6-b83fb767e71f 2018-08-28 07:00:10,348 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:12,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:12,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:13,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-112b3fce-f140-4acc-98e1-35d95be62b4b x-compute-request-id: req-112b3fce-f140-4acc-98e1-35d95be62b4b Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "security_groups": [{"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}], "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:00:12Z", "hostId": "8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:13,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-112b3fce-f140-4acc-98e1-35d95be62b4b 2018-08-28 07:00:13,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.63600492477s 2018-08-28 07:00:13,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-112b3fce-f140-4acc-98e1-35d95be62b4b 2018-08-28 07:00:13,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:15,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:18,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00: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-243e703a-85fb-4316-9042-3b5f8b3560d9 x-compute-request-id: req-243e703a-85fb-4316-9042-3b5f8b3560d9 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "security_groups": [{"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}], "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:00:13Z", "hostId": "8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:18,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-243e703a-85fb-4316-9042-3b5f8b3560d9 2018-08-28 07:00:18,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.61115384102s 2018-08-28 07:00:18,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-243e703a-85fb-4316-9042-3b5f8b3560d9 2018-08-28 07:00:18,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:20,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:20,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:21,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c13f5263-6a8f-48f1-882f-b720d3770eb8 x-compute-request-id: req-c13f5263-6a8f-48f1-882f-b720d3770eb8 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:19:b4", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "security_groups": [{"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}], "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:00:13Z", "hostId": "8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:21,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c13f5263-6a8f-48f1-882f-b720d3770eb8 2018-08-28 07:00:21,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03847694397s 2018-08-28 07:00:21,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c13f5263-6a8f-48f1-882f-b720d3770eb8 2018-08-28 07:00:21,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:23,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:25,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3f05a74-1558-4f33-b8b5-4bbc5bb9ed51 x-compute-request-id: req-b3f05a74-1558-4f33-b8b5-4bbc5bb9ed51 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:19:b4", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-28T07:00:22.000000", "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "security_groups": [{"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}], "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:00:22Z", "hostId": "8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:25,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3f05a74-1558-4f33-b8b5-4bbc5bb9ed51 2018-08-28 07:00:25,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.25946688652s 2018-08-28 07:00:25,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3f05a74-1558-4f33-b8b5-4bbc5bb9ed51 2018-08-28 07:00:25,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:00:25,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:26,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-cb484673-b98b-4941-9239-eefdf84ffd96 Date: Tue, 28 Aug 2018 07:00:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:00:21Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"93409094-8d2a-4017-ac68-423c10d46012","ip_address":"192.168.120.28"}],"id":"c303b7b0-6754-430b-90fe-0695b0a034cb","security_groups":["9053c6be-8277-419b-91f2-e6df9802ae02"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:19:b4","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d7daa9d7-13f7-49ef-83a2-bded92caf495","name":"","admin_state_up":true,"network_id":"54066625-4c2c-420e-868e-2e6d2e535678","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:00:12Z","binding:vnic_type":"normal"}]} 2018-08-28 07:00:26,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-cb484673-b98b-4941-9239-eefdf84ffd96 2018-08-28 07:00:26,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.24577999115s 2018-08-28 07:00:26,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-cb484673-b98b-4941-9239-eefdf84ffd96 2018-08-28 07:00:26,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:00:26,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c303b7b0-6754-430b-90fe-0695b0a034cb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:26,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3acb89ab-b66a-4bdf-99f8-8bcce372694f Date: Tue, 28 Aug 2018 07:00:26 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:00:26,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c303b7b0-6754-430b-90fe-0695b0a034cb used request id req-3acb89ab-b66a-4bdf-99f8-8bcce372694f 2018-08-28 07:00:26,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0851578712463s 2018-08-28 07:00:26,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c303b7b0-6754-430b-90fe-0695b0a034cb used request id req-3acb89ab-b66a-4bdf-99f8-8bcce372694f 2018-08-28 07:00:26,260 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:19:b4', u'version': 4, u'addr': u'192.168.120.28', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f950c9d3-1e84-4909-92ab-9dd8d873c1ea'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-28T07:00:22.000000', 'flavor': Munch({u'id': u'622047d8-e4cc-4575-92e3-f0e4caa21f87'}), 'az': u'nova', 'id': u'd7daa9d7-13f7-49ef-83a2-bded92caf495', 'security_groups': [Munch({u'name': u'singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'54ef15f434d34eea84f1973adfde836f', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ffb4780928b040148efb0f81bcbbd35f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:00:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:00:22Z', 'hostId': u'8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923', 'public_v6': '', 'private_v4': u'192.168.120.28', 'cloud': 'envvars', 'host_id': u'8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-28T07:00:22.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'ffb4780928b040148efb0f81bcbbd35f', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923', 'adminPass': u'SCnsiHgTfjF8', 'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', 'created_at': u'2018-08-28T07:00:06Z', 'created': u'2018-08-28T07:00:06Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:00:26,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:00:26,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:26,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-25991a1c-5000-4c60-a75b-3746b9dcebe3 Date: Tue, 28 Aug 2018 07:00:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":["93409094-8d2a-4017-ac68-423c10d46012"],"description":"","tags":[],"updated_at":"2018-08-28T06:59:47Z","provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:00:26,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25991a1c-5000-4c60-a75b-3746b9dcebe3 2018-08-28 07:00:26,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0805790424347s 2018-08-28 07:00:26,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25991a1c-5000-4c60-a75b-3746b9dcebe3 2018-08-28 07:00:26,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:00:26,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:26,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-fb6ac039-1427-43d8-9ea5-8dfc0e11eaa5 Date: Tue, 28 Aug 2018 07:00:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-28T07:00:21Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"93409094-8d2a-4017-ac68-423c10d46012","ip_address":"192.168.120.28"}],"id":"c303b7b0-6754-430b-90fe-0695b0a034cb","security_groups":["9053c6be-8277-419b-91f2-e6df9802ae02"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:19:b4","project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"d7daa9d7-13f7-49ef-83a2-bded92caf495","name":"","admin_state_up":true,"network_id":"54066625-4c2c-420e-868e-2e6d2e535678","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T07:00:12Z","binding:vnic_type":"normal"}]} 2018-08-28 07:00:26,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-fb6ac039-1427-43d8-9ea5-8dfc0e11eaa5 2018-08-28 07:00:26,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.300390005112s 2018-08-28 07:00:26,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-fb6ac039-1427-43d8-9ea5-8dfc0e11eaa5 2018-08-28 07:00:26,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 07:00:26,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"floatingip": {"floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.28", "port_id": "c303b7b0-6754-430b-90fe-0695b0a034cb"}}' 2018-08-28 07:00:28,943 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-215fb5bb-a3fc-4aa5-be6e-f209008d24f1 Date: Tue, 28 Aug 2018 07:00:28 GMT RESP BODY: {"floatingip": {"router_id": "61755517-0cd2-4a94-ac05-d19e8c474252", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:00:27Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "c303b7b0-6754-430b-90fe-0695b0a034cb", "id": "3dd76927-ca22-4163-b621-7615d4d4668d", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T07:00:27Z", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}} 2018-08-28 07:00:28,943 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-215fb5bb-a3fc-4aa5-be6e-f209008d24f1 2018-08-28 07:00:28,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.29589104652s 2018-08-28 07:00:28,944 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-215fb5bb-a3fc-4aa5-be6e-f209008d24f1 2018-08-28 07:00:28,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:00:28,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:29,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-5f45a054-6300-4c99-bf08-7b9ba253c490 Date: Tue, 28 Aug 2018 07:00:29 GMT RESP BODY: {"floatingips": [{"router_id": "61755517-0cd2-4a94-ac05-d19e8c474252", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:00:27Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "c303b7b0-6754-430b-90fe-0695b0a034cb", "id": "3dd76927-ca22-4163-b621-7615d4d4668d", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T07:00:27Z", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}]} 2018-08-28 07:00:29,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5f45a054-6300-4c99-bf08-7b9ba253c490 2018-08-28 07:00:29,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0651118755341s 2018-08-28 07:00:29,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5f45a054-6300-4c99-bf08-7b9ba253c490 2018-08-28 07:00:29,022 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'61755517-0cd2-4a94-ac05-d19e8c474252', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'ffb4780928b040148efb0f81bcbbd35f', 'created_at': u'2018-08-28T07:00:27Z', 'attached': True, 'updated_at': u'2018-08-28T07:00:27Z', 'id': u'3dd76927-ca22-4163-b621-7615d4d4668d', 'floating_network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 'fixed_ip_address': u'192.168.120.28', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'ffb4780928b040148efb0f81bcbbd35f', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'61755517-0cd2-4a94-ac05-d19e8c474252', 'project_id': u'ffb4780928b040148efb0f81bcbbd35f', 'port_id': u'c303b7b0-6754-430b-90fe-0695b0a034cb', 'port': u'c303b7b0-6754-430b-90fe-0695b0a034cb', 'network': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8'}) 2018-08-28 07:00:29,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:00:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:00:29,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60049797-d63b-4ccd-8783-1363503698e5 x-compute-request-id: req-60049797-d63b-4ccd-8783-1363503698e5 Content-Encoding: gzip Content-Length: 9572 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 501132851 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.193609] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196004] pid_max: default: 32768 minimum: 301\n[ 0.197299] ACPI: Core revision 20150930\n[ 0.199012] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200913] Security Framework initialized\n[ 0.202093] Yama: becoming mindful.\n[ 0.203150] AppArmor: AppArmor initialized\n[ 0.204384] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208056] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211745] Initializing cgroup subsys io\n[ 0.212942] Initializing cgroup subsys memory\n[ 0.214194] Initializing cgroup subsys devices\n[ 0.215465] Initializing cgroup subsys freezer\n[ 0.216737] Initializing cgroup subsys net_cls\n[ 0.218006] Initializing cgroup subsys perf_event\n[ 0.219317] Initializing cgroup subsys net_prio\n[ 0.220615] Initializing cgroup subsys hugetlb\n[ 0.221866] Initializing cgroup subsys pids\n[ 0.223106] CPU: Physical Processor ID: 0\n[ 0.224965] mce: CPU supports 10 MCE banks\n[ 0.226182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250750] ftrace: allocating 31920 entries in 125 pages\n[ 0.276296] smpboot: Max logical packages: 1\n[ 0.277569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279550] x2apic enabled\n[ 0.280761] Switched APIC routing to physical x2apic.\n[ 0.283296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284927] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290403] KVM setup paravirtual spinlock\n[ 0.292061] x86: Booted up 1 node, 1 CPUs\n[ 0.293248] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295224] devtmpfs: initialized\n[ 0.297264] evm: security.selinux\n[ 0.298282] evm: security.SMACK64\n[ 0.299275] evm: security.SMACK64EXEC\n[ 0.300355] evm: security.SMACK64TRANSMUTE\n[ 0.301519] evm: security.SMACK64MMAP\n[ 0.302615] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307386] pinctrl core: initialized pinctrl subsystem\n[ 0.308940] RTC time: 7:00:23, date: 08/28/18\n[ 0.310293] NET: Registered protocol family 16\n[ 0.311712] cpuidle: using governor ladder\n[ 0.312914] cpuidle: using governor menu\n[ 0.314065] PCCT header not found.\n[ 0.315136] ACPI: bus type PCI registered\n[ 0.316295] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318076] PCI: Using configuration type 1 for base access\n[ 0.320330] ACPI: Added _OSI(Module Device)\n[ 0.321562] ACPI: Added _OSI(Processor Device)\n[ 0.322817] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324123] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326382] ACPI: Interpreter enabled\n[ 0.327494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.332830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338157] ACPI: (supports S0 S5)\n[ 0.339188] ACPI: Using IOAPIC for interrupt routing\n[ 0.340566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.344547] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.349705] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.352860] acpiphp: Slot [3] registered\n[ 0.354031] acpiphp: Slot [4] registered\n[ 0.355189] acpiphp: Slot [5] registered\n[ 0.356356] acpiphp: Slot [6] registered\n[ 0.357513] acpiphp: Slot [7] registered\n[ 0.358663] acpiphp: Slot [8] registered\n[ 0.359821] acpiphp: Slot [9] registered\n[ 0.360974] acpiphp: Slot [10] registered\n[ 0.362140] acpiphp: Slot [11] registered\n[ 0.363318] acpiphp: Slot [12] registered\n[ 0.364496] acpiphp: Slot [13] registered\n[ 0.365669] acpiphp: Slot [14] registered\n[ 0.366853] acpiphp: Slot [15] registered\n[ 0.382748] acpiphp: Slot [16] registered\n[ 0.383932] acpiphp: Slot [17] registered\n[ 0.385120] acpiphp: Slot [18] registered\n[ 0.386285] acpiphp: Slot [19] registered\n[ 0.387463] acpiphp: Slot [20] registered\n[ 0.388643] acpiphp: Slot [21] registered\n[ 0.389810] acpiphp: Slot [22] registered\n[ 0.390986] acpiphp: Slot [23] registered\n[ 0.392169] acpiphp: Slot [24] registered\n[ 0.393349] acpiphp: Slot [25] registered\n[ 0.394548] acpiphp: Slot [26] registered\n[ 0.395728] acpiphp: Slot [27] registered\n[ 0.396927] acpiphp: Slot [28] registered\n[ 0.398105] acpiphp: Slot [29] registered\n[ 0.399269] acpiphp: Slot [30] registered\n[ 0.400441] acpiphp: Slot [31] registered\n[ 0.401624] PCI host bridge to bus 0000:00\n[ 0.402783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404532] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410484] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412625] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418666] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420362] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.422179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451388] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461210] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462751] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464965] vgaarb: loaded\n[ 0.465834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467566] SCSI subsystem initialized\n[ 0.468881] ACPI: bus type USB registered\n[ 0.470083] usbcore: registered new interface driver usbfs\n[ 0.471557] usbcore: registered new interface driver hub\n[ 0.473001] usbcore: registered new device driver usb\n[ 0.474561] PCI: Using ACPI for IRQ routing\n[ 0.476173] NetLabel: Initializing\n[ 0.477208] NetLabel: domain hash size = 128\n[ 0.478443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479831] NetLabel: unlabeled traffic allowed by default\n[ 0.481502] clocksource: Switched to clocksource kvm-clock\n[ 0.491627] AppArmor: AppArmor Filesystem Enabled\n[ 0.493013] pnp: PnP ACPI init\n[ 0.494316] pnp: PnP ACPI: found 5 devices\n[ 0.501185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503671] NET: Registered protocol family 2\n[ 0.505148] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508750] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512059] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513748] NET: Registered protocol family 1\n[ 0.515016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516602] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518155] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547477] Trying to unpack rootfs image as initramfs...\n[ 0.609353] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614479] Scanning for low memory corruption every 60 seconds\n[ 0.616760] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.618473] audit: initializing netlink subsys (disabled)\n[ 0.620018] audit: type=2000 audit(1535439623.481:1): initialized\n[ 0.622044] Initialise system trusted keyring\n[ 0.623501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625179] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.627993] zbud: loaded\n[ 0.629042] VFS: Disk quotas dquot_6.6.0\n[ 0.630246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632543] fuse init (API version 7.23)\n[ 0.633865] Key type big_key registered\n[ 0.635040] Allocating IMA MOK and blacklist keyrings.\n[ 0.636781] Key type asymmetric registered\n[ 0.637995] Asymmetric key parser 'x509' registered\n[ 0.639397] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641577] io scheduler noop registered\n[ 0.642728] io scheduler deadline registered (default)\n[ 0.644166] io scheduler cfq registered\n[ 0.645424] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.646942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.648798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.650921] ACPI: Power Button [PWRF]\n[ 0.652216] GHES: HEST is not enabled!\n[ 0.666472] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.696082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.699114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.723014] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.726185] Linux agpgart interface v0.103\n[ 0.729700] brd: module loaded\n[ 0.731965] loop: module loaded\n[ 0.736999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.739153] GPT:90111 != 2097151\n[ 0.740145] GPT:Alternate GPT header not at the end of the disk.\n[ 0.741736] GPT:90111 != 2097151\n[ 0.742718] GPT: Use GNU Parted to correct GPT errors.\n[ 0.744122] vda: vda1 vda15\n[ 0.745875] scsi host0: ata_piix\n[ 0.747007] scsi host1: ata_piix\n[ 0.748056] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.749857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.752152] libphy: Fixed MDIO Bus: probed\n[ 0.753357] tun: Universal TUN/TAP device driver, 1.6\n[ 0.754746] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.757619] PPP generic driver version 2.4.2\n[ 0.758924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.760599] ehci-pci: EHCI PCI platform driver\n[ 0.761828] ehci-platform: EHCI generic platform driver\n[ 0.763281] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.764878] ohci-pci: OHCI PCI platform driver\n[ 0.766123] ohci-platform: OHCI generic platform driver\n[ 0.767532] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.782236] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.783643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.785729] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.787155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.788771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.790512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.792548] usb usb1: Product: UHCI Host Controller\n[ 0.793865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.795469] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.796938] hub 1-0:1.0: USB hub found\n[ 0.798047] hub 1-0:1.0: 2 ports detected\n[ 0.799371] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.802366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.803696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805105] mousedev: PS/2 mouse device common for all mice\n[ 0.806903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.809465] rtc_cmos 00:00: RTC can wake from S4\n[ 0.811026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812665] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.814307] i2c /dev entries driver\n[ 0.815377] device-mapper: uevent: version 1.0.3\n[ 0.816699] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820822] NET: Registered protocol family 10\n[ 0.822391] NET: Registered protocol family 17\n[ 0.823628] Key type dns_resolver registered\n[ 0.824940] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826481] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828963] registered taskstats version 1\n[ 0.830148] Loading compiled-in X.509 certificates\n[ 0.831985] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834553] zswap: loaded using pool lzo/zbud\n[ 0.836613] Key type trusted registered\n[ 0.838759] Key type encrypted registered\n[ 0.839904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.842771] evm: HMAC attrs: 0x1\n[ 0.844081] Magic number: 14:817:16\n[ 0.845248] rtc_cmos 00:00: setting system clock to 2018-08-28 07:00:23 UTC (1535439623)\n[ 0.847518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849049] EDD information not available.\n[ 0.907143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923682] Write protecting the kernel read-only data: 14336k\n[ 0.926683] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929164] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088508] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.28...\nLease of 192.168.120.28 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgeyffbs+F7fOLqjTMcG/nO6DXoPf8kEybKYwH2clH4c5lNA66zX0ld2x+bZ36cqo8HU+BTw3wuUjIa+gHSaPsSwQQSfmhw4mwnsYqMT90r1nxtHox8hqwB39iq3zGs6Qeeov+/UVoaDgOiq9QeMpO1WJ/YzDsa38UNLYivzgrQSpjgkgGlCKJwIKgKbGeV5k5d+nPhbCkOuwMo7pUws+OiWzKBD3XZHv+YhGpJxVZH+wGdgmCNJ4UHe/3GKpMHXUSeamqq2EsDa4Yjf/CQEs5dWP/WiV/uFtOEkO3F0yWBanstO6zpLcAKm6tWBjtO4vMLZDOeuyvqDETa05X0RQ5 root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923\nssh-dss AAAAB3NzaC1kc3MAAACBAKjiXmCbTzv7F0flVqmK4Un9itzbsaMHEhjLjXMvIx3eJApJG/P1nq51BakUTQcpZQBFpfydfnFbn/y/nQWOM6HiIsxsWIWsU2O6sdH9jiuCHt/KwRjD7fxSnfl4/x92lrSZ91w7/JRyQzhdCj2D1zOiE2V9pJl83gfWFUM8a2C3AAAAFQC/R2Yk/WEo/yC+w87oZGr5vFk9MwAAAIEAnc2UH+qusStBsfad/Zmpm7x85YdtbC5JnTMs9J6yAR+FHWQfG9vU1LCZKhj4ACqihQaUfYDLQ1fo8jLdD7GZS9v1L56BZTqWdrJ10+04wuHe286P7P+jhO0gl7Ta6RZb7R/GbNWZYrN1GMHAdvvxgpbxj4njwKX+OgpojX2X9ZsAAACBAIC3ElXBRTwumjLpA/1MIgdJQ5sX3RY3cMJfTvCXhTJILeV+O0C+c44BgpVZ4nUd1fBcVHffe6zZB+YxxEFwx41ErB1TP3sjDgieAZmALiQqSaNMCWpif/1COJTzOFt699k/nyDY0N9y9LjFgqJcrBGIaFo4SAPUDtI0mnB7+v9P root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe69:19b4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.28 \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-d261bd22-876d-486d-bf89-9eff2b07f923\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 login: "} 2018-08-28 07:00:29,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/action used request id req-60049797-d63b-4ccd-8783-1363503698e5 2018-08-28 07:00:29,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.884042024612s 2018-08-28 07:00:29,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/action used request id req-60049797-d63b-4ccd-8783-1363503698e5 2018-08-28 07:00:29,907 - 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 501132851 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.193609] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196004] pid_max: default: 32768 minimum: 301 [ 0.197299] ACPI: Core revision 20150930 [ 0.199012] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200913] Security Framework initialized [ 0.202093] Yama: becoming mindful. [ 0.203150] AppArmor: AppArmor initialized [ 0.204384] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208056] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211745] Initializing cgroup subsys io [ 0.212942] Initializing cgroup subsys memory [ 0.214194] Initializing cgroup subsys devices [ 0.215465] Initializing cgroup subsys freezer [ 0.216737] Initializing cgroup subsys net_cls [ 0.218006] Initializing cgroup subsys perf_event [ 0.219317] Initializing cgroup subsys net_prio [ 0.220615] Initializing cgroup subsys hugetlb [ 0.221866] Initializing cgroup subsys pids [ 0.223106] CPU: Physical Processor ID: 0 [ 0.224965] mce: CPU supports 10 MCE banks [ 0.226182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.243945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250750] ftrace: allocating 31920 entries in 125 pages [ 0.276296] smpboot: Max logical packages: 1 [ 0.277569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279550] x2apic enabled [ 0.280761] Switched APIC routing to physical x2apic. [ 0.283296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284927] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290403] KVM setup paravirtual spinlock [ 0.292061] x86: Booted up 1 node, 1 CPUs [ 0.293248] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295224] devtmpfs: initialized [ 0.297264] evm: security.selinux [ 0.298282] evm: security.SMACK64 [ 0.299275] evm: security.SMACK64EXEC [ 0.300355] evm: security.SMACK64TRANSMUTE [ 0.301519] evm: security.SMACK64MMAP [ 0.302615] evm: security.ima [ 0.303543] evm: security.capability [ 0.304685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307386] pinctrl core: initialized pinctrl subsystem [ 0.308940] RTC time: 7:00:23, date: 08/28/18 [ 0.310293] NET: Registered protocol family 16 [ 0.311712] cpuidle: using governor ladder [ 0.312914] cpuidle: using governor menu [ 0.314065] PCCT header not found. [ 0.315136] ACPI: bus type PCI registered [ 0.316295] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318076] PCI: Using configuration type 1 for base access [ 0.320330] ACPI: Added _OSI(Module Device) [ 0.321562] ACPI: Added _OSI(Processor Device) [ 0.322817] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324123] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326382] ACPI: Interpreter enabled [ 0.327494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.332830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338157] ACPI: (supports S0 S5) [ 0.339188] ACPI: Using IOAPIC for interrupt routing [ 0.340566] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.344547] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.349705] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.352860] acpiphp: Slot [3] registered [ 0.354031] acpiphp: Slot [4] registered [ 0.355189] acpiphp: Slot [5] registered [ 0.356356] acpiphp: Slot [6] registered [ 0.357513] acpiphp: Slot [7] registered [ 0.358663] acpiphp: Slot [8] registered [ 0.359821] acpiphp: Slot [9] registered [ 0.360974] acpiphp: Slot [10] registered [ 0.362140] acpiphp: Slot [11] registered [ 0.363318] acpiphp: Slot [12] registered [ 0.364496] acpiphp: Slot [13] registered [ 0.365669] acpiphp: Slot [14] registered [ 0.366853] acpiphp: Slot [15] registered [ 0.382748] acpiphp: Slot [16] registered [ 0.383932] acpiphp: Slot [17] registered [ 0.385120] acpiphp: Slot [18] registered [ 0.386285] acpiphp: Slot [19] registered [ 0.387463] acpiphp: Slot [20] registered [ 0.388643] acpiphp: Slot [21] registered [ 0.389810] acpiphp: Slot [22] registered [ 0.390986] acpiphp: Slot [23] registered [ 0.392169] acpiphp: Slot [24] registered [ 0.393349] acpiphp: Slot [25] registered [ 0.394548] acpiphp: Slot [26] registered [ 0.395728] acpiphp: Slot [27] registered [ 0.396927] acpiphp: Slot [28] registered [ 0.398105] acpiphp: Slot [29] registered [ 0.399269] acpiphp: Slot [30] registered [ 0.400441] acpiphp: Slot [31] registered [ 0.401624] PCI host bridge to bus 0000:00 [ 0.402783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404532] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.406267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410484] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412625] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418666] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420362] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.422179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451388] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.455468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461210] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462751] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464965] vgaarb: loaded [ 0.465834] vgaarb: bridge control possible 0000:00:02.0 [ 0.467566] SCSI subsystem initialized [ 0.468881] ACPI: bus type USB registered [ 0.470083] usbcore: registered new interface driver usbfs [ 0.471557] usbcore: registered new interface driver hub [ 0.473001] usbcore: registered new device driver usb [ 0.474561] PCI: Using ACPI for IRQ routing [ 0.476173] NetLabel: Initializing [ 0.477208] NetLabel: domain hash size = 128 [ 0.478443] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479831] NetLabel: unlabeled traffic allowed by default [ 0.481502] clocksource: Switched to clocksource kvm-clock [ 0.491627] AppArmor: AppArmor Filesystem Enabled [ 0.493013] pnp: PnP ACPI init [ 0.494316] pnp: PnP ACPI: found 5 devices [ 0.501185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503671] NET: Registered protocol family 2 [ 0.505148] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.507018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508750] TCP: Hash tables configured (established 4096 bind 4096) [ 0.510488] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.512059] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.513748] NET: Registered protocol family 1 [ 0.515016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.516602] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518155] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.532782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547477] Trying to unpack rootfs image as initramfs... [ 0.609353] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614479] Scanning for low memory corruption every 60 seconds [ 0.616760] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.618473] audit: initializing netlink subsys (disabled) [ 0.620018] audit: type=2000 audit(1535439623.481:1): initialized [ 0.622044] Initialise system trusted keyring [ 0.623501] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.625179] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.627993] zbud: loaded [ 0.629042] VFS: Disk quotas dquot_6.6.0 [ 0.630246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.632543] fuse init (API version 7.23) [ 0.633865] Key type big_key registered [ 0.635040] Allocating IMA MOK and blacklist keyrings. [ 0.636781] Key type asymmetric registered [ 0.637995] Asymmetric key parser 'x509' registered [ 0.639397] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.641577] io scheduler noop registered [ 0.642728] io scheduler deadline registered (default) [ 0.644166] io scheduler cfq registered [ 0.645424] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.646942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.648798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.650921] ACPI: Power Button [PWRF] [ 0.652216] GHES: HEST is not enabled! [ 0.666472] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.696082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.699114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.723014] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.726185] Linux agpgart interface v0.103 [ 0.729700] brd: module loaded [ 0.731965] loop: module loaded [ 0.736999] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.739153] GPT:90111 != 2097151 [ 0.740145] GPT:Alternate GPT header not at the end of the disk. [ 0.741736] GPT:90111 != 2097151 [ 0.742718] GPT: Use GNU Parted to correct GPT errors. [ 0.744122] vda: vda1 vda15 [ 0.745875] scsi host0: ata_piix [ 0.747007] scsi host1: ata_piix [ 0.748056] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.749857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.752152] libphy: Fixed MDIO Bus: probed [ 0.753357] tun: Universal TUN/TAP device driver, 1.6 [ 0.754746] tun: (C) 1999-2004 Max Krasnyansky [ 0.757619] PPP generic driver version 2.4.2 [ 0.758924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.760599] ehci-pci: EHCI PCI platform driver [ 0.761828] ehci-platform: EHCI generic platform driver [ 0.763281] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.764878] ohci-pci: OHCI PCI platform driver [ 0.766123] ohci-platform: OHCI generic platform driver [ 0.767532] uhci_hcd: USB Universal Host Controller Interface driver [ 0.782236] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.783643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.785729] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.787155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.788771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.790512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.792548] usb usb1: Product: UHCI Host Controller [ 0.793865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.795469] usb usb1: SerialNumber: 0000:00:01.2 [ 0.796938] hub 1-0:1.0: USB hub found [ 0.798047] hub 1-0:1.0: 2 ports detected [ 0.799371] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.802366] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.803696] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805105] mousedev: PS/2 mouse device common for all mice [ 0.806903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.809465] rtc_cmos 00:00: RTC can wake from S4 [ 0.811026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812665] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.814307] i2c /dev entries driver [ 0.815377] device-mapper: uevent: version 1.0.3 [ 0.816699] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818967] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820822] NET: Registered protocol family 10 [ 0.822391] NET: Registered protocol family 17 [ 0.823628] Key type dns_resolver registered [ 0.824940] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826481] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828963] registered taskstats version 1 [ 0.830148] Loading compiled-in X.509 certificates [ 0.831985] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834553] zswap: loaded using pool lzo/zbud [ 0.836613] Key type trusted registered [ 0.838759] Key type encrypted registered [ 0.839904] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841325] ima: No TPM chip found, activating TPM-bypass! [ 0.842771] evm: HMAC attrs: 0x1 [ 0.844081] Magic number: 14:817:16 [ 0.845248] rtc_cmos 00:00: setting system clock to 2018-08-28 07:00:23 UTC (1535439623) [ 0.847518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849049] EDD information not available. [ 0.907143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923682] Write protecting the kernel read-only data: 14336k [ 0.926683] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929164] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.088508] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.28... Lease of 192.168.120.28 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgeyffbs+F7fOLqjTMcG/nO6DXoPf8kEybKYwH2clH4c5lNA66zX0ld2x+bZ36cqo8HU+BTw3wuUjIa+gHSaPsSwQQSfmhw4mwnsYqMT90r1nxtHox8hqwB39iq3zGs6Qeeov+/UVoaDgOiq9QeMpO1WJ/YzDsa38UNLYivzgrQSpjgkgGlCKJwIKgKbGeV5k5d+nPhbCkOuwMo7pUws+OiWzKBD3XZHv+YhGpJxVZH+wGdgmCNJ4UHe/3GKpMHXUSeamqq2EsDa4Yjf/CQEs5dWP/WiV/uFtOEkO3F0yWBanstO6zpLcAKm6tWBjtO4vMLZDOeuyvqDETa05X0RQ5 root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 ssh-dss AAAAB3NzaC1kc3MAAACBAKjiXmCbTzv7F0flVqmK4Un9itzbsaMHEhjLjXMvIx3eJApJG/P1nq51BakUTQcpZQBFpfydfnFbn/y/nQWOM6HiIsxsWIWsU2O6sdH9jiuCHt/KwRjD7fxSnfl4/x92lrSZ91w7/JRyQzhdCj2D1zOiE2V9pJl83gfWFUM8a2C3AAAAFQC/R2Yk/WEo/yC+w87oZGr5vFk9MwAAAIEAnc2UH+qusStBsfad/Zmpm7x85YdtbC5JnTMs9J6yAR+FHWQfG9vU1LCZKhj4ACqihQaUfYDLQ1fo8jLdD7GZS9v1L56BZTqWdrJ10+04wuHe286P7P+jhO0gl7Ta6RZb7R/GbNWZYrN1GMHAdvvxgpbxj4njwKX+OgpojX2X9ZsAAACBAIC3ElXBRTwumjLpA/1MIgdJQ5sX3RY3cMJfTvCXhTJILeV+O0C+c44BgpVZ4nUd1fBcVHffe6zZB+YxxEFwx41ErB1TP3sjDgieAZmALiQqSaNMCWpif/1COJTzOFt699k/nyDY0N9y9LjFgqJcrBGIaFo4SAPUDtI0mnB7+v9P root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe69:19b4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.28 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-d261bd22-876d-486d-bf89-9eff2b07f923 launch-index: 0 === cirros: current=0.4.0 uptime=3.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 login: 2018-08-28 07:00:30,910 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-28 07:00:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:00:39,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:00:40,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dcd0d0e-4afa-4572-b8a4-612f232c4b4c x-compute-request-id: req-9dcd0d0e-4afa-4572-b8a4-612f232c4b4c Content-Encoding: gzip Content-Length: 9572 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 501132851 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.193609] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.196004] pid_max: default: 32768 minimum: 301\n[ 0.197299] ACPI: Core revision 20150930\n[ 0.199012] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.200913] Security Framework initialized\n[ 0.202093] Yama: becoming mindful.\n[ 0.203150] AppArmor: AppArmor initialized\n[ 0.204384] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.206241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.208056] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211745] Initializing cgroup subsys io\n[ 0.212942] Initializing cgroup subsys memory\n[ 0.214194] Initializing cgroup subsys devices\n[ 0.215465] Initializing cgroup subsys freezer\n[ 0.216737] Initializing cgroup subsys net_cls\n[ 0.218006] Initializing cgroup subsys perf_event\n[ 0.219317] Initializing cgroup subsys net_prio\n[ 0.220615] Initializing cgroup subsys hugetlb\n[ 0.221866] Initializing cgroup subsys pids\n[ 0.223106] CPU: Physical Processor ID: 0\n[ 0.224965] mce: CPU supports 10 MCE banks\n[ 0.226182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.227612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.243945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250750] ftrace: allocating 31920 entries in 125 pages\n[ 0.276296] smpboot: Max logical packages: 1\n[ 0.277569] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279550] x2apic enabled\n[ 0.280761] Switched APIC routing to physical x2apic.\n[ 0.283296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284927] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290403] KVM setup paravirtual spinlock\n[ 0.292061] x86: Booted up 1 node, 1 CPUs\n[ 0.293248] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295224] devtmpfs: initialized\n[ 0.297264] evm: security.selinux\n[ 0.298282] evm: security.SMACK64\n[ 0.299275] evm: security.SMACK64EXEC\n[ 0.300355] evm: security.SMACK64TRANSMUTE\n[ 0.301519] evm: security.SMACK64MMAP\n[ 0.302615] evm: security.ima\n[ 0.303543] evm: security.capability\n[ 0.304685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307386] pinctrl core: initialized pinctrl subsystem\n[ 0.308940] RTC time: 7:00:23, date: 08/28/18\n[ 0.310293] NET: Registered protocol family 16\n[ 0.311712] cpuidle: using governor ladder\n[ 0.312914] cpuidle: using governor menu\n[ 0.314065] PCCT header not found.\n[ 0.315136] ACPI: bus type PCI registered\n[ 0.316295] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318076] PCI: Using configuration type 1 for base access\n[ 0.320330] ACPI: Added _OSI(Module Device)\n[ 0.321562] ACPI: Added _OSI(Processor Device)\n[ 0.322817] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324123] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326382] ACPI: Interpreter enabled\n[ 0.327494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.332830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338157] ACPI: (supports S0 S5)\n[ 0.339188] ACPI: Using IOAPIC for interrupt routing\n[ 0.340566] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.344547] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.349705] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.352860] acpiphp: Slot [3] registered\n[ 0.354031] acpiphp: Slot [4] registered\n[ 0.355189] acpiphp: Slot [5] registered\n[ 0.356356] acpiphp: Slot [6] registered\n[ 0.357513] acpiphp: Slot [7] registered\n[ 0.358663] acpiphp: Slot [8] registered\n[ 0.359821] acpiphp: Slot [9] registered\n[ 0.360974] acpiphp: Slot [10] registered\n[ 0.362140] acpiphp: Slot [11] registered\n[ 0.363318] acpiphp: Slot [12] registered\n[ 0.364496] acpiphp: Slot [13] registered\n[ 0.365669] acpiphp: Slot [14] registered\n[ 0.366853] acpiphp: Slot [15] registered\n[ 0.382748] acpiphp: Slot [16] registered\n[ 0.383932] acpiphp: Slot [17] registered\n[ 0.385120] acpiphp: Slot [18] registered\n[ 0.386285] acpiphp: Slot [19] registered\n[ 0.387463] acpiphp: Slot [20] registered\n[ 0.388643] acpiphp: Slot [21] registered\n[ 0.389810] acpiphp: Slot [22] registered\n[ 0.390986] acpiphp: Slot [23] registered\n[ 0.392169] acpiphp: Slot [24] registered\n[ 0.393349] acpiphp: Slot [25] registered\n[ 0.394548] acpiphp: Slot [26] registered\n[ 0.395728] acpiphp: Slot [27] registered\n[ 0.396927] acpiphp: Slot [28] registered\n[ 0.398105] acpiphp: Slot [29] registered\n[ 0.399269] acpiphp: Slot [30] registered\n[ 0.400441] acpiphp: Slot [31] registered\n[ 0.401624] PCI host bridge to bus 0000:00\n[ 0.402783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404532] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410484] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412625] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418666] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420362] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.422179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451388] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461210] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462751] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464965] vgaarb: loaded\n[ 0.465834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467566] SCSI subsystem initialized\n[ 0.468881] ACPI: bus type USB registered\n[ 0.470083] usbcore: registered new interface driver usbfs\n[ 0.471557] usbcore: registered new interface driver hub\n[ 0.473001] usbcore: registered new device driver usb\n[ 0.474561] PCI: Using ACPI for IRQ routing\n[ 0.476173] NetLabel: Initializing\n[ 0.477208] NetLabel: domain hash size = 128\n[ 0.478443] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479831] NetLabel: unlabeled traffic allowed by default\n[ 0.481502] clocksource: Switched to clocksource kvm-clock\n[ 0.491627] AppArmor: AppArmor Filesystem Enabled\n[ 0.493013] pnp: PnP ACPI init\n[ 0.494316] pnp: PnP ACPI: found 5 devices\n[ 0.501185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503671] NET: Registered protocol family 2\n[ 0.505148] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508750] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510488] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512059] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513748] NET: Registered protocol family 1\n[ 0.515016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516602] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518155] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547477] Trying to unpack rootfs image as initramfs...\n[ 0.609353] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614479] Scanning for low memory corruption every 60 seconds\n[ 0.616760] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.618473] audit: initializing netlink subsys (disabled)\n[ 0.620018] audit: type=2000 audit(1535439623.481:1): initialized\n[ 0.622044] Initialise system trusted keyring\n[ 0.623501] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625179] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.627993] zbud: loaded\n[ 0.629042] VFS: Disk quotas dquot_6.6.0\n[ 0.630246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632543] fuse init (API version 7.23)\n[ 0.633865] Key type big_key registered\n[ 0.635040] Allocating IMA MOK and blacklist keyrings.\n[ 0.636781] Key type asymmetric registered\n[ 0.637995] Asymmetric key parser 'x509' registered\n[ 0.639397] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641577] io scheduler noop registered\n[ 0.642728] io scheduler deadline registered (default)\n[ 0.644166] io scheduler cfq registered\n[ 0.645424] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.646942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.648798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.650921] ACPI: Power Button [PWRF]\n[ 0.652216] GHES: HEST is not enabled!\n[ 0.666472] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.696082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.699114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.723014] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.726185] Linux agpgart interface v0.103\n[ 0.729700] brd: module loaded\n[ 0.731965] loop: module loaded\n[ 0.736999] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.739153] GPT:90111 != 2097151\n[ 0.740145] GPT:Alternate GPT header not at the end of the disk.\n[ 0.741736] GPT:90111 != 2097151\n[ 0.742718] GPT: Use GNU Parted to correct GPT errors.\n[ 0.744122] vda: vda1 vda15\n[ 0.745875] scsi host0: ata_piix\n[ 0.747007] scsi host1: ata_piix\n[ 0.748056] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.749857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.752152] libphy: Fixed MDIO Bus: probed\n[ 0.753357] tun: Universal TUN/TAP device driver, 1.6\n[ 0.754746] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.757619] PPP generic driver version 2.4.2\n[ 0.758924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.760599] ehci-pci: EHCI PCI platform driver\n[ 0.761828] ehci-platform: EHCI generic platform driver\n[ 0.763281] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.764878] ohci-pci: OHCI PCI platform driver\n[ 0.766123] ohci-platform: OHCI generic platform driver\n[ 0.767532] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.782236] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.783643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.785729] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.787155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.788771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.790512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.792548] usb usb1: Product: UHCI Host Controller\n[ 0.793865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.795469] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.796938] hub 1-0:1.0: USB hub found\n[ 0.798047] hub 1-0:1.0: 2 ports detected\n[ 0.799371] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.802366] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.803696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805105] mousedev: PS/2 mouse device common for all mice\n[ 0.806903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.809465] rtc_cmos 00:00: RTC can wake from S4\n[ 0.811026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812665] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.814307] i2c /dev entries driver\n[ 0.815377] device-mapper: uevent: version 1.0.3\n[ 0.816699] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.818967] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820822] NET: Registered protocol family 10\n[ 0.822391] NET: Registered protocol family 17\n[ 0.823628] Key type dns_resolver registered\n[ 0.824940] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826481] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828963] registered taskstats version 1\n[ 0.830148] Loading compiled-in X.509 certificates\n[ 0.831985] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834553] zswap: loaded using pool lzo/zbud\n[ 0.836613] Key type trusted registered\n[ 0.838759] Key type encrypted registered\n[ 0.839904] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841325] ima: No TPM chip found, activating TPM-bypass!\n[ 0.842771] evm: HMAC attrs: 0x1\n[ 0.844081] Magic number: 14:817:16\n[ 0.845248] rtc_cmos 00:00: setting system clock to 2018-08-28 07:00:23 UTC (1535439623)\n[ 0.847518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849049] EDD information not available.\n[ 0.907143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.923682] Write protecting the kernel read-only data: 14336k\n[ 0.926683] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.929164] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088508] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.28...\nLease of 192.168.120.28 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgeyffbs+F7fOLqjTMcG/nO6DXoPf8kEybKYwH2clH4c5lNA66zX0ld2x+bZ36cqo8HU+BTw3wuUjIa+gHSaPsSwQQSfmhw4mwnsYqMT90r1nxtHox8hqwB39iq3zGs6Qeeov+/UVoaDgOiq9QeMpO1WJ/YzDsa38UNLYivzgrQSpjgkgGlCKJwIKgKbGeV5k5d+nPhbCkOuwMo7pUws+OiWzKBD3XZHv+YhGpJxVZH+wGdgmCNJ4UHe/3GKpMHXUSeamqq2EsDa4Yjf/CQEs5dWP/WiV/uFtOEkO3F0yWBanstO6zpLcAKm6tWBjtO4vMLZDOeuyvqDETa05X0RQ5 root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923\nssh-dss AAAAB3NzaC1kc3MAAACBAKjiXmCbTzv7F0flVqmK4Un9itzbsaMHEhjLjXMvIx3eJApJG/P1nq51BakUTQcpZQBFpfydfnFbn/y/nQWOM6HiIsxsWIWsU2O6sdH9jiuCHt/KwRjD7fxSnfl4/x92lrSZ91w7/JRyQzhdCj2D1zOiE2V9pJl83gfWFUM8a2C3AAAAFQC/R2Yk/WEo/yC+w87oZGr5vFk9MwAAAIEAnc2UH+qusStBsfad/Zmpm7x85YdtbC5JnTMs9J6yAR+FHWQfG9vU1LCZKhj4ACqihQaUfYDLQ1fo8jLdD7GZS9v1L56BZTqWdrJ10+04wuHe286P7P+jhO0gl7Ta6RZb7R/GbNWZYrN1GMHAdvvxgpbxj4njwKX+OgpojX2X9ZsAAACBAIC3ElXBRTwumjLpA/1MIgdJQ5sX3RY3cMJfTvCXhTJILeV+O0C+c44BgpVZ4nUd1fBcVHffe6zZB+YxxEFwx41ErB1TP3sjDgieAZmALiQqSaNMCWpif/1COJTzOFt699k/nyDY0N9y9LjFgqJcrBGIaFo4SAPUDtI0mnB7+v9P root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe69:19b4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.28 \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-d261bd22-876d-486d-bf89-9eff2b07f923\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 login: "} 2018-08-28 07:00:40,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/action used request id req-9dcd0d0e-4afa-4572-b8a4-612f232c4b4c 2018-08-28 07:00:40,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.239588022232s 2018-08-28 07:00:40,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495/action used request id req-9dcd0d0e-4afa-4572-b8a4-612f232c4b4c 2018-08-28 07:00:40,160 - 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 501132851 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.193609] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.196004] pid_max: default: 32768 minimum: 301 [ 0.197299] ACPI: Core revision 20150930 [ 0.199012] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.200913] Security Framework initialized [ 0.202093] Yama: becoming mindful. [ 0.203150] AppArmor: AppArmor initialized [ 0.204384] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.206241] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.208056] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209785] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211745] Initializing cgroup subsys io [ 0.212942] Initializing cgroup subsys memory [ 0.214194] Initializing cgroup subsys devices [ 0.215465] Initializing cgroup subsys freezer [ 0.216737] Initializing cgroup subsys net_cls [ 0.218006] Initializing cgroup subsys perf_event [ 0.219317] Initializing cgroup subsys net_prio [ 0.220615] Initializing cgroup subsys hugetlb [ 0.221866] Initializing cgroup subsys pids [ 0.223106] CPU: Physical Processor ID: 0 [ 0.224965] mce: CPU supports 10 MCE banks [ 0.226182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.227612] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.243945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250750] ftrace: allocating 31920 entries in 125 pages [ 0.276296] smpboot: Max logical packages: 1 [ 0.277569] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279550] x2apic enabled [ 0.280761] Switched APIC routing to physical x2apic. [ 0.283296] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284927] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287819] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290403] KVM setup paravirtual spinlock [ 0.292061] x86: Booted up 1 node, 1 CPUs [ 0.293248] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295224] devtmpfs: initialized [ 0.297264] evm: security.selinux [ 0.298282] evm: security.SMACK64 [ 0.299275] evm: security.SMACK64EXEC [ 0.300355] evm: security.SMACK64TRANSMUTE [ 0.301519] evm: security.SMACK64MMAP [ 0.302615] evm: security.ima [ 0.303543] evm: security.capability [ 0.304685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307386] pinctrl core: initialized pinctrl subsystem [ 0.308940] RTC time: 7:00:23, date: 08/28/18 [ 0.310293] NET: Registered protocol family 16 [ 0.311712] cpuidle: using governor ladder [ 0.312914] cpuidle: using governor menu [ 0.314065] PCCT header not found. [ 0.315136] ACPI: bus type PCI registered [ 0.316295] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318076] PCI: Using configuration type 1 for base access [ 0.320330] ACPI: Added _OSI(Module Device) [ 0.321562] ACPI: Added _OSI(Processor Device) [ 0.322817] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324123] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326382] ACPI: Interpreter enabled [ 0.327494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330162] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.332830] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338157] ACPI: (supports S0 S5) [ 0.339188] ACPI: Using IOAPIC for interrupt routing [ 0.340566] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.344547] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347978] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.349705] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.352860] acpiphp: Slot [3] registered [ 0.354031] acpiphp: Slot [4] registered [ 0.355189] acpiphp: Slot [5] registered [ 0.356356] acpiphp: Slot [6] registered [ 0.357513] acpiphp: Slot [7] registered [ 0.358663] acpiphp: Slot [8] registered [ 0.359821] acpiphp: Slot [9] registered [ 0.360974] acpiphp: Slot [10] registered [ 0.362140] acpiphp: Slot [11] registered [ 0.363318] acpiphp: Slot [12] registered [ 0.364496] acpiphp: Slot [13] registered [ 0.365669] acpiphp: Slot [14] registered [ 0.366853] acpiphp: Slot [15] registered [ 0.382748] acpiphp: Slot [16] registered [ 0.383932] acpiphp: Slot [17] registered [ 0.385120] acpiphp: Slot [18] registered [ 0.386285] acpiphp: Slot [19] registered [ 0.387463] acpiphp: Slot [20] registered [ 0.388643] acpiphp: Slot [21] registered [ 0.389810] acpiphp: Slot [22] registered [ 0.390986] acpiphp: Slot [23] registered [ 0.392169] acpiphp: Slot [24] registered [ 0.393349] acpiphp: Slot [25] registered [ 0.394548] acpiphp: Slot [26] registered [ 0.395728] acpiphp: Slot [27] registered [ 0.396927] acpiphp: Slot [28] registered [ 0.398105] acpiphp: Slot [29] registered [ 0.399269] acpiphp: Slot [30] registered [ 0.400441] acpiphp: Slot [31] registered [ 0.401624] PCI host bridge to bus 0000:00 [ 0.402783] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404532] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.406267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410484] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412625] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416816] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418666] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420362] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.422179] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428525] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451388] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453448] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.455468] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457571] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461210] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462751] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464965] vgaarb: loaded [ 0.465834] vgaarb: bridge control possible 0000:00:02.0 [ 0.467566] SCSI subsystem initialized [ 0.468881] ACPI: bus type USB registered [ 0.470083] usbcore: registered new interface driver usbfs [ 0.471557] usbcore: registered new interface driver hub [ 0.473001] usbcore: registered new device driver usb [ 0.474561] PCI: Using ACPI for IRQ routing [ 0.476173] NetLabel: Initializing [ 0.477208] NetLabel: domain hash size = 128 [ 0.478443] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479831] NetLabel: unlabeled traffic allowed by default [ 0.481502] clocksource: Switched to clocksource kvm-clock [ 0.491627] AppArmor: AppArmor Filesystem Enabled [ 0.493013] pnp: PnP ACPI init [ 0.494316] pnp: PnP ACPI: found 5 devices [ 0.501185] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503671] NET: Registered protocol family 2 [ 0.505148] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.507018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508750] TCP: Hash tables configured (established 4096 bind 4096) [ 0.510488] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.512059] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.513748] NET: Registered protocol family 1 [ 0.515016] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.516602] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518155] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.532782] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547477] Trying to unpack rootfs image as initramfs... [ 0.609353] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614479] Scanning for low memory corruption every 60 seconds [ 0.616760] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.618473] audit: initializing netlink subsys (disabled) [ 0.620018] audit: type=2000 audit(1535439623.481:1): initialized [ 0.622044] Initialise system trusted keyring [ 0.623501] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.625179] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.627993] zbud: loaded [ 0.629042] VFS: Disk quotas dquot_6.6.0 [ 0.630246] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.632543] fuse init (API version 7.23) [ 0.633865] Key type big_key registered [ 0.635040] Allocating IMA MOK and blacklist keyrings. [ 0.636781] Key type asymmetric registered [ 0.637995] Asymmetric key parser 'x509' registered [ 0.639397] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.641577] io scheduler noop registered [ 0.642728] io scheduler deadline registered (default) [ 0.644166] io scheduler cfq registered [ 0.645424] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.646942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.648798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.650921] ACPI: Power Button [PWRF] [ 0.652216] GHES: HEST is not enabled! [ 0.666472] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.696082] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.699114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.723014] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.726185] Linux agpgart interface v0.103 [ 0.729700] brd: module loaded [ 0.731965] loop: module loaded [ 0.736999] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.739153] GPT:90111 != 2097151 [ 0.740145] GPT:Alternate GPT header not at the end of the disk. [ 0.741736] GPT:90111 != 2097151 [ 0.742718] GPT: Use GNU Parted to correct GPT errors. [ 0.744122] vda: vda1 vda15 [ 0.745875] scsi host0: ata_piix [ 0.747007] scsi host1: ata_piix [ 0.748056] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.749857] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.752152] libphy: Fixed MDIO Bus: probed [ 0.753357] tun: Universal TUN/TAP device driver, 1.6 [ 0.754746] tun: (C) 1999-2004 Max Krasnyansky [ 0.757619] PPP generic driver version 2.4.2 [ 0.758924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.760599] ehci-pci: EHCI PCI platform driver [ 0.761828] ehci-platform: EHCI generic platform driver [ 0.763281] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.764878] ohci-pci: OHCI PCI platform driver [ 0.766123] ohci-platform: OHCI generic platform driver [ 0.767532] uhci_hcd: USB Universal Host Controller Interface driver [ 0.782236] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.783643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.785729] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.787155] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.788771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.790512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.792548] usb usb1: Product: UHCI Host Controller [ 0.793865] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.795469] usb usb1: SerialNumber: 0000:00:01.2 [ 0.796938] hub 1-0:1.0: USB hub found [ 0.798047] hub 1-0:1.0: 2 ports detected [ 0.799371] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.802366] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.803696] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805105] mousedev: PS/2 mouse device common for all mice [ 0.806903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.809465] rtc_cmos 00:00: RTC can wake from S4 [ 0.811026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812665] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.814307] i2c /dev entries driver [ 0.815377] device-mapper: uevent: version 1.0.3 [ 0.816699] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.818967] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820822] NET: Registered protocol family 10 [ 0.822391] NET: Registered protocol family 17 [ 0.823628] Key type dns_resolver registered [ 0.824940] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826481] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828963] registered taskstats version 1 [ 0.830148] Loading compiled-in X.509 certificates [ 0.831985] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834553] zswap: loaded using pool lzo/zbud [ 0.836613] Key type trusted registered [ 0.838759] Key type encrypted registered [ 0.839904] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841325] ima: No TPM chip found, activating TPM-bypass! [ 0.842771] evm: HMAC attrs: 0x1 [ 0.844081] Magic number: 14:817:16 [ 0.845248] rtc_cmos 00:00: setting system clock to 2018-08-28 07:00:23 UTC (1535439623) [ 0.847518] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849049] EDD information not available. [ 0.907143] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.923682] Write protecting the kernel read-only data: 14336k [ 0.926683] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.929164] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.088508] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.28... Lease of 192.168.120.28 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgeyffbs+F7fOLqjTMcG/nO6DXoPf8kEybKYwH2clH4c5lNA66zX0ld2x+bZ36cqo8HU+BTw3wuUjIa+gHSaPsSwQQSfmhw4mwnsYqMT90r1nxtHox8hqwB39iq3zGs6Qeeov+/UVoaDgOiq9QeMpO1WJ/YzDsa38UNLYivzgrQSpjgkgGlCKJwIKgKbGeV5k5d+nPhbCkOuwMo7pUws+OiWzKBD3XZHv+YhGpJxVZH+wGdgmCNJ4UHe/3GKpMHXUSeamqq2EsDa4Yjf/CQEs5dWP/WiV/uFtOEkO3F0yWBanstO6zpLcAKm6tWBjtO4vMLZDOeuyvqDETa05X0RQ5 root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 ssh-dss AAAAB3NzaC1kc3MAAACBAKjiXmCbTzv7F0flVqmK4Un9itzbsaMHEhjLjXMvIx3eJApJG/P1nq51BakUTQcpZQBFpfydfnFbn/y/nQWOM6HiIsxsWIWsU2O6sdH9jiuCHt/KwRjD7fxSnfl4/x92lrSZ91w7/JRyQzhdCj2D1zOiE2V9pJl83gfWFUM8a2C3AAAAFQC/R2Yk/WEo/yC+w87oZGr5vFk9MwAAAIEAnc2UH+qusStBsfad/Zmpm7x85YdtbC5JnTMs9J6yAR+FHWQfG9vU1LCZKhj4ACqihQaUfYDLQ1fo8jLdD7GZS9v1L56BZTqWdrJ10+04wuHe286P7P+jhO0gl7Ta6RZb7R/GbNWZYrN1GMHAdvvxgpbxj4njwKX+OgpojX2X9ZsAAACBAIC3ElXBRTwumjLpA/1MIgdJQ5sX3RY3cMJfTvCXhTJILeV+O0C+c44BgpVZ4nUd1fBcVHffe6zZB+YxxEFwx41ErB1TP3sjDgieAZmALiQqSaNMCWpif/1COJTzOFt699k/nyDY0N9y9LjFgqJcrBGIaFo4SAPUDtI0mnB7+v9P root@singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.19s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe69:19b4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.28 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-d261bd22-876d-486d-bf89-9eff2b07f923 launch-index: 0 === cirros: current=0.4.0 uptime=3.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-d261bd22-876d-486d-bf89-9eff2b07f923 login: 2018-08-28 07:00:40,163 - paramiko.transport - DEBUG - starting thread (client mode): 0xcedcf90L 2018-08-28 07:00:40,164 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 07:00:40,164 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 07:00:40,164 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 07:00:40,166 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 07:00:40,186 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 07:00:40,187 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 07:00:40,197 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 903cccf052ce90cbd9bfbe308e5544ee 2018-08-28 07:00:40,198 - paramiko.transport - DEBUG - Trying discovered key ef1edb72ea4637619050a8c75f74538e in /tmp/tmpPhKvjO 2018-08-28 07:00:40,225 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 07:00:40,231 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 07:00:40,263 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 07:00:40,263 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 07:00:40,263 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 07:00:40,265 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 07:00:40,266 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 07:00:40,267 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-28 07:00:40,267 - functest.core.singlevm - DEBUG - error: 2018-08-28 07:00:40,272 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 07:00:40,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:00:40,391 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 07:00:40,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 07:00:40,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/3dd76927-ca22-4163-b621-7615d4d4668d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:41,644 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf1e3203-53e3-49ab-b721-2da34a82fc5b Content-Length: 0 Date: Tue, 28 Aug 2018 07:00:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:00:41,644 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/3dd76927-ca22-4163-b621-7615d4d4668d.json used request id req-bf1e3203-53e3-49ab-b721-2da34a82fc5b 2018-08-28 07:00:41,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.24453401566s 2018-08-28 07:00:41,644 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/3dd76927-ca22-4163-b621-7615d4d4668d.json used request id req-bf1e3203-53e3-49ab-b721-2da34a82fc5b 2018-08-28 07:00:41,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:00:41,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:41,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bafbae3e-f9e1-4b30-b9c1-4158dec1e0b0 Date: Tue, 28 Aug 2018 07:00:41 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:00:41,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-bafbae3e-f9e1-4b30-b9c1-4158dec1e0b0 2018-08-28 07:00:41,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.312855958939s 2018-08-28 07:00:41,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-bafbae3e-f9e1-4b30-b9c1-4158dec1e0b0 2018-08-28 07:00:41,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:00:41,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:42,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:00:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ffd5421-cc85-451a-85c8-2ddcc9a08965 x-compute-request-id: req-1ffd5421-cc85-451a-85c8-2ddcc9a08965 Content-Type: application/json 2018-08-28 07:00:42,159 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-1ffd5421-cc85-451a-85c8-2ddcc9a08965 2018-08-28 07:00:42,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196515083313s 2018-08-28 07:00:42,160 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495 used request id req-1ffd5421-cc85-451a-85c8-2ddcc9a08965 2018-08-28 07:00:42,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:42,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:43,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00: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-dfb515f3-60d5-469f-92cb-8b64e1998b1b x-compute-request-id: req-dfb515f3-60d5-469f-92cb-8b64e1998b1b Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:19:b4", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:19:b4", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d7daa9d7-13f7-49ef-83a2-bded92caf495", "rel": "bookmark"}], "image": {"id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "links": [{"href": "http://172.30.9.22:8774/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-28T07:00:22.000000", "flavor": {"id": "622047d8-e4cc-4575-92e3-f0e4caa21f87", "links": [{"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "bookmark"}]}, "id": "d7daa9d7-13f7-49ef-83a2-bded92caf495", "security_groups": [{"name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}], "user_id": "54ef15f434d34eea84f1973adfde836f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:00:42Z", "hostId": "8bbdea5e9218018401c58de1372fd36abf5b3acb934b5780a2dfa0a4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_d261bd22-876d-486d-bf89-9eff2b07f923", "created": "2018-08-28T07:00:06Z", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:00:43,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dfb515f3-60d5-469f-92cb-8b64e1998b1b 2018-08-28 07:00:43,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39922595024s 2018-08-28 07:00:43,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dfb515f3-60d5-469f-92cb-8b64e1998b1b 2018-08-28 07:00:43,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:00:45,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:00:45,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:45,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00: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-78f2ca91-25b4-49fc-a4d5-f69f00f54d69 x-compute-request-id: req-78f2ca91-25b4-49fc-a4d5-f69f00f54d69 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 07:00:45,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-78f2ca91-25b4-49fc-a4d5-f69f00f54d69 2018-08-28 07:00:45,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.113384008408s 2018-08-28 07:00:45,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-78f2ca91-25b4-49fc-a4d5-f69f00f54d69 2018-08-28 07:00:45,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:00:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:45,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-3e790782-27c0-4bb7-9922-cc2efa806d06 Date: Tue, 28 Aug 2018 07:00:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "bf898451164940e1962f4a20e12a940e", "created_at": "2018-08-28T06:58:24Z", "updated_at": "2018-08-28T06:58:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "5b04c615-8830-49cc-8b0d-1d9cb72719ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c01a4297-f4ca-4d0b-a3e1-dd924f63cc6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "c498ae4a-85fa-4fe0-905e-2a621ea1e222", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf898451164940e1962f4a20e12a940e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:24Z", "revision_number": 0, "id": "e2d6be5e-ac53-47ea-a1fb-2efb75945eb6", "remote_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:24Z", "security_group_id": "48d66322-4784-4fdd-a719-f502d469c4a6", "tenant_id": "bf898451164940e1962f4a20e12a940e", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf898451164940e1962f4a20e12a940e"}], "revision_number": 1, "project_id": "bf898451164940e1962f4a20e12a940e", "id": "48d66322-4784-4fdd-a719-f502d469c4a6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "created_at": "2018-08-28T06:59:17Z", "updated_at": "2018-08-28T06:59:17Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "4201904d-366f-4c59-b1ea-be6f957bc794", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "7ae73475-9f06-4090-bad2-f5c58a729ece", "remote_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a1255e2d-3e41-41a1-9e07-1b994e2df008", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv4", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:17Z", "revision_number": 0, "id": "a6601e3b-f563-46ca-822b-7c3d390894b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:17Z", "security_group_id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "tenant_id": "cb524f5be54e40e48f2fa01a94c832ac", "port_range_min": null, "ethertype": "IPv6", "project_id": "cb524f5be54e40e48f2fa01a94c832ac"}], "revision_number": 1, "project_id": "cb524f5be54e40e48f2fa01a94c832ac", "id": "88f455bc-61ac-49b1-8a1c-2d445e7dbeec", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:56Z", "updated_at": "2018-08-28T06:59:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "2a44c06b-a3ff-48a7-b05a-1df12eba5cb0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:57Z", "revision_number": 0, "id": "3f7f635c-d17e-4aa1-bf6e-b1a777eee7f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:57Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T06:59:57Z", "revision_number": 0, "id": "74261fd3-1bd0-4c34-b1ff-59306f1abbe1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:57Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:59:56Z", "revision_number": 0, "id": "de817682-b1cb-47a0-a48b-d7b4dfc87010", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:59:56Z", "security_group_id": "9053c6be-8277-419b-91f2-e6df9802ae02", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 3, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "9053c6be-8277-419b-91f2-e6df9802ae02", "name": "singlevm1-sg_d261bd22-876d-486d-bf89-9eff2b07f923"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-28T06:58:04Z", "updated_at": "2018-08-28T06:58:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "1e0b2e46-a629-458d-a8c1-072fa0f07bd7", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "43f1b387-dd93-468f-a37e-efb281245eb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:04Z", "revision_number": 0, "id": "8d82a4f1-21af-4c42-90c6-307ded9fb5be", "remote_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:04Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:05Z", "revision_number": 0, "id": "d492b107-fc30-47fc-96ae-c5c30bed0702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:05Z", "security_group_id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "a6021a7e-cd08-4635-99f0-ebbd57cf8e0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "created_at": "2018-08-28T06:54:36Z", "updated_at": "2018-08-28T06:54:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "237f624f-8864-4d46-a23c-76acae4da42d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "30c06bbf-333c-4330-902f-66b259dec49d", "remote_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "507c5cd5-a479-4e47-9248-eb6c043e8935", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:54:36Z", "revision_number": 0, "id": "86bd1e64-5cbe-4ad9-b146-159a88dd50b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:54:36Z", "security_group_id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "tenant_id": "2984e15ab33b4cd6916f93c02636fc5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "2984e15ab33b4cd6916f93c02636fc5c"}], "revision_number": 1, "project_id": "2984e15ab33b4cd6916f93c02636fc5c", "id": "d49a0948-7fc1-4780-84ff-a42c982051b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:58:00Z", "updated_at": "2018-08-28T06:58:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "3432567b-3c94-4509-b3fa-7ec70bc9a331", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "5596cc4e-653e-4222-9f9e-5fbf70e7a631", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "7a302638-80e0-4991-aa17-b4b35771de48", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv4", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T06:58:00Z", "revision_number": 0, "id": "816bc42b-a4c2-4ebb-8c5b-6222d8466936", "remote_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "remote_ip_prefix": null, "created_at": "2018-08-28T06:58:00Z", "security_group_id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "port_range_min": null, "ethertype": "IPv6", "project_id": "ffb4780928b040148efb0f81bcbbd35f"}], "revision_number": 1, "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "f78ee282-8d29-484d-aa65-3ea269edac2c", "name": "default"}]} 2018-08-28 07:00:45,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3e790782-27c0-4bb7-9922-cc2efa806d06 2018-08-28 07:00:45,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0607600212097s 2018-08-28 07:00:45,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-3e790782-27c0-4bb7-9922-cc2efa806d06 2018-08-28 07:00:45,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 07:00:45,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/9053c6be-8277-419b-91f2-e6df9802ae02.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:46,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e64d3087-8d19-49e8-932c-dfdfa19f213e Content-Length: 0 Date: Tue, 28 Aug 2018 07:00:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:00:46,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9053c6be-8277-419b-91f2-e6df9802ae02.json used request id req-e64d3087-8d19-49e8-932c-dfdfa19f213e 2018-08-28 07:00:46,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.396324157715s 2018-08-28 07:00:46,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/9053c6be-8277-419b-91f2-e6df9802ae02.json used request id req-e64d3087-8d19-49e8-932c-dfdfa19f213e 2018-08-28 07:00:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 07:00:46,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:46,227 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:00: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-fd71e791-ca33-4f6e-875d-99aa525d07df x-compute-request-id: req-fd71e791-ca33-4f6e-875d-99aa525d07df Content-Length: 0 Content-Type: application/json 2018-08-28 07:00:46,227 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923 used request id req-fd71e791-ca33-4f6e-875d-99aa525d07df 2018-08-28 07:00:46,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0838508605957s 2018-08-28 07:00:46,228 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_d261bd22-876d-486d-bf89-9eff2b07f923 used request id req-fd71e791-ca33-4f6e-875d-99aa525d07df 2018-08-28 07:00:46,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 07:00:46,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/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}855033d7297f700ddc538ccb531d7daad1e50dfe" -d '{"subnet_id": "93409094-8d2a-4017-ac68-423c10d46012"}' 2018-08-28 07:00:48,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df851adb-6cb7-41ac-9f4f-f2c205d5320f Date: Tue, 28 Aug 2018 07:00:48 GMT RESP BODY: {"network_id": "54066625-4c2c-420e-868e-2e6d2e535678", "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "subnet_id": "93409094-8d2a-4017-ac68-423c10d46012", "subnet_ids": ["93409094-8d2a-4017-ac68-423c10d46012"], "port_id": "007da03a-226a-4235-b4f3-b6eb0725cdf7", "id": "61755517-0cd2-4a94-ac05-d19e8c474252"} 2018-08-28 07:00:48,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/remove_router_interface.json used request id req-df851adb-6cb7-41ac-9f4f-f2c205d5320f 2018-08-28 07:00:48,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.17113494873s 2018-08-28 07:00:48,400 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252/remove_router_interface.json used request id req-df851adb-6cb7-41ac-9f4f-f2c205d5320f returning object 61755517-0cd2-4a94-ac05-d19e8c474252 2018-08-28 07:00:48,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 07:00:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:48,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-61b84fb1-cf76-42ce-b9df-13cb8c7bb04c Date: Tue, 28 Aug 2018 07:00:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "ffb4780928b040148efb0f81bcbbd35f", "created_at": "2018-08-28T06:59:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T07:00:47Z", "revision_number": 4, "routes": [], "project_id": "ffb4780928b040148efb0f81bcbbd35f", "id": "61755517-0cd2-4a94-ac05-d19e8c474252", "name": "singlevm1-router_d261bd22-876d-486d-bf89-9eff2b07f923"}]} 2018-08-28 07:00:48,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-61b84fb1-cf76-42ce-b9df-13cb8c7bb04c 2018-08-28 07:00:48,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.384848117828s 2018-08-28 07:00:48,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-61b84fb1-cf76-42ce-b9df-13cb8c7bb04c 2018-08-28 07:00:48,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 07:00:48,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:50,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16a38bbd-de4f-473f-b8ec-b98474749fd5 Content-Length: 0 Date: Tue, 28 Aug 2018 07:00:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:00:50,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252.json used request id req-16a38bbd-de4f-473f-b8ec-b98474749fd5 2018-08-28 07:00:50,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62299799919s 2018-08-28 07:00:50,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/61755517-0cd2-4a94-ac05-d19e8c474252.json used request id req-16a38bbd-de4f-473f-b8ec-b98474749fd5 2018-08-28 07:00:50,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:00:50,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:50,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7bb5d8f6-73ee-43f1-ae60-3a7094f098ce Date: Tue, 28 Aug 2018 07:00:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54066625-4c2c-420e-868e-2e6d2e535678","tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T06:59:47Z","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":"ffb4780928b040148efb0f81bcbbd35f","id":"93409094-8d2a-4017-ac68-423c10d46012","subnetpool_id":null,"name":"singlevm1-subnet_d261bd22-876d-486d-bf89-9eff2b07f923"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:43Z","dns_nameservers":[],"updated_at":"2018-08-28T06:54:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"dcc4201a-ee1d-437e-9a0b-0e60cf865375","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 07:00:50,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7bb5d8f6-73ee-43f1-ae60-3a7094f098ce 2018-08-28 07:00:50,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.250918865204s 2018-08-28 07:00:50,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7bb5d8f6-73ee-43f1-ae60-3a7094f098ce 2018-08-28 07:00:50,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 07:00:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/93409094-8d2a-4017-ac68-423c10d46012.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:53,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c34e1fda-6d18-4df1-9f20-3ddc4bd2e531 Date: Tue, 28 Aug 2018 07:00:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:00:53,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/93409094-8d2a-4017-ac68-423c10d46012.json used request id req-c34e1fda-6d18-4df1-9f20-3ddc4bd2e531 2018-08-28 07:00:53,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46570301056s 2018-08-28 07:00:53,130 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/93409094-8d2a-4017-ac68-423c10d46012.json used request id req-c34e1fda-6d18-4df1-9f20-3ddc4bd2e531 2018-08-28 07:00:53,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:00:53,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:53,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-29c572f9-f56d-4a49-9678-637a56e0fd2f Date: Tue, 28 Aug 2018 07:00:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"54066625-4c2c-420e-868e-2e6d2e535678","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"ffb4780928b040148efb0f81bcbbd35f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T07:00:52Z","provider:segmentation_id":80,"name":"singlevm1-net_d261bd22-876d-486d-bf89-9eff2b07f923","admin_state_up":true,"tenant_id":"ffb4780928b040148efb0f81bcbbd35f","created_at":"2018-08-28T06:59:46Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:00:53,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-29c572f9-f56d-4a49-9678-637a56e0fd2f 2018-08-28 07:00:53,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.079549074173s 2018-08-28 07:00:53,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-29c572f9-f56d-4a49-9678-637a56e0fd2f 2018-08-28 07:00:53,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 07:00:53,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/54066625-4c2c-420e-868e-2e6d2e535678.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:55,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6faee74-f75b-42d4-abb6-d8f6bc4cdb2d Date: Tue, 28 Aug 2018 07:00:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:00:55,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/54066625-4c2c-420e-868e-2e6d2e535678.json used request id req-d6faee74-f75b-42d4-abb6-d8f6bc4cdb2d 2018-08-28 07:00:55,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.89906001091s 2018-08-28 07:00:55,111 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/54066625-4c2c-420e-868e-2e6d2e535678.json used request id req-d6faee74-f75b-42d4-abb6-d8f6bc4cdb2d 2018-08-28 07:00:55,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:00:55,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:55,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d4f63adf-906e-4273-a373-356430cb3bf8 Date: Tue, 28 Aug 2018 07:00:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T06:59:54Z", "file": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/file", "owner": "ffb4780928b040148efb0f81bcbbd35f", "id": "f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "size": 12716032, "self": "/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_d261bd22-876d-486d-bf89-9eff2b07f923", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T06:59:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:00:55,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d4f63adf-906e-4273-a373-356430cb3bf8 2018-08-28 07:00:55,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0287380218506s 2018-08-28 07:00:55,144 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d4f63adf-906e-4273-a373-356430cb3bf8 2018-08-28 07:00:55,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 07:00:55,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:57,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63af589f-cb75-442e-8c77-e5e7dc959884 Date: Tue, 28 Aug 2018 07:00:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:00:57,105 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea used request id req-63af589f-cb75-442e-8c77-e5e7dc959884 2018-08-28 07:00:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.95921993256s 2018-08-28 07:00:57,106 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f950c9d3-1e84-4909-92ab-9dd8d873c1ea used request id req-63af589f-cb75-442e-8c77-e5e7dc959884 2018-08-28 07:00:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:00:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:57,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9b6dc01-94c6-4024-aaa3-ce6e878706af x-compute-request-id: req-b9b6dc01-94c6-4024-aaa3-ce6e878706af Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_d261bd22-876d-486d-bf89-9eff2b07f923", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87", "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": "622047d8-e4cc-4575-92e3-f0e4caa21f87"}]} 2018-08-28 07:00:57,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b9b6dc01-94c6-4024-aaa3-ce6e878706af 2018-08-28 07:00:57,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254461765289s 2018-08-28 07:00:57,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b9b6dc01-94c6-4024-aaa3-ce6e878706af 2018-08-28 07:00:57,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 07:00:57,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}855033d7297f700ddc538ccb531d7daad1e50dfe" 2018-08-28 07:00:57,208 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:00:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-649ba284-25a0-4e48-83b5-6134eac7737e x-compute-request-id: req-649ba284-25a0-4e48-83b5-6134eac7737e Content-Length: 0 Content-Type: application/json 2018-08-28 07:00:57,208 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87 used request id req-649ba284-25a0-4e48-83b5-6134eac7737e 2018-08-28 07:00:57,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0746269226074s 2018-08-28 07:00:57,208 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/622047d8-e4cc-4575-92e3-f0e4caa21f87 used request id req-649ba284-25a0-4e48-83b5-6134eac7737e 2018-08-28 07:00:57,260 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-28 07:00:57,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:00:57,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:00:57,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:00:57,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:00:57,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:00:57,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:00:57,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:00:57,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fa34800-d74d-4265-bcd8-fdd55bbd3458 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:00:57,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8fa34800-d74d-4265-bcd8-fdd55bbd3458 2018-08-28 07:00:57,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:00:57,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T08:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["3MD0ISFcSO61o7zjZeen1g"], "issued_at": "2018-08-28T07:00:57.000000Z"}} 2018-08-28 07:00:57,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:00:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:58,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f034935b-fd42-4965-879d-90297200cbcc Date: Tue, 28 Aug 2018 07:00:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:00:58,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f034935b-fd42-4965-879d-90297200cbcc 2018-08-28 07:00:58,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374357223511s 2018-08-28 07:00:58,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f034935b-fd42-4965-879d-90297200cbcc 2018-08-28 07:00:58,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:00:58,091 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72ac5bad-42d0-4127-9780-ca1c7568d22f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 07:00:58,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-72ac5bad-42d0-4127-9780-ca1c7568d22f 2018-08-28 07:00:58,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:00:58,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:58,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06cc431e-4e58-4a61-801f-ab21b155b78d Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 07:00:58,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-06cc431e-4e58-4a61-801f-ab21b155b78d 2018-08-28 07:00:58,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.202049016953s 2018-08-28 07:00:58,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-06cc431e-4e58-4a61-801f-ab21b155b78d 2018-08-28 07:00:58,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 07:00:58,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d"}}' 2018-08-28 07:00:58,643 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d226342e-d5d3-4498-9139-cd915f30c3b5 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88"}, "tags": [], "enabled": true, "id": "6014a5839c7143f2ae054a69bc25af88", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d"}} 2018-08-28 07:00:58,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d226342e-d5d3-4498-9139-cd915f30c3b5 2018-08-28 07:00:58,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.342412948608s 2018-08-28 07:00:58,644 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-d226342e-d5d3-4498-9139-cd915f30c3b5 2018-08-28 07:00:58,644 - 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'6014a5839c7143f2ae054a69bc25af88', '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_a812aab6-dd34-4829-b456-0321dba97d9d'}) 2018-08-28 07:00:58,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 07:00:58,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2737233f-1d7a-45ed-8497-86c569ba6941", "email": null, "name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d"}}' 2018-08-28 07:00:59,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:00:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bca5e8d3-bf81-4bd4-84b7-f22cb151a5f7 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d", "links": {"self": "http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66d394996b0d49fab07599c1dda117a6", "domain_id": "default", "password_expires_at": null}} 2018-08-28 07:00:59,124 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-bca5e8d3-bf81-4bd4-84b7-f22cb151a5f7 2018-08-28 07:00:59,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.473984956741s 2018-08-28 07:00:59,125 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-bca5e8d3-bf81-4bd4-84b7-f22cb151a5f7 2018-08-28 07:00:59,125 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'66d394996b0d49fab07599c1dda117a6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d'}) 2018-08-28 07:00:59,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:00:59,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea148f0-d2f3-4dd7-99d7-81ebe11f32bd Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:00:59,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2ea148f0-d2f3-4dd7-99d7-81ebe11f32bd 2018-08-28 07:00:59,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202914953232s 2018-08-28 07:00:59,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2ea148f0-d2f3-4dd7-99d7-81ebe11f32bd 2018-08-28 07:00:59,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:00:59,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:59,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057f0699-3cbd-4319-a680-f5ad7b46802a Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:00:59,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-057f0699-3cbd-4319-a680-f5ad7b46802a 2018-08-28 07:00:59,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10179901123s 2018-08-28 07:00:59,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-057f0699-3cbd-4319-a680-f5ad7b46802a 2018-08-28 07:00:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:00:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:59,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4867b1ce-4801-4fef-aa82-87da440abec3 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:00:59,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4867b1ce-4801-4fef-aa82-87da440abec3 2018-08-28 07:00:59,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18976020813s 2018-08-28 07:00:59,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4867b1ce-4801-4fef-aa82-87da440abec3 2018-08-28 07:00:59,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:00:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:00:59,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a31869c-17cf-4d22-bf7c-d80d5bbdf329 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 07:00:59,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4a31869c-17cf-4d22-bf7c-d80d5bbdf329 2018-08-28 07:00:59,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193256855011s 2018-08-28 07:00:59,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4a31869c-17cf-4d22-bf7c-d80d5bbdf329 2018-08-28 07:00:59,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:00:59,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:01:00,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5deaeb3a-08ce-47d0-9e7a-0c460e06ad4e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d", "links": {"self": "http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66d394996b0d49fab07599c1dda117a6", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:01:00,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5deaeb3a-08ce-47d0-9e7a-0c460e06ad4e 2018-08-28 07:01:00,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197660923004s 2018-08-28 07:01:00,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5deaeb3a-08ce-47d0-9e7a-0c460e06ad4e 2018-08-28 07:01:00,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:01:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:01:00,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a874f12-bdab-43ca-9e10-659dc838cc2e Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88"}, "tags": [], "enabled": true, "id": "6014a5839c7143f2ae054a69bc25af88", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d"}]} 2018-08-28 07:01:00,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-2a874f12-bdab-43ca-9e10-659dc838cc2e 2018-08-28 07:01:00,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205404043198s 2018-08-28 07:01:00,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-2a874f12-bdab-43ca-9e10-659dc838cc2e 2018-08-28 07:01:00,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 07:01:00,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=66d394996b0d49fab07599c1dda117a6&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=6014a5839c7143f2ae054a69bc25af88" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:01:00,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75d56a3-81ea-44a6-af7a-df3bab576037 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=66d394996b0d49fab07599c1dda117a6&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=6014a5839c7143f2ae054a69bc25af88", "previous": null, "next": null}} 2018-08-28 07:01:00,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=66d394996b0d49fab07599c1dda117a6&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=6014a5839c7143f2ae054a69bc25af88 used request id req-c75d56a3-81ea-44a6-af7a-df3bab576037 2018-08-28 07:01:00,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.207260847092s 2018-08-28 07:01:00,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=66d394996b0d49fab07599c1dda117a6&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=6014a5839c7143f2ae054a69bc25af88 used request id req-c75d56a3-81ea-44a6-af7a-df3bab576037 2018-08-28 07:01:00,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 07:01:00,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88/users/66d394996b0d49fab07599c1dda117a6/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:01:00,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:01:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b14f14ba-70f8-4009-bcae-2ebaa25359ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:01:00,755 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88/users/66d394996b0d49fab07599c1dda117a6/roles/be461924f6ba41089862cc08bd33fa57 used request id req-b14f14ba-70f8-4009-bcae-2ebaa25359ae 2018-08-28 07:01:00,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.286987066269s 2018-08-28 07:01:00,755 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88/users/66d394996b0d49fab07599c1dda117a6/roles/be461924f6ba41089862cc08bd33fa57 used request id req-b14f14ba-70f8-4009-bcae-2ebaa25359ae 2018-08-28 07:01:00,756 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 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'6014a5839c7143f2ae054a69bc25af88', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2737233f-1d7a-45ed-8497-86c569ba6941', 'username': u'singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 07:01:00,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:01:00,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:01:00,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:01:00,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:01:00,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:01:00,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:01:00,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:01:00,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:01:00,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:01:00,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:01:00,762 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d', 'password': '2737233f-1d7a-45ed-8497-86c569ba6941', 'project_name': 'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '6014a5839c7143f2ae054a69bc25af88', 'project_domain_name': 'Default'} 2018-08-28 07:01:00,762 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-28 07:01:00,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:01:00,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e543e72a-59fc-43b1-8e65-88713c63261e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:01:00,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e543e72a-59fc-43b1-8e65-88713c63261e 2018-08-28 07:01:00,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:01:01,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T08:01:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6014a5839c7143f2ae054a69bc25af88", "name": "singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/6014a5839c7143f2ae054a69bc25af88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/6014a5839c7143f2ae054a69bc25af88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/6014a5839c7143f2ae054a69bc25af88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_6014a5839c7143f2ae054a69bc25af88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_6014a5839c7143f2ae054a69bc25af88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/6014a5839c7143f2ae054a69bc25af88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/6014a5839c7143f2ae054a69bc25af88", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/6014a5839c7143f2ae054a69bc25af88", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/6014a5839c7143f2ae054a69bc25af88", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d", "id": "66d394996b0d49fab07599c1dda117a6"}, "audit_ids": ["dkLF4lkdTQOJJiVnUGMocg"], "issued_at": "2018-08-28T07:01:01.000000Z"}} 2018-08-28 07:01:01,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 07:01:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"network": {"name": "singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d", "admin_state_up": true}}' 2018-08-28 07:01:01,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-15e7d96b-75aa-436a-87e1-24b0c3d1be0e Date: Tue, 28 Aug 2018 07:01:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T07:01:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"}} 2018-08-28 07:01:01,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-15e7d96b-75aa-436a-87e1-24b0c3d1be0e 2018-08-28 07:01:01,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.742606878281s 2018-08-28 07:01:01,920 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-15e7d96b-75aa-436a-87e1-24b0c3d1be0e 2018-08-28 07:01:01,921 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:01:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'41cd4b57-5588-4feb-8a37-cc69d13679e9', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d', u'admin_state_up': True, u'tenant_id': u'6014a5839c7143f2ae054a69bc25af88', u'created_at': u'2018-08-28T07:01:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6014a5839c7143f2ae054a69bc25af88'}) 2018-08-28 07:01:01,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:01:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:02,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-7eb50a7c-5e55-4c6e-82e4-d9baaeef8777 Date: Tue, 28 Aug 2018 07:01:02 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-08-28T07:01:01Z","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:01:02,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7eb50a7c-5e55-4c6e-82e4-d9baaeef8777 2018-08-28 07:01:02,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.417309045792s 2018-08-28 07:01:02,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7eb50a7c-5e55-4c6e-82e4-d9baaeef8777 2018-08-28 07:01:02,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 07:01:02,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"subnet": {"name": "singlevm2-subnet_a812aab6-dd34-4829-b456-0321dba97d9d", "enable_dhcp": true, "network_id": "41cd4b57-5588-4feb-8a37-cc69d13679e9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 07:01:03,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2e966fd1-f32f-469c-a720-22ddff235149 Date: Tue, 28 Aug 2018 07:01:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:01:03Z","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":"6014a5839c7143f2ae054a69bc25af88","id":"e4125ab3-2728-462b-a68d-72433dc6049b","subnetpool_id":null,"name":"singlevm2-subnet_a812aab6-dd34-4829-b456-0321dba97d9d"}} 2018-08-28 07:01:03,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2e966fd1-f32f-469c-a720-22ddff235149 2018-08-28 07:01:03,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.29120492935s 2018-08-28 07:01:03,632 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2e966fd1-f32f-469c-a720-22ddff235149 2018-08-28 07:01:03,633 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:01:03Z', 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'e4125ab3-2728-462b-a68d-72433dc6049b', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_a812aab6-dd34-4829-b456-0321dba97d9d', u'enable_dhcp': True, u'network_id': u'41cd4b57-5588-4feb-8a37-cc69d13679e9', u'tenant_id': u'6014a5839c7143f2ae054a69bc25af88', u'created_at': u'2018-08-28T07:01:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6014a5839c7143f2ae054a69bc25af88'}) 2018-08-28 07:01:03,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 07:01:03,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "singlevm2-router_a812aab6-dd34-4829-b456-0321dba97d9d", "admin_state_up": true}}' 2018-08-28 07:01:05,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-58f1d6ac-faeb-44cc-bffb-f541c0e9e52f Date: Tue, 28 Aug 2018 07:01:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:03Z", "admin_state_up": true, "updated_at": "2018-08-28T07:01:05Z", "revision_number": 2, "routes": [], "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "127f3bea-352c-494d-8065-281cc6376efa", "name": "singlevm2-router_a812aab6-dd34-4829-b456-0321dba97d9d"}} 2018-08-28 07:01:05,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-58f1d6ac-faeb-44cc-bffb-f541c0e9e52f 2018-08-28 07:01:05,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.60635089874s 2018-08-28 07:01:05,240 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-58f1d6ac-faeb-44cc-bffb-f541c0e9e52f 2018-08-28 07:01:05,241 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6014a5839c7143f2ae054a69bc25af88', u'created_at': u'2018-08-28T07:01:03Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T07:01:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'6014a5839c7143f2ae054a69bc25af88', u'id': u'127f3bea-352c-494d-8065-281cc6376efa', u'name': u'singlevm2-router_a812aab6-dd34-4829-b456-0321dba97d9d'}) 2018-08-28 07:01:05,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 07:01:05,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/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}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"subnet_id": "e4125ab3-2728-462b-a68d-72433dc6049b"}' 2018-08-28 07:01:08,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d7450fe-af5d-4d14-9097-c5470a94fcac Date: Tue, 28 Aug 2018 07:01:08 GMT RESP BODY: {"network_id": "41cd4b57-5588-4feb-8a37-cc69d13679e9", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "subnet_id": "e4125ab3-2728-462b-a68d-72433dc6049b", "subnet_ids": ["e4125ab3-2728-462b-a68d-72433dc6049b"], "port_id": "3d5fbd5f-a800-4753-abf1-cf51eaddc65a", "id": "127f3bea-352c-494d-8065-281cc6376efa"} 2018-08-28 07:01:08,123 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/add_router_interface.json used request id req-2d7450fe-af5d-4d14-9097-c5470a94fcac 2018-08-28 07:01:08,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.88176393509s 2018-08-28 07:01:08,123 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/add_router_interface.json used request id req-2d7450fe-af5d-4d14-9097-c5470a94fcac returning object 127f3bea-352c-494d-8065-281cc6376efa 2018-08-28 07:01:08,124 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 07:01:08,257 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 07:01:08,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:01:08,264 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 07:01:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 07:01:08,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:01:08,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:08,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-09707374-3a72-4315-80cb-c1b648b08b87 Date: Tue, 28 Aug 2018 07:01:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:01:08,567 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-09707374-3a72-4315-80cb-c1b648b08b87 2018-08-28 07:01:08,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301630973816s 2018-08-28 07:01:08,568 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-09707374-3a72-4315-80cb-c1b648b08b87 2018-08-28 07:01:08,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 07:01:08,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d"}' 2018-08-28 07:01:09,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d091d68a-5acd-4793-b211-0a2d3500b571 Date: Tue, 28 Aug 2018 07:01:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:01:09Z", "file": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file", "owner": "6014a5839c7143f2ae054a69bc25af88", "id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "size": null, "self": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "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_a812aab6-dd34-4829-b456-0321dba97d9d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "checksum": null, "created_at": "2018-08-28T07:01:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 07:01:09,376 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d091d68a-5acd-4793-b211-0a2d3500b571 2018-08-28 07:01:09,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.799939155579s 2018-08-28 07:01:09,377 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d091d68a-5acd-4793-b211-0a2d3500b571 returning object d951cc39-bcb6-4435-ab14-9c67b152fd80 2018-08-28 07:01:09,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 07:01:09,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/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}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '' 2018-08-28 07:01:10,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ce0e5ad-a326-4f0d-8161-66c87e55640e Date: Tue, 28 Aug 2018 07:01:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:01:10,939 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file used request id req-6ce0e5ad-a326-4f0d-8161-66c87e55640e 2018-08-28 07:01:10,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.56136584282s 2018-08-28 07:01:10,939 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file used request id req-6ce0e5ad-a326-4f0d-8161-66c87e55640e 2018-08-28 07:01:10,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:01:10,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:11,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-435a2fdc-9a99-4cdb-8c70-ddbf88468639 Date: Tue, 28 Aug 2018 07:01:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:01:10Z", "file": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file", "owner": "6014a5839c7143f2ae054a69bc25af88", "id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "size": 12716032, "self": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:01:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:01:11,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-435a2fdc-9a99-4cdb-8c70-ddbf88468639 2018-08-28 07:01:11,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.858422994614s 2018-08-28 07:01:11,802 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-435a2fdc-9a99-4cdb-8c70-ddbf88468639 2018-08-28 07:01:11,804 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file', 'owner': u'6014a5839c7143f2ae054a69bc25af88', 'id': u'd951cc39-bcb6-4435-ab14-9c67b152fd80', 'size': 12716032, u'self': u'/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6014a5839c7143f2ae054a69bc25af88', 'name': 'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T07:01:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T07:01:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d', '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/d951cc39-bcb6-4435-ab14-9c67b152fd80', 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_a812aab6-dd34-4829-b456-0321dba97d9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d', 'created': u'2018-08-28T07:01:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T07:01:09Z', 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/d951cc39-bcb6-4435-ab14-9c67b152fd80', 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_a812aab6-dd34-4829-b456-0321dba97d9d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 07:01:11,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 07:01:11,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_a812aab6-dd34-4829-b456-0321dba97d9d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 07:01:12,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a69732d6-e9ba-4e58-856d-6804633cce09 x-compute-request-id: req-a69732d6-e9ba-4e58-856d-6804633cce09 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_a812aab6-dd34-4829-b456-0321dba97d9d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "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": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690"}} 2018-08-28 07:01:12,133 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a69732d6-e9ba-4e58-856d-6804633cce09 2018-08-28 07:01:12,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.327816009521s 2018-08-28 07:01:12,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a69732d6-e9ba-4e58-856d-6804633cce09 2018-08-28 07:01:12,134 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_a812aab6-dd34-4829-b456-0321dba97d9d', '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'ffb4780928b040148efb0f81bcbbd35f', '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'37d6acdf-83d4-4b92-9ffa-d5b705ac1690', 'swap': 0}) 2018-08-28 07:01:12,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 07:01:12,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690/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}ad60a77a757dfaf31b6393432a4f998e31a57d6a" -d '{"extra_specs": {}}' 2018-08-28 07:01:12,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0daa729a-0ab9-40ee-847d-337d5558a38e x-compute-request-id: req-0daa729a-0ab9-40ee-847d-337d5558a38e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 07:01:12,275 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690/os-extra_specs used request id req-0daa729a-0ab9-40ee-847d-337d5558a38e 2018-08-28 07:01:12,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.140434980392s 2018-08-28 07:01:12,276 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690/os-extra_specs used request id req-0daa729a-0ab9-40ee-847d-337d5558a38e 2018-08-28 07:01:12,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 07:01:12,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"keypair": {"name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d"}}' 2018-08-28 07:01:13,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2ee796d-51f5-4217-8a0d-61e902d9ef12 x-compute-request-id: req-c2ee796d-51f5-4217-8a0d-61e902d9ef12 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6Ki/tmZR0sgS3rHksgIbEfw8QrQrb9ytP6faGbeASwDz1tKlh7v/a3FONPwPcUAe0e1a5fPwG0taInZg5GkoEiWsTqd07D1K7fuVZx/Qsi7Aq/FaQ1/cI/gbblkNpbkkedgkcL9xXCKN9Z3ndpYQ0l5odSa7n5fm/wyRGGiDJcX2XI+paUqYTgnij0dB1U7+13ogzZF5sl5nZJidENdK/H9nDHaYPmrgJP9m6Y0FooL2/0R2UOF1IwGZyG7pM3cUsZg0oO13PjMsrwsRHSMCTJDrXiqWgZUffGCTekdXr/O6NCV27eOicA4eyzmLwAyFr6EdjKm0HAJh/FxIhLnn/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuiov7ZmUdLIEt6x5LICGxH8PEK0K2/crT+n2hm3gEsA89bSp\nYe7/2txTjT8D3FAHtHtWuXz8BtLWiJ2YORpKBIlrE6ndOw9Su37lWcf0LIuwKvxW\nkNf3CP4G25ZDaW5JHnYJHC/cVwijfWd53aWENJeaHUmu5+X5v8MkRhogyXF9lyPq\nWlKmE4J4o9HQdVO/td6IM2RebJeZ2SYnRDXSvx/Zwx2mD5q4CT/ZumNBaKC9v9Ed\nlDhdSMBmchu6TN3FLGYNKDtdz4zLK8LER0jAkyQ614qloGVH3xgk3pHV6/zujQld\nu3jonAOHss5i8AMha+hHYyptBwCYfxcSIS55/wIDAQABAoIBADdwqtdKXmCmRytf\nzLJJEFliMV1Y+xvorthcp5L/E7Th1QWjKLJGl6FY7fTpaD/rAXBpLrmMlA2AKm2C\n6TtQLezN87pmYsDc3lmB/9FN79R4QR18CleWSTY/WFF6nVa/hjzxD+N6CVdN9ko5\nT5yHVyjGYRoJwHHFFixac+oAi/UROgvEhkv5yLIyToD2kaodAp4D0cscAUVJxqDS\ngcvoommMNBHp+umP5KYpxzTD4xkkDlH6gvZUH9Pq8GLxK3kup6Ua4MPWOwoQY5Xt\nJHE6/pxvcXJXRZhM2Nipd7//PECd8r2n83epPv3yh/odUdQGMcDaD8o8AsXdNT4J\nk7Xj1ukCgYEA5lo6mbDDe685ObSz3U30rs+rvH+lY9CTU0M5MAN8EdsRagy4CWEe\nskearjZ/IWKn4SWS1QuxL4iCPoG8xEOfepXDRxZ4blNomENk6cX/P+2Wa3I+0Ql0\nKkt7SIj0q33tg33uUlwvNYcK8F/tOL7v2q4RXhcN/nQxhrU4dp/iEGUCgYEAzuR4\ne9lr2LAJEcT8Jx0NfxEO7IITUJYFj/Cc/BnAAYckaXelSHpZDOeB+QxAeAyy8Xvk\nrvbaIIq0BPHpUw49N9JMEtUcDW041gzIRzZA4wsGSgpSbdNJTDM2pj91u8QDBKYB\nSA40KpYV7y88xejT7N1mn5PB6bp8wqbgWvOJ0JMCgYEAq/3wxTJTMzVoz+pZZcLA\nEAolG1BfiACDD+cgevYPHDHqdblbbD1ksw59stgj4iSMXrI0SPg66tfND6jE7fHj\n0J6juJ9RemaysQWZAmeApxXZew5JUsDxSGclfMotjSIwRj6vxDTqVtgm1cV6FSWT\nZz8S3qLuIvBUzlTe/Mtx+nUCgYBtfkS1Zu/IkgF6wgGgwaNu6Bw51u1Z7Musze6H\nDSmspVUD7CoxHW8bgTosD+venPnnC2aPolz2c/Gp3E1bg2GqtUVFgjuCb5dw0Pr9\nlRzqC9+cN7JAJV3ZUhFOEq/AW5AtWZ28AKhjEWMyXpGPPBVMei/hrFUn2WZFrgN2\nnwUEuQKBgGFLnOPxDFY6qzFj8gVeOPtcy4RKTO8X0AEaYq0jq3renHvGrPHgeg1q\n3W08+i7BOls3knoyVgWK9u0/RB89K17k1ZrdqdSMOQNuJMcYZv6oCgzBrX20bimv\nS4RuzJsqIE8dboJA7s8s0raCq69Fq3n5GH+skKH/Av5ahCj7WN5j\n-----END RSA PRIVATE KEY-----\n", "user_id": "66d394996b0d49fab07599c1dda117a6", "name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "fingerprint": "f5:d0:c8:01:d6:18:92:bb:64:3a:1e:d8:13:83:7a:b2"}} 2018-08-28 07:01:13,266 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c2ee796d-51f5-4217-8a0d-61e902d9ef12 2018-08-28 07:01:13,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.990031003952s 2018-08-28 07:01:13,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c2ee796d-51f5-4217-8a0d-61e902d9ef12 2018-08-28 07:01:13,268 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6Ki/tmZR0sgS3rHksgIbEfw8QrQrb9ytP6faGbeASwDz1tKlh7v/a3FONPwPcUAe0e1a5fPwG0taInZg5GkoEiWsTqd07D1K7fuVZx/Qsi7Aq/FaQ1/cI/gbblkNpbkkedgkcL9xXCKN9Z3ndpYQ0l5odSa7n5fm/wyRGGiDJcX2XI+paUqYTgnij0dB1U7+13ogzZF5sl5nZJidENdK/H9nDHaYPmrgJP9m6Y0FooL2/0R2UOF1IwGZyG7pM3cUsZg0oO13PjMsrwsRHSMCTJDrXiqWgZUffGCTekdXr/O6NCV27eOicA4eyzmLwAyFr6EdjKm0HAJh/FxIhLnn/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuiov7ZmUdLIEt6x5LICGxH8PEK0K2/crT+n2hm3gEsA89bSp\nYe7/2txTjT8D3FAHtHtWuXz8BtLWiJ2YORpKBIlrE6ndOw9Su37lWcf0LIuwKvxW\nkNf3CP4G25ZDaW5JHnYJHC/cVwijfWd53aWENJeaHUmu5+X5v8MkRhogyXF9lyPq\nWlKmE4J4o9HQdVO/td6IM2RebJeZ2SYnRDXSvx/Zwx2mD5q4CT/ZumNBaKC9v9Ed\nlDhdSMBmchu6TN3FLGYNKDtdz4zLK8LER0jAkyQ614qloGVH3xgk3pHV6/zujQld\nu3jonAOHss5i8AMha+hHYyptBwCYfxcSIS55/wIDAQABAoIBADdwqtdKXmCmRytf\nzLJJEFliMV1Y+xvorthcp5L/E7Th1QWjKLJGl6FY7fTpaD/rAXBpLrmMlA2AKm2C\n6TtQLezN87pmYsDc3lmB/9FN79R4QR18CleWSTY/WFF6nVa/hjzxD+N6CVdN9ko5\nT5yHVyjGYRoJwHHFFixac+oAi/UROgvEhkv5yLIyToD2kaodAp4D0cscAUVJxqDS\ngcvoommMNBHp+umP5KYpxzTD4xkkDlH6gvZUH9Pq8GLxK3kup6Ua4MPWOwoQY5Xt\nJHE6/pxvcXJXRZhM2Nipd7//PECd8r2n83epPv3yh/odUdQGMcDaD8o8AsXdNT4J\nk7Xj1ukCgYEA5lo6mbDDe685ObSz3U30rs+rvH+lY9CTU0M5MAN8EdsRagy4CWEe\nskearjZ/IWKn4SWS1QuxL4iCPoG8xEOfepXDRxZ4blNomENk6cX/P+2Wa3I+0Ql0\nKkt7SIj0q33tg33uUlwvNYcK8F/tOL7v2q4RXhcN/nQxhrU4dp/iEGUCgYEAzuR4\ne9lr2LAJEcT8Jx0NfxEO7IITUJYFj/Cc/BnAAYckaXelSHpZDOeB+QxAeAyy8Xvk\nrvbaIIq0BPHpUw49N9JMEtUcDW041gzIRzZA4wsGSgpSbdNJTDM2pj91u8QDBKYB\nSA40KpYV7y88xejT7N1mn5PB6bp8wqbgWvOJ0JMCgYEAq/3wxTJTMzVoz+pZZcLA\nEAolG1BfiACDD+cgevYPHDHqdblbbD1ksw59stgj4iSMXrI0SPg66tfND6jE7fHj\n0J6juJ9RemaysQWZAmeApxXZew5JUsDxSGclfMotjSIwRj6vxDTqVtgm1cV6FSWT\nZz8S3qLuIvBUzlTe/Mtx+nUCgYBtfkS1Zu/IkgF6wgGgwaNu6Bw51u1Z7Musze6H\nDSmspVUD7CoxHW8bgTosD+venPnnC2aPolz2c/Gp3E1bg2GqtUVFgjuCb5dw0Pr9\nlRzqC9+cN7JAJV3ZUhFOEq/AW5AtWZ28AKhjEWMyXpGPPBVMei/hrFUn2WZFrgN2\nnwUEuQKBgGFLnOPxDFY6qzFj8gVeOPtcy4RKTO8X0AEaYq0jq3renHvGrPHgeg1q\n3W08+i7BOls3knoyVgWK9u0/RB89K17k1ZrdqdSMOQNuJMcYZv6oCgzBrX20bimv\nS4RuzJsqIE8dboJA7s8s0raCq69Fq3n5GH+skKH/Av5ahCj7WN5j\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'66d394996b0d49fab07599c1dda117a6', 'name': u'singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d', 'created_at': '2018-08-28T07:01:13.267991', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6014a5839c7143f2ae054a69bc25af88', 'name': 'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f5:d0:c8:01:d6:18:92:bb:64:3a:1e:d8:13:83:7a:b2', 'type': 'ssh', 'id': u'singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d'}) 2018-08-28 07:01:13,268 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuiov7ZmUdLIEt6x5LICGxH8PEK0K2/crT+n2hm3gEsA89bSp Ye7/2txTjT8D3FAHtHtWuXz8BtLWiJ2YORpKBIlrE6ndOw9Su37lWcf0LIuwKvxW kNf3CP4G25ZDaW5JHnYJHC/cVwijfWd53aWENJeaHUmu5+X5v8MkRhogyXF9lyPq WlKmE4J4o9HQdVO/td6IM2RebJeZ2SYnRDXSvx/Zwx2mD5q4CT/ZumNBaKC9v9Ed lDhdSMBmchu6TN3FLGYNKDtdz4zLK8LER0jAkyQ614qloGVH3xgk3pHV6/zujQld u3jonAOHss5i8AMha+hHYyptBwCYfxcSIS55/wIDAQABAoIBADdwqtdKXmCmRytf zLJJEFliMV1Y+xvorthcp5L/E7Th1QWjKLJGl6FY7fTpaD/rAXBpLrmMlA2AKm2C 6TtQLezN87pmYsDc3lmB/9FN79R4QR18CleWSTY/WFF6nVa/hjzxD+N6CVdN9ko5 T5yHVyjGYRoJwHHFFixac+oAi/UROgvEhkv5yLIyToD2kaodAp4D0cscAUVJxqDS gcvoommMNBHp+umP5KYpxzTD4xkkDlH6gvZUH9Pq8GLxK3kup6Ua4MPWOwoQY5Xt JHE6/pxvcXJXRZhM2Nipd7//PECd8r2n83epPv3yh/odUdQGMcDaD8o8AsXdNT4J k7Xj1ukCgYEA5lo6mbDDe685ObSz3U30rs+rvH+lY9CTU0M5MAN8EdsRagy4CWEe skearjZ/IWKn4SWS1QuxL4iCPoG8xEOfepXDRxZ4blNomENk6cX/P+2Wa3I+0Ql0 Kkt7SIj0q33tg33uUlwvNYcK8F/tOL7v2q4RXhcN/nQxhrU4dp/iEGUCgYEAzuR4 e9lr2LAJEcT8Jx0NfxEO7IITUJYFj/Cc/BnAAYckaXelSHpZDOeB+QxAeAyy8Xvk rvbaIIq0BPHpUw49N9JMEtUcDW041gzIRzZA4wsGSgpSbdNJTDM2pj91u8QDBKYB SA40KpYV7y88xejT7N1mn5PB6bp8wqbgWvOJ0JMCgYEAq/3wxTJTMzVoz+pZZcLA EAolG1BfiACDD+cgevYPHDHqdblbbD1ksw59stgj4iSMXrI0SPg66tfND6jE7fHj 0J6juJ9RemaysQWZAmeApxXZew5JUsDxSGclfMotjSIwRj6vxDTqVtgm1cV6FSWT Zz8S3qLuIvBUzlTe/Mtx+nUCgYBtfkS1Zu/IkgF6wgGgwaNu6Bw51u1Z7Musze6H DSmspVUD7CoxHW8bgTosD+venPnnC2aPolz2c/Gp3E1bg2GqtUVFgjuCb5dw0Pr9 lRzqC9+cN7JAJV3ZUhFOEq/AW5AtWZ28AKhjEWMyXpGPPBVMei/hrFUn2WZFrgN2 nwUEuQKBgGFLnOPxDFY6qzFj8gVeOPtcy4RKTO8X0AEaYq0jq3renHvGrPHgeg1q 3W08+i7BOls3knoyVgWK9u0/RB89K17k1ZrdqdSMOQNuJMcYZv6oCgzBrX20bimv S4RuzJsqIE8dboJA7s8s0raCq69Fq3n5GH+skKH/Av5ahCj7WN5j -----END RSA PRIVATE KEY----- 2018-08-28 07:01:13,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 07:01:13,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"security_group": {"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-28 07:01:13,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-70860eac-46c8-4012-ae3b-737d5ff76bb4 Date: Tue, 28 Aug 2018 07:01:13 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:13Z", "updated_at": "2018-08-28T07:01:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "b0943a91-72ca-42e7-87f5-5f841aaf57fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "c04c2724-9db8-4f14-9918-4dcfd9739547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 1, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "36bbdf89-e34b-4554-a426-30663c55078c", "name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}} 2018-08-28 07:01:13,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-70860eac-46c8-4012-ae3b-737d5ff76bb4 2018-08-28 07:01:13,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.560546875s 2018-08-28 07:01:13,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-70860eac-46c8-4012-ae3b-737d5ff76bb4 2018-08-28 07:01:13,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:01:13,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:13,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a668084c-b108-47d6-ac27-3338665299e5 Date: Tue, 28 Aug 2018 07:01:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:13Z", "updated_at": "2018-08-28T07:01:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "b0943a91-72ca-42e7-87f5-5f841aaf57fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "c04c2724-9db8-4f14-9918-4dcfd9739547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 1, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "36bbdf89-e34b-4554-a426-30663c55078c", "name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}, {"description": "Default security group", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:01Z", "updated_at": "2018-08-28T07:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "3228f098-afc2-4e30-a9d7-3aba4ae103dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "566cda99-442b-4bbd-b57c-676056e9cc54", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "bff3df0d-5084-4f3f-9f63-22d8a3366192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "c3285014-e6fb-42cf-a07a-2fa68413d493", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 1, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "name": "default"}]} 2018-08-28 07:01:13,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a668084c-b108-47d6-ac27-3338665299e5 2018-08-28 07:01:13,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.113542079926s 2018-08-28 07:01:13,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a668084c-b108-47d6-ac27-3338665299e5 2018-08-28 07:01:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:01:13,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -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": "36bbdf89-e34b-4554-a426-30663c55078c"}}' 2018-08-28 07:01:14,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-958fa559-007c-493d-8e41-292837129a89 Date: Tue, 28 Aug 2018 07:01:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-28T07:01:14Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "port_range_min": 22, "revision_number": 0, "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:14Z", "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "6a484329-ca9a-45d4-9f58-ae6e2befb5b8"}} 2018-08-28 07:01:14,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-958fa559-007c-493d-8e41-292837129a89 2018-08-28 07:01:14,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.440187215805s 2018-08-28 07:01:14,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-958fa559-007c-493d-8e41-292837129a89 2018-08-28 07:01:14,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:01:14,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:14,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-05f7bef2-7c93-4227-9269-63f2338c472f Date: Tue, 28 Aug 2018 07:01:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:13Z", "updated_at": "2018-08-28T07:01:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:01:14Z", "revision_number": 0, "id": "6a484329-ca9a-45d4-9f58-ae6e2befb5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:14Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "b0943a91-72ca-42e7-87f5-5f841aaf57fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "c04c2724-9db8-4f14-9918-4dcfd9739547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 2, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "36bbdf89-e34b-4554-a426-30663c55078c", "name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}, {"description": "Default security group", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:01Z", "updated_at": "2018-08-28T07:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "3228f098-afc2-4e30-a9d7-3aba4ae103dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "566cda99-442b-4bbd-b57c-676056e9cc54", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "bff3df0d-5084-4f3f-9f63-22d8a3366192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "c3285014-e6fb-42cf-a07a-2fa68413d493", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 1, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "name": "default"}]} 2018-08-28 07:01:14,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-05f7bef2-7c93-4227-9269-63f2338c472f 2018-08-28 07:01:14,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.350792169571s 2018-08-28 07:01:14,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-05f7bef2-7c93-4227-9269-63f2338c472f 2018-08-28 07:01:14,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:01:14,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -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": "36bbdf89-e34b-4554-a426-30663c55078c"}}' 2018-08-28 07:01:15,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-058cef18-0bc0-483f-b3d3-4aab9ec4d8f9 Date: Tue, 28 Aug 2018 07:01:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-28T07:01:15Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "port_range_min": null, "revision_number": 0, "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:15Z", "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "d54f798e-032b-4687-8296-e7b6d044d080"}} 2018-08-28 07:01:15,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-058cef18-0bc0-483f-b3d3-4aab9ec4d8f9 2018-08-28 07:01:15,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.623429059982s 2018-08-28 07:01:15,377 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-058cef18-0bc0-483f-b3d3-4aab9ec4d8f9 2018-08-28 07:01:15,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:01:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:15,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0d5543df-d4f5-4be3-bce4-2f6054c0e4fe Date: Tue, 28 Aug 2018 07:01:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4125ab3-2728-462b-a68d-72433dc6049b"],"updated_at":"2018-08-28T07:01:03Z","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:01:15,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d5543df-d4f5-4be3-bce4-2f6054c0e4fe 2018-08-28 07:01:15,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347779989243s 2018-08-28 07:01:15,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d5543df-d4f5-4be3-bce4-2f6054c0e4fe 2018-08-28 07:01:15,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:01:15,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:16,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5d25018e-2365-4ffa-9829-751180d8e37c Date: Tue, 28 Aug 2018 07:01:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:01:10Z", "file": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file", "owner": "6014a5839c7143f2ae054a69bc25af88", "id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "size": 12716032, "self": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:01:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:01:16,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d25018e-2365-4ffa-9829-751180d8e37c 2018-08-28 07:01:16,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783414840698s 2018-08-28 07:01:16,516 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d25018e-2365-4ffa-9829-751180d8e37c 2018-08-28 07:01:16,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:01:16,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:16,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01: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-109ae794-e8a2-421c-ad06-d7d3d294c29c x-compute-request-id: req-109ae794-e8a2-421c-ad06-d7d3d294c29c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a812aab6-dd34-4829-b456-0321dba97d9d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "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": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690"}]} 2018-08-28 07:01:16,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-109ae794-e8a2-421c-ad06-d7d3d294c29c 2018-08-28 07:01:16,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027617931366s 2018-08-28 07:01:16,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-109ae794-e8a2-421c-ad06-d7d3d294c29c 2018-08-28 07:01:16,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:01:16,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"server": {"name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "imageRef": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "flavorRef": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "max_count": 1, "min_count": 1, "networks": [{"uuid": "41cd4b57-5588-4feb-8a37-cc69d13679e9"}], "security_groups": [{"name": "36bbdf89-e34b-4554-a426-30663c55078c"}]}}' 2018-08-28 07:01:21,727 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:01: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-250cf133-31fe-472e-9fb8-e67333aa11e9 x-compute-request-id: req-250cf133-31fe-472e-9fb8-e67333aa11e9 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "36bbdf89-e34b-4554-a426-30663c55078c"}], "OS-DCF:diskConfig": "MANUAL", "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "adminPass": "aZg4eN8Wp4HM"}} 2018-08-28 07:01:21,727 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-250cf133-31fe-472e-9fb8-e67333aa11e9 2018-08-28 07:01:21,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.18017292023s 2018-08-28 07:01:21,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-250cf133-31fe-472e-9fb8-e67333aa11e9 2018-08-28 07:01:21,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:22,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01: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-6a7917f7-0839-4a88-8463-4531b9c439e4 x-compute-request-id: req-6a7917f7-0839-4a88-8463-4531b9c439e4 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.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:01:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:22,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6a7917f7-0839-4a88-8463-4531b9c439e4 2018-08-28 07:01:22,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17143797874s 2018-08-28 07:01:22,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6a7917f7-0839-4a88-8463-4531b9c439e4 2018-08-28 07:01:22,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:01:22,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:23,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b8e5dbb3-059c-49d7-803e-7b628914a5e4 Date: Tue, 28 Aug 2018 07:01:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4125ab3-2728-462b-a68d-72433dc6049b"],"updated_at":"2018-08-28T07:01:03Z","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:01:23,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b8e5dbb3-059c-49d7-803e-7b628914a5e4 2018-08-28 07:01:23,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377648830414s 2018-08-28 07:01:23,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b8e5dbb3-059c-49d7-803e-7b628914a5e4 2018-08-28 07:01:23,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:01:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:23,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-96d6ab04-409c-41dc-8b43-588acd07c28c Date: Tue, 28 Aug 2018 07:01:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:01:03Z","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":"6014a5839c7143f2ae054a69bc25af88","id":"e4125ab3-2728-462b-a68d-72433dc6049b","subnetpool_id":null,"name":"singlevm2-subnet_a812aab6-dd34-4829-b456-0321dba97d9d"}]} 2018-08-28 07:01:23,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-96d6ab04-409c-41dc-8b43-588acd07c28c 2018-08-28 07:01:23,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0445039272308s 2018-08-28 07:01:23,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-96d6ab04-409c-41dc-8b43-588acd07c28c 2018-08-28 07:01:23,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:25,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:26,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-281131a8-807b-4deb-aca1-0814d6d6db9b x-compute-request-id: req-281131a8-807b-4deb-aca1-0814d6d6db9b Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:01:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:26,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-281131a8-807b-4deb-aca1-0814d6d6db9b 2018-08-28 07:01:26,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71163892746s 2018-08-28 07:01:26,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-281131a8-807b-4deb-aca1-0814d6d6db9b 2018-08-28 07:01:26,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:28,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:28,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f70f8b4-979e-4751-8757-c9fc03711958 x-compute-request-id: req-3f70f8b4-979e-4751-8757-c9fc03711958 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "security_groups": [{"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}], "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:01:27Z", "hostId": "c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:28,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f70f8b4-979e-4751-8757-c9fc03711958 2018-08-28 07:01:28,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852479934692s 2018-08-28 07:01:28,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f70f8b4-979e-4751-8757-c9fc03711958 2018-08-28 07:01:28,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:30,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:30,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:31,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32186c6b-c0fc-4f38-908e-8f794347ff28 x-compute-request-id: req-32186c6b-c0fc-4f38-908e-8f794347ff28 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "security_groups": [{"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}], "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:01:27Z", "hostId": "c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:31,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32186c6b-c0fc-4f38-908e-8f794347ff28 2018-08-28 07:01:31,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.93909907341s 2018-08-28 07:01:31,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32186c6b-c0fc-4f38-908e-8f794347ff28 2018-08-28 07:01:31,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:33,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:33,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:35,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8eebdbb2-e666-468c-b553-656665393eb7 x-compute-request-id: req-8eebdbb2-e666-468c-b553-656665393eb7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "security_groups": [{"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}], "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:01:27Z", "hostId": "c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:35,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8eebdbb2-e666-468c-b553-656665393eb7 2018-08-28 07:01:35,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14140915871s 2018-08-28 07:01:35,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8eebdbb2-e666-468c-b553-656665393eb7 2018-08-28 07:01:35,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:37,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:38,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab389bd5-0108-4178-b2c3-7ddb76e0fdf9 x-compute-request-id: req-ab389bd5-0108-4178-b2c3-7ddb76e0fdf9 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:f1:9b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:01:33.000000", "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "security_groups": [{"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}], "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:01:33Z", "hostId": "c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:38,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab389bd5-0108-4178-b2c3-7ddb76e0fdf9 2018-08-28 07:01:38,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20039200783s 2018-08-28 07:01:38,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ab389bd5-0108-4178-b2c3-7ddb76e0fdf9 2018-08-28 07:01:38,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:01:38,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:38,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-abe5d8d3-9b70-4326-9183-590c698c027d Date: Tue, 28 Aug 2018 07:01:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:27Z","admin_state_up":true,"updated_at":"2018-08-28T07:01:33Z","binding:vnic_type":"normal","device_id":"b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c2:f1:9b","id":"b04879b2-077d-431e-b47a-d75d0c893a94","port_security_enabled":true,"project_id":"6014a5839c7143f2ae054a69bc25af88","fixed_ips":[{"subnet_id":"e4125ab3-2728-462b-a68d-72433dc6049b","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["36bbdf89-e34b-4554-a426-30663c55078c"],"name":""}]} 2018-08-28 07:01:38,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-abe5d8d3-9b70-4326-9183-590c698c027d 2018-08-28 07:01:38,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.298404932022s 2018-08-28 07:01:38,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-abe5d8d3-9b70-4326-9183-590c698c027d 2018-08-28 07:01:38,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:01:38,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=b04879b2-077d-431e-b47a-d75d0c893a94" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:38,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cec985eb-c110-40d8-bc0f-4fdab1fb39b2 Date: Tue, 28 Aug 2018 07:01:38 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:01:38,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=b04879b2-077d-431e-b47a-d75d0c893a94 used request id req-cec985eb-c110-40d8-bc0f-4fdab1fb39b2 2018-08-28 07:01:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.338855981827s 2018-08-28 07:01:38,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=b04879b2-077d-431e-b47a-d75d0c893a94 used request id req-cec985eb-c110-40d8-bc0f-4fdab1fb39b2 2018-08-28 07:01:38,858 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c2:f1:9b', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd951cc39-bcb6-4435-ab14-9c67b152fd80'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:01:33.000000', 'flavor': Munch({u'id': u'37d6acdf-83d4-4b92-9ffa-d5b705ac1690'}), 'az': u'nova', 'id': u'b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0', 'security_groups': [Munch({u'name': u'singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'66d394996b0d49fab07599c1dda117a6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6014a5839c7143f2ae054a69bc25af88', 'name': 'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:01:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:01:33Z', 'hostId': u'c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:01:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6014a5839c7143f2ae054a69bc25af88', 'name': u'singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d', 'adminPass': u'aZg4eN8Wp4HM', 'tenant_id': u'6014a5839c7143f2ae054a69bc25af88', 'created_at': u'2018-08-28T07:01:21Z', 'created': u'2018-08-28T07:01:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:01:38,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:01:38,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:39,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4d3f52c8-f187-4480-a718-ae97655523cc Date: Tue, 28 Aug 2018 07:01:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e4125ab3-2728-462b-a68d-72433dc6049b"],"updated_at":"2018-08-28T07:01:03Z","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:01:39,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d3f52c8-f187-4480-a718-ae97655523cc 2018-08-28 07:01:39,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.399871110916s 2018-08-28 07:01:39,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4d3f52c8-f187-4480-a718-ae97655523cc 2018-08-28 07:01:39,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:01:39,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:39,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-df088eb1-d4cf-40e0-aa01-a90084205a94 Date: Tue, 28 Aug 2018 07:01:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:27Z","admin_state_up":true,"updated_at":"2018-08-28T07:01:33Z","binding:vnic_type":"normal","device_id":"b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c2:f1:9b","id":"b04879b2-077d-431e-b47a-d75d0c893a94","port_security_enabled":true,"project_id":"6014a5839c7143f2ae054a69bc25af88","fixed_ips":[{"subnet_id":"e4125ab3-2728-462b-a68d-72433dc6049b","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["36bbdf89-e34b-4554-a426-30663c55078c"],"name":""}]} 2018-08-28 07:01:39,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-df088eb1-d4cf-40e0-aa01-a90084205a94 2018-08-28 07:01:39,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0476808547974s 2018-08-28 07:01:39,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-df088eb1-d4cf-40e0-aa01-a90084205a94 2018-08-28 07:01:39,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 07:01:39,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"floatingip": {"floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.8", "port_id": "b04879b2-077d-431e-b47a-d75d0c893a94"}}' 2018-08-28 07:01:41,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2043a9a9-b1fc-45a0-b07b-f8daf02915ac Date: Tue, 28 Aug 2018 07:01:41 GMT RESP BODY: {"floatingip": {"router_id": "127f3bea-352c-494d-8065-281cc6376efa", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:01:40Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b04879b2-077d-431e-b47a-d75d0c893a94", "id": "4152e986-43b3-4663-afc0-fe6d01717684", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:40Z", "project_id": "6014a5839c7143f2ae054a69bc25af88"}} 2018-08-28 07:01:41,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-2043a9a9-b1fc-45a0-b07b-f8daf02915ac 2018-08-28 07:01:41,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04725193977s 2018-08-28 07:01:41,359 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-2043a9a9-b1fc-45a0-b07b-f8daf02915ac 2018-08-28 07:01:41,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:01:41,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:41,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-ed50cdd0-6542-4bbd-b692-5ba1a84054ba Date: Tue, 28 Aug 2018 07:01:41 GMT RESP BODY: {"floatingips": [{"router_id": "127f3bea-352c-494d-8065-281cc6376efa", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:01:40Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "b04879b2-077d-431e-b47a-d75d0c893a94", "id": "4152e986-43b3-4663-afc0-fe6d01717684", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:40Z", "project_id": "6014a5839c7143f2ae054a69bc25af88"}]} 2018-08-28 07:01:41,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ed50cdd0-6542-4bbd-b692-5ba1a84054ba 2018-08-28 07:01:41,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0785479545593s 2018-08-28 07:01:41,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ed50cdd0-6542-4bbd-b692-5ba1a84054ba 2018-08-28 07:01:41,449 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'127f3bea-352c-494d-8065-281cc6376efa', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6014a5839c7143f2ae054a69bc25af88', 'created_at': u'2018-08-28T07:01:40Z', 'attached': True, 'updated_at': u'2018-08-28T07:01:40Z', 'id': u'4152e986-43b3-4663-afc0-fe6d01717684', 'floating_network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6014a5839c7143f2ae054a69bc25af88', 'name': 'singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'127f3bea-352c-494d-8065-281cc6376efa', 'project_id': u'6014a5839c7143f2ae054a69bc25af88', 'port_id': u'b04879b2-077d-431e-b47a-d75d0c893a94', 'port': u'b04879b2-077d-431e-b47a-d75d0c893a94', 'network': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8'}) 2018-08-28 07:01:41,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:01:41,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/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}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:01:42,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17181db4-b716-45c4-8191-afbb07ee6842 x-compute-request-id: req-17181db4-b716-45c4-8191-afbb07ee6842 Content-Encoding: gzip Content-Length: 9588 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 478038418 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.197816] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.200201] pid_max: default: 32768 minimum: 301\n[ 0.201519] ACPI: Core revision 20150930\n[ 0.203246] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205143] Security Framework initialized\n[ 0.206318] Yama: becoming mindful.\n[ 0.207369] AppArmor: AppArmor initialized\n[ 0.208613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214023] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216006] Initializing cgroup subsys io\n[ 0.217192] Initializing cgroup subsys memory\n[ 0.218437] Initializing cgroup subsys devices\n[ 0.219695] Initializing cgroup subsys freezer\n[ 0.220977] Initializing cgroup subsys net_cls\n[ 0.222233] Initializing cgroup subsys perf_event\n[ 0.223546] Initializing cgroup subsys net_prio\n[ 0.224827] Initializing cgroup subsys hugetlb\n[ 0.226083] Initializing cgroup subsys pids\n[ 0.227319] CPU: Physical Processor ID: 0\n[ 0.229205] mce: CPU supports 10 MCE banks\n[ 0.230547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255674] ftrace: allocating 31920 entries in 125 pages\n[ 0.281475] smpboot: Max logical packages: 1\n[ 0.282818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284788] x2apic enabled\n[ 0.285954] Switched APIC routing to physical x2apic.\n[ 0.288467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292920] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295494] KVM setup paravirtual spinlock\n[ 0.297213] x86: Booted up 1 node, 1 CPUs\n[ 0.298384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300363] devtmpfs: initialized\n[ 0.302396] evm: security.selinux\n[ 0.303407] evm: security.SMACK64\n[ 0.304405] evm: security.SMACK64EXEC\n[ 0.305482] evm: security.SMACK64TRANSMUTE\n[ 0.306652] evm: security.SMACK64MMAP\n[ 0.307726] evm: security.ima\n[ 0.308651] evm: security.capability\n[ 0.309785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312433] pinctrl core: initialized pinctrl subsystem\n[ 0.313979] RTC time: 7:01:34, date: 08/28/18\n[ 0.315332] NET: Registered protocol family 16\n[ 0.316715] cpuidle: using governor ladder\n[ 0.317899] cpuidle: using governor menu\n[ 0.319035] PCCT header not found.\n[ 0.320110] ACPI: bus type PCI registered\n[ 0.321263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323026] PCI: Using configuration type 1 for base access\n[ 0.325286] ACPI: Added _OSI(Module Device)\n[ 0.326495] ACPI: Added _OSI(Processor Device)\n[ 0.327734] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329032] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331466] ACPI: Interpreter enabled\n[ 0.332575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343198] ACPI: (supports S0 S5)\n[ 0.344223] ACPI: Using IOAPIC for interrupt routing\n[ 0.345589] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357877] acpiphp: Slot [3] registered\n[ 0.359031] acpiphp: Slot [4] registered\n[ 0.360193] acpiphp: Slot [5] registered\n[ 0.361350] acpiphp: Slot [6] registered\n[ 0.362502] acpiphp: Slot [7] registered\n[ 0.363652] acpiphp: Slot [8] registered\n[ 0.364800] acpiphp: Slot [9] registered\n[ 0.365945] acpiphp: Slot [10] registered\n[ 0.367120] acpiphp: Slot [11] registered\n[ 0.368286] acpiphp: Slot [12] registered\n[ 0.369452] acpiphp: Slot [13] registered\n[ 0.370614] acpiphp: Slot [14] registered\n[ 0.371782] acpiphp: Slot [15] registered\n[ 0.386941] acpiphp: Slot [16] registered\n[ 0.388193] acpiphp: Slot [17] registered\n[ 0.389364] acpiphp: Slot [18] registered\n[ 0.390527] acpiphp: Slot [19] registered\n[ 0.391696] acpiphp: Slot [20] registered\n[ 0.392863] acpiphp: Slot [21] registered\n[ 0.394023] acpiphp: Slot [22] registered\n[ 0.395188] acpiphp: Slot [23] registered\n[ 0.396359] acpiphp: Slot [24] registered\n[ 0.397536] acpiphp: Slot [25] registered\n[ 0.398703] acpiphp: Slot [26] registered\n[ 0.399891] acpiphp: Slot [27] registered\n[ 0.401081] acpiphp: Slot [28] registered\n[ 0.402343] acpiphp: Slot [29] registered\n[ 0.403511] acpiphp: Slot [30] registered\n[ 0.404683] acpiphp: Slot [31] registered\n[ 0.405851] PCI host bridge to bus 0000:00\n[ 0.407047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408782] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412628] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414716] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416835] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424430] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430672] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454534] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.461383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.463387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.465183] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.468582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470886] vgaarb: loaded\n[ 0.471772] vgaarb: bridge control possible 0000:00:02.0\n[ 0.473495] SCSI subsystem initialized\n[ 0.474859] ACPI: bus type USB registered\n[ 0.476041] usbcore: registered new interface driver usbfs\n[ 0.477574] usbcore: registered new interface driver hub\n[ 0.479033] usbcore: registered new device driver usb\n[ 0.480608] PCI: Using ACPI for IRQ routing\n[ 0.482188] NetLabel: Initializing\n[ 0.483216] NetLabel: domain hash size = 128\n[ 0.484436] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485820] NetLabel: unlabeled traffic allowed by default\n[ 0.487477] clocksource: Switched to clocksource kvm-clock\n[ 0.497614] AppArmor: AppArmor Filesystem Enabled\n[ 0.498982] pnp: PnP ACPI init\n[ 0.500267] pnp: PnP ACPI: found 5 devices\n[ 0.507246] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509739] NET: Registered protocol family 2\n[ 0.511232] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.513093] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514835] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518176] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519857] NET: Registered protocol family 1\n[ 0.521149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522725] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524277] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538889] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553553] Trying to unpack rootfs image as initramfs...\n[ 0.615691] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620695] Scanning for low memory corruption every 60 seconds\n[ 0.623026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624795] audit: initializing netlink subsys (disabled)\n[ 0.626335] audit: type=2000 audit(1535439694.708:1): initialized\n[ 0.628308] Initialise system trusted keyring\n[ 0.629753] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631426] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634246] zbud: loaded\n[ 0.635298] VFS: Disk quotas dquot_6.6.0\n[ 0.636517] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638789] fuse init (API version 7.23)\n[ 0.640120] Key type big_key registered\n[ 0.641288] Allocating IMA MOK and blacklist keyrings.\n[ 0.643091] Key type asymmetric registered\n[ 0.644308] Asymmetric key parser 'x509' registered\n[ 0.645706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647933] io scheduler noop registered\n[ 0.649087] io scheduler deadline registered (default)\n[ 0.650520] io scheduler cfq registered\n[ 0.651795] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.653313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.655174] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.657304] ACPI: Power Button [PWRF]\n[ 0.658595] GHES: HEST is not enabled!\n[ 0.672784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730365] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733585] Linux agpgart interface v0.103\n[ 0.737186] brd: module loaded\n[ 0.739492] loop: module loaded\n[ 0.744381] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746480] GPT:90111 != 2097151\n[ 0.747461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749061] GPT:90111 != 2097151\n[ 0.750034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751421] vda: vda1 vda15\n[ 0.753103] scsi host0: ata_piix\n[ 0.754230] scsi host1: ata_piix\n[ 0.755299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759353] libphy: Fixed MDIO Bus: probed\n[ 0.760546] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761930] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764757] PPP generic driver version 2.4.2\n[ 0.766073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767807] ehci-pci: EHCI PCI platform driver\n[ 0.769073] ehci-platform: EHCI generic platform driver\n[ 0.770543] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772164] ohci-pci: OHCI PCI platform driver\n[ 0.773424] ohci-platform: OHCI generic platform driver\n[ 0.774855] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789511] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793047] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799924] usb usb1: Product: UHCI Host Controller\n[ 0.801268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804384] hub 1-0:1.0: USB hub found\n[ 0.805540] hub 1-0:1.0: 2 ports detected\n[ 0.806880] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.812724] mousedev: PS/2 mouse device common for all mice\n[ 0.814509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.818715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.820435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822149] i2c /dev entries driver\n[ 0.823266] device-mapper: uevent: version 1.0.3\n[ 0.824668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827016] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.828935] NET: Registered protocol family 10\n[ 0.830558] NET: Registered protocol family 17\n[ 0.831850] Key type dns_resolver registered\n[ 0.833219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.834791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.837327] registered taskstats version 1\n[ 0.838534] Loading compiled-in X.509 certificates\n[ 0.840432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.843112] zswap: loaded using pool lzo/zbud\n[ 0.845276] Key type trusted registered\n[ 0.847545] Key type encrypted registered\n[ 0.848719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.850215] ima: No TPM chip found, activating TPM-bypass!\n[ 0.851730] evm: HMAC attrs: 0x1\n[ 0.853059] Magic number: 14:817:16\n[ 0.854245] rtc_cmos 00:00: setting system clock to 2018-08-28 07:01:34 UTC (1535439694)\n[ 0.856582] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.858183] EDD information not available.\n[ 0.913151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929404] Write protecting the kernel read-only data: 14336k\n[ 0.932436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935001] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.983109] 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.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/5AXdi5WSXVBYlCL0DD7DzRdDPJQ37fstdHvOGvir3BBMPI/TTZeCnfnHviRWdR2rrjWyC0cdqQpQmqYEOX2PfdIclPHFR3gyZARM/qw8Cdy55oaVUCuCXrwb4NCqs575CepsF3/fxhLYxBBcqMTNuhrfzLzBs48rfeF29rtH9pXNJUcgz3JeuSOaUUTR1rA2uSfsDTaLYAm9Q32Mca3l0f5kjGliFBl1JIZ3CxXNF0YCXFOKR57RtYeSqTukVX6X1eIzMcJlAQVDNhvDH5lzU82VCo/6usoqDKyCskOPvSq6QwkqIKmfeI3qKxyStE7w13PyaUPkV9Jbymurv20h root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\nssh-dss AAAAB3NzaC1kc3MAAACBAIWtKaIWHWO1hzAq3ftvceXaw/WWbObO+SOX2d5zQIqkNqV+8kYe6mKHk3fbjFpfVFu2DBvUUiR8hcvfl6K6EgjiEDgXzvxgsBgqFa5AHV7q1ypmVEZOr9BxHuqrgS5qymFJuPDjAJLIT/mYBrpi3Jq2a5SKIhBM/LLjdzI3/8E3AAAAFQDRvskEyxQX0kXm6QjV7Tp4HmtorwAAAIA6Dqz/TYn2lRpL1IKIUqpfEkGtLxeQx0VPMLuRM+lWy9sH+ok9l/RoX4m47LKS3H+yaSslvAbr6rahjXhSIXcpdZ/qRbJz9U64dNoT+jFtNj3v4cw8RS0skQvIZ017CkWZwh+W5+2GH1H5MHD+KeREsah9mCG/MJpkMM1IuGA0HAAAAIBaQHtAGxv9ZFgpWFB7hfmZsUwUN7+nfO5fUOujr2UZZHqoOOE8Zxlq8DoXzmI7YlX8lbrGXL0OnIfPHjmK8KdRadZBJ6+JOZ0b9OdbYI/sthSGlcGX054BRestfJP2mXVyncOLrAflbhdSoxPGtwayA0/Chvwvy8zjbCNTyTTr+g== root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fec2:f19b/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.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d login: "} 2018-08-28 07:01:42,338 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/action used request id req-17181db4-b716-45c4-8191-afbb07ee6842 2018-08-28 07:01:42,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.888261795044s 2018-08-28 07:01:42,339 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/action used request id req-17181db4-b716-45c4-8191-afbb07ee6842 2018-08-28 07:01:42,339 - 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 478038418 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.197816] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.200201] pid_max: default: 32768 minimum: 301 [ 0.201519] ACPI: Core revision 20150930 [ 0.203246] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205143] Security Framework initialized [ 0.206318] Yama: becoming mindful. [ 0.207369] AppArmor: AppArmor initialized [ 0.208613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214023] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216006] Initializing cgroup subsys io [ 0.217192] Initializing cgroup subsys memory [ 0.218437] Initializing cgroup subsys devices [ 0.219695] Initializing cgroup subsys freezer [ 0.220977] Initializing cgroup subsys net_cls [ 0.222233] Initializing cgroup subsys perf_event [ 0.223546] Initializing cgroup subsys net_prio [ 0.224827] Initializing cgroup subsys hugetlb [ 0.226083] Initializing cgroup subsys pids [ 0.227319] CPU: Physical Processor ID: 0 [ 0.229205] mce: CPU supports 10 MCE banks [ 0.230547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.255674] ftrace: allocating 31920 entries in 125 pages [ 0.281475] smpboot: Max logical packages: 1 [ 0.282818] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284788] x2apic enabled [ 0.285954] Switched APIC routing to physical x2apic. [ 0.288467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292920] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295494] KVM setup paravirtual spinlock [ 0.297213] x86: Booted up 1 node, 1 CPUs [ 0.298384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.300363] devtmpfs: initialized [ 0.302396] evm: security.selinux [ 0.303407] evm: security.SMACK64 [ 0.304405] evm: security.SMACK64EXEC [ 0.305482] evm: security.SMACK64TRANSMUTE [ 0.306652] evm: security.SMACK64MMAP [ 0.307726] evm: security.ima [ 0.308651] evm: security.capability [ 0.309785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312433] pinctrl core: initialized pinctrl subsystem [ 0.313979] RTC time: 7:01:34, date: 08/28/18 [ 0.315332] NET: Registered protocol family 16 [ 0.316715] cpuidle: using governor ladder [ 0.317899] cpuidle: using governor menu [ 0.319035] PCCT header not found. [ 0.320110] ACPI: bus type PCI registered [ 0.321263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323026] PCI: Using configuration type 1 for base access [ 0.325286] ACPI: Added _OSI(Module Device) [ 0.326495] ACPI: Added _OSI(Processor Device) [ 0.327734] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331466] ACPI: Interpreter enabled [ 0.332575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.340542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343198] ACPI: (supports S0 S5) [ 0.344223] ACPI: Using IOAPIC for interrupt routing [ 0.345589] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.349555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.354732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.357877] acpiphp: Slot [3] registered [ 0.359031] acpiphp: Slot [4] registered [ 0.360193] acpiphp: Slot [5] registered [ 0.361350] acpiphp: Slot [6] registered [ 0.362502] acpiphp: Slot [7] registered [ 0.363652] acpiphp: Slot [8] registered [ 0.364800] acpiphp: Slot [9] registered [ 0.365945] acpiphp: Slot [10] registered [ 0.367120] acpiphp: Slot [11] registered [ 0.368286] acpiphp: Slot [12] registered [ 0.369452] acpiphp: Slot [13] registered [ 0.370614] acpiphp: Slot [14] registered [ 0.371782] acpiphp: Slot [15] registered [ 0.386941] acpiphp: Slot [16] registered [ 0.388193] acpiphp: Slot [17] registered [ 0.389364] acpiphp: Slot [18] registered [ 0.390527] acpiphp: Slot [19] registered [ 0.391696] acpiphp: Slot [20] registered [ 0.392863] acpiphp: Slot [21] registered [ 0.394023] acpiphp: Slot [22] registered [ 0.395188] acpiphp: Slot [23] registered [ 0.396359] acpiphp: Slot [24] registered [ 0.397536] acpiphp: Slot [25] registered [ 0.398703] acpiphp: Slot [26] registered [ 0.399891] acpiphp: Slot [27] registered [ 0.401081] acpiphp: Slot [28] registered [ 0.402343] acpiphp: Slot [29] registered [ 0.403511] acpiphp: Slot [30] registered [ 0.404683] acpiphp: Slot [31] registered [ 0.405851] PCI host bridge to bus 0000:00 [ 0.407047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.408782] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.410528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.412628] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.414716] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.416835] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.420899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.422750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.424430] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.426239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.430672] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.432752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454534] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.461383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.463387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.465183] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.467047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.468582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470886] vgaarb: loaded [ 0.471772] vgaarb: bridge control possible 0000:00:02.0 [ 0.473495] SCSI subsystem initialized [ 0.474859] ACPI: bus type USB registered [ 0.476041] usbcore: registered new interface driver usbfs [ 0.477574] usbcore: registered new interface driver hub [ 0.479033] usbcore: registered new device driver usb [ 0.480608] PCI: Using ACPI for IRQ routing [ 0.482188] NetLabel: Initializing [ 0.483216] NetLabel: domain hash size = 128 [ 0.484436] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485820] NetLabel: unlabeled traffic allowed by default [ 0.487477] clocksource: Switched to clocksource kvm-clock [ 0.497614] AppArmor: AppArmor Filesystem Enabled [ 0.498982] pnp: PnP ACPI init [ 0.500267] pnp: PnP ACPI: found 5 devices [ 0.507246] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509739] NET: Registered protocol family 2 [ 0.511232] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.513093] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.514835] TCP: Hash tables configured (established 4096 bind 4096) [ 0.516575] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.518176] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519857] NET: Registered protocol family 1 [ 0.521149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.522725] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.524277] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538889] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.553553] Trying to unpack rootfs image as initramfs... [ 0.615691] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620695] Scanning for low memory corruption every 60 seconds [ 0.623026] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624795] audit: initializing netlink subsys (disabled) [ 0.626335] audit: type=2000 audit(1535439694.708:1): initialized [ 0.628308] Initialise system trusted keyring [ 0.629753] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.631426] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.634246] zbud: loaded [ 0.635298] VFS: Disk quotas dquot_6.6.0 [ 0.636517] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638789] fuse init (API version 7.23) [ 0.640120] Key type big_key registered [ 0.641288] Allocating IMA MOK and blacklist keyrings. [ 0.643091] Key type asymmetric registered [ 0.644308] Asymmetric key parser 'x509' registered [ 0.645706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647933] io scheduler noop registered [ 0.649087] io scheduler deadline registered (default) [ 0.650520] io scheduler cfq registered [ 0.651795] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.653313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.655174] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.657304] ACPI: Power Button [PWRF] [ 0.658595] GHES: HEST is not enabled! [ 0.672784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.701928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.704859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.730365] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733585] Linux agpgart interface v0.103 [ 0.737186] brd: module loaded [ 0.739492] loop: module loaded [ 0.744381] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.746480] GPT:90111 != 2097151 [ 0.747461] GPT:Alternate GPT header not at the end of the disk. [ 0.749061] GPT:90111 != 2097151 [ 0.750034] GPT: Use GNU Parted to correct GPT errors. [ 0.751421] vda: vda1 vda15 [ 0.753103] scsi host0: ata_piix [ 0.754230] scsi host1: ata_piix [ 0.755299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759353] libphy: Fixed MDIO Bus: probed [ 0.760546] tun: Universal TUN/TAP device driver, 1.6 [ 0.761930] tun: (C) 1999-2004 Max Krasnyansky [ 0.764757] PPP generic driver version 2.4.2 [ 0.766073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767807] ehci-pci: EHCI PCI platform driver [ 0.769073] ehci-platform: EHCI generic platform driver [ 0.770543] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.772164] ohci-pci: OHCI PCI platform driver [ 0.773424] ohci-platform: OHCI generic platform driver [ 0.774855] uhci_hcd: USB Universal Host Controller Interface driver [ 0.789511] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.790941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.793047] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.794481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.796118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.797866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799924] usb usb1: Product: UHCI Host Controller [ 0.801268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.802872] usb usb1: SerialNumber: 0000:00:01.2 [ 0.804384] hub 1-0:1.0: USB hub found [ 0.805540] hub 1-0:1.0: 2 ports detected [ 0.806880] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.809865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.811251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.812724] mousedev: PS/2 mouse device common for all mice [ 0.814509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.817119] rtc_cmos 00:00: RTC can wake from S4 [ 0.818715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.820435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822149] i2c /dev entries driver [ 0.823266] device-mapper: uevent: version 1.0.3 [ 0.824668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.827016] ledtrig-cpu: registered to indicate activity on CPUs [ 0.828935] NET: Registered protocol family 10 [ 0.830558] NET: Registered protocol family 17 [ 0.831850] Key type dns_resolver registered [ 0.833219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.834791] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.837327] registered taskstats version 1 [ 0.838534] Loading compiled-in X.509 certificates [ 0.840432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.843112] zswap: loaded using pool lzo/zbud [ 0.845276] Key type trusted registered [ 0.847545] Key type encrypted registered [ 0.848719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.850215] ima: No TPM chip found, activating TPM-bypass! [ 0.851730] evm: HMAC attrs: 0x1 [ 0.853059] Magic number: 14:817:16 [ 0.854245] rtc_cmos 00:00: setting system clock to 2018-08-28 07:01:34 UTC (1535439694) [ 0.856582] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.858183] EDD information not available. [ 0.913151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929404] Write protecting the kernel read-only data: 14336k [ 0.932436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.935001] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.983109] 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.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/5AXdi5WSXVBYlCL0DD7DzRdDPJQ37fstdHvOGvir3BBMPI/TTZeCnfnHviRWdR2rrjWyC0cdqQpQmqYEOX2PfdIclPHFR3gyZARM/qw8Cdy55oaVUCuCXrwb4NCqs575CepsF3/fxhLYxBBcqMTNuhrfzLzBs48rfeF29rtH9pXNJUcgz3JeuSOaUUTR1rA2uSfsDTaLYAm9Q32Mca3l0f5kjGliFBl1JIZ3CxXNF0YCXFOKR57RtYeSqTukVX6X1eIzMcJlAQVDNhvDH5lzU82VCo/6usoqDKyCskOPvSq6QwkqIKmfeI3qKxyStE7w13PyaUPkV9Jbymurv20h root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d ssh-dss AAAAB3NzaC1kc3MAAACBAIWtKaIWHWO1hzAq3ftvceXaw/WWbObO+SOX2d5zQIqkNqV+8kYe6mKHk3fbjFpfVFu2DBvUUiR8hcvfl6K6EgjiEDgXzvxgsBgqFa5AHV7q1ypmVEZOr9BxHuqrgS5qymFJuPDjAJLIT/mYBrpi3Jq2a5SKIhBM/LLjdzI3/8E3AAAAFQDRvskEyxQX0kXm6QjV7Tp4HmtorwAAAIA6Dqz/TYn2lRpL1IKIUqpfEkGtLxeQx0VPMLuRM+lWy9sH+ok9l/RoX4m47LKS3H+yaSslvAbr6rahjXhSIXcpdZ/qRbJz9U64dNoT+jFtNj3v4cw8RS0skQvIZ017CkWZwh+W5+2GH1H5MHD+KeREsah9mCG/MJpkMM1IuGA0HAAAAIBaQHtAGxv9ZFgpWFB7hfmZsUwUN7+nfO5fUOujr2UZZHqoOOE8Zxlq8DoXzmI7YlX8lbrGXL0OnIfPHjmK8KdRadZBJ6+JOZ0b9OdbYI/sthSGlcGX054BRestfJP2mXVyncOLrAflbhdSoxPGtwayA0/Chvwvy8zjbCNTyTTr+g== root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fec2:f19b/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.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d launch-index: 0 === cirros: current=0.4.0 uptime=3.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d login: 2018-08-28 07:01:43,342 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-28 07:01:52,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:01:52,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/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}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:01:52,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01: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-c618f536-90f5-41ef-82ef-5372469affbc x-compute-request-id: req-c618f536-90f5-41ef-82ef-5372469affbc Content-Encoding: gzip Content-Length: 9588 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 478038418 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.197816] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.200201] pid_max: default: 32768 minimum: 301\n[ 0.201519] ACPI: Core revision 20150930\n[ 0.203246] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205143] Security Framework initialized\n[ 0.206318] Yama: becoming mindful.\n[ 0.207369] AppArmor: AppArmor initialized\n[ 0.208613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214023] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216006] Initializing cgroup subsys io\n[ 0.217192] Initializing cgroup subsys memory\n[ 0.218437] Initializing cgroup subsys devices\n[ 0.219695] Initializing cgroup subsys freezer\n[ 0.220977] Initializing cgroup subsys net_cls\n[ 0.222233] Initializing cgroup subsys perf_event\n[ 0.223546] Initializing cgroup subsys net_prio\n[ 0.224827] Initializing cgroup subsys hugetlb\n[ 0.226083] Initializing cgroup subsys pids\n[ 0.227319] CPU: Physical Processor ID: 0\n[ 0.229205] mce: CPU supports 10 MCE banks\n[ 0.230547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.248919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.255674] ftrace: allocating 31920 entries in 125 pages\n[ 0.281475] smpboot: Max logical packages: 1\n[ 0.282818] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284788] x2apic enabled\n[ 0.285954] Switched APIC routing to physical x2apic.\n[ 0.288467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.292920] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295494] KVM setup paravirtual spinlock\n[ 0.297213] x86: Booted up 1 node, 1 CPUs\n[ 0.298384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300363] devtmpfs: initialized\n[ 0.302396] evm: security.selinux\n[ 0.303407] evm: security.SMACK64\n[ 0.304405] evm: security.SMACK64EXEC\n[ 0.305482] evm: security.SMACK64TRANSMUTE\n[ 0.306652] evm: security.SMACK64MMAP\n[ 0.307726] evm: security.ima\n[ 0.308651] evm: security.capability\n[ 0.309785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.312433] pinctrl core: initialized pinctrl subsystem\n[ 0.313979] RTC time: 7:01:34, date: 08/28/18\n[ 0.315332] NET: Registered protocol family 16\n[ 0.316715] cpuidle: using governor ladder\n[ 0.317899] cpuidle: using governor menu\n[ 0.319035] PCCT header not found.\n[ 0.320110] ACPI: bus type PCI registered\n[ 0.321263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.323026] PCI: Using configuration type 1 for base access\n[ 0.325286] ACPI: Added _OSI(Module Device)\n[ 0.326495] ACPI: Added _OSI(Processor Device)\n[ 0.327734] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.329032] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331466] ACPI: Interpreter enabled\n[ 0.332575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343198] ACPI: (supports S0 S5)\n[ 0.344223] ACPI: Using IOAPIC for interrupt routing\n[ 0.345589] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.357877] acpiphp: Slot [3] registered\n[ 0.359031] acpiphp: Slot [4] registered\n[ 0.360193] acpiphp: Slot [5] registered\n[ 0.361350] acpiphp: Slot [6] registered\n[ 0.362502] acpiphp: Slot [7] registered\n[ 0.363652] acpiphp: Slot [8] registered\n[ 0.364800] acpiphp: Slot [9] registered\n[ 0.365945] acpiphp: Slot [10] registered\n[ 0.367120] acpiphp: Slot [11] registered\n[ 0.368286] acpiphp: Slot [12] registered\n[ 0.369452] acpiphp: Slot [13] registered\n[ 0.370614] acpiphp: Slot [14] registered\n[ 0.371782] acpiphp: Slot [15] registered\n[ 0.386941] acpiphp: Slot [16] registered\n[ 0.388193] acpiphp: Slot [17] registered\n[ 0.389364] acpiphp: Slot [18] registered\n[ 0.390527] acpiphp: Slot [19] registered\n[ 0.391696] acpiphp: Slot [20] registered\n[ 0.392863] acpiphp: Slot [21] registered\n[ 0.394023] acpiphp: Slot [22] registered\n[ 0.395188] acpiphp: Slot [23] registered\n[ 0.396359] acpiphp: Slot [24] registered\n[ 0.397536] acpiphp: Slot [25] registered\n[ 0.398703] acpiphp: Slot [26] registered\n[ 0.399891] acpiphp: Slot [27] registered\n[ 0.401081] acpiphp: Slot [28] registered\n[ 0.402343] acpiphp: Slot [29] registered\n[ 0.403511] acpiphp: Slot [30] registered\n[ 0.404683] acpiphp: Slot [31] registered\n[ 0.405851] PCI host bridge to bus 0000:00\n[ 0.407047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408782] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412628] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414716] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416835] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424430] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430672] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454534] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.461383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.463387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.465183] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.467047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.468582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470886] vgaarb: loaded\n[ 0.471772] vgaarb: bridge control possible 0000:00:02.0\n[ 0.473495] SCSI subsystem initialized\n[ 0.474859] ACPI: bus type USB registered\n[ 0.476041] usbcore: registered new interface driver usbfs\n[ 0.477574] usbcore: registered new interface driver hub\n[ 0.479033] usbcore: registered new device driver usb\n[ 0.480608] PCI: Using ACPI for IRQ routing\n[ 0.482188] NetLabel: Initializing\n[ 0.483216] NetLabel: domain hash size = 128\n[ 0.484436] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485820] NetLabel: unlabeled traffic allowed by default\n[ 0.487477] clocksource: Switched to clocksource kvm-clock\n[ 0.497614] AppArmor: AppArmor Filesystem Enabled\n[ 0.498982] pnp: PnP ACPI init\n[ 0.500267] pnp: PnP ACPI: found 5 devices\n[ 0.507246] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.509739] NET: Registered protocol family 2\n[ 0.511232] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.513093] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.514835] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.516575] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518176] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519857] NET: Registered protocol family 1\n[ 0.521149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.522725] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.524277] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538889] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.553553] Trying to unpack rootfs image as initramfs...\n[ 0.615691] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620695] Scanning for low memory corruption every 60 seconds\n[ 0.623026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624795] audit: initializing netlink subsys (disabled)\n[ 0.626335] audit: type=2000 audit(1535439694.708:1): initialized\n[ 0.628308] Initialise system trusted keyring\n[ 0.629753] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631426] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634246] zbud: loaded\n[ 0.635298] VFS: Disk quotas dquot_6.6.0\n[ 0.636517] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638789] fuse init (API version 7.23)\n[ 0.640120] Key type big_key registered\n[ 0.641288] Allocating IMA MOK and blacklist keyrings.\n[ 0.643091] Key type asymmetric registered\n[ 0.644308] Asymmetric key parser 'x509' registered\n[ 0.645706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647933] io scheduler noop registered\n[ 0.649087] io scheduler deadline registered (default)\n[ 0.650520] io scheduler cfq registered\n[ 0.651795] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.653313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.655174] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.657304] ACPI: Power Button [PWRF]\n[ 0.658595] GHES: HEST is not enabled!\n[ 0.672784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.730365] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.733585] Linux agpgart interface v0.103\n[ 0.737186] brd: module loaded\n[ 0.739492] loop: module loaded\n[ 0.744381] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746480] GPT:90111 != 2097151\n[ 0.747461] GPT:Alternate GPT header not at the end of the disk.\n[ 0.749061] GPT:90111 != 2097151\n[ 0.750034] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751421] vda: vda1 vda15\n[ 0.753103] scsi host0: ata_piix\n[ 0.754230] scsi host1: ata_piix\n[ 0.755299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759353] libphy: Fixed MDIO Bus: probed\n[ 0.760546] tun: Universal TUN/TAP device driver, 1.6\n[ 0.761930] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.764757] PPP generic driver version 2.4.2\n[ 0.766073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.767807] ehci-pci: EHCI PCI platform driver\n[ 0.769073] ehci-platform: EHCI generic platform driver\n[ 0.770543] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.772164] ohci-pci: OHCI PCI platform driver\n[ 0.773424] ohci-platform: OHCI generic platform driver\n[ 0.774855] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.789511] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.790941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.793047] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.794481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.796118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.797866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.799924] usb usb1: Product: UHCI Host Controller\n[ 0.801268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.802872] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.804384] hub 1-0:1.0: USB hub found\n[ 0.805540] hub 1-0:1.0: 2 ports detected\n[ 0.806880] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809865] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.811251] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.812724] mousedev: PS/2 mouse device common for all mice\n[ 0.814509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817119] rtc_cmos 00:00: RTC can wake from S4\n[ 0.818715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.820435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822149] i2c /dev entries driver\n[ 0.823266] device-mapper: uevent: version 1.0.3\n[ 0.824668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.827016] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.828935] NET: Registered protocol family 10\n[ 0.830558] NET: Registered protocol family 17\n[ 0.831850] Key type dns_resolver registered\n[ 0.833219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.834791] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.837327] registered taskstats version 1\n[ 0.838534] Loading compiled-in X.509 certificates\n[ 0.840432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.843112] zswap: loaded using pool lzo/zbud\n[ 0.845276] Key type trusted registered\n[ 0.847545] Key type encrypted registered\n[ 0.848719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.850215] ima: No TPM chip found, activating TPM-bypass!\n[ 0.851730] evm: HMAC attrs: 0x1\n[ 0.853059] Magic number: 14:817:16\n[ 0.854245] rtc_cmos 00:00: setting system clock to 2018-08-28 07:01:34 UTC (1535439694)\n[ 0.856582] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.858183] EDD information not available.\n[ 0.913151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929404] Write protecting the kernel read-only data: 14336k\n[ 0.932436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.935001] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.983109] 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.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/5AXdi5WSXVBYlCL0DD7DzRdDPJQ37fstdHvOGvir3BBMPI/TTZeCnfnHviRWdR2rrjWyC0cdqQpQmqYEOX2PfdIclPHFR3gyZARM/qw8Cdy55oaVUCuCXrwb4NCqs575CepsF3/fxhLYxBBcqMTNuhrfzLzBs48rfeF29rtH9pXNJUcgz3JeuSOaUUTR1rA2uSfsDTaLYAm9Q32Mca3l0f5kjGliFBl1JIZ3CxXNF0YCXFOKR57RtYeSqTukVX6X1eIzMcJlAQVDNhvDH5lzU82VCo/6usoqDKyCskOPvSq6QwkqIKmfeI3qKxyStE7w13PyaUPkV9Jbymurv20h root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\nssh-dss AAAAB3NzaC1kc3MAAACBAIWtKaIWHWO1hzAq3ftvceXaw/WWbObO+SOX2d5zQIqkNqV+8kYe6mKHk3fbjFpfVFu2DBvUUiR8hcvfl6K6EgjiEDgXzvxgsBgqFa5AHV7q1ypmVEZOr9BxHuqrgS5qymFJuPDjAJLIT/mYBrpi3Jq2a5SKIhBM/LLjdzI3/8E3AAAAFQDRvskEyxQX0kXm6QjV7Tp4HmtorwAAAIA6Dqz/TYn2lRpL1IKIUqpfEkGtLxeQx0VPMLuRM+lWy9sH+ok9l/RoX4m47LKS3H+yaSslvAbr6rahjXhSIXcpdZ/qRbJz9U64dNoT+jFtNj3v4cw8RS0skQvIZ017CkWZwh+W5+2GH1H5MHD+KeREsah9mCG/MJpkMM1IuGA0HAAAAIBaQHtAGxv9ZFgpWFB7hfmZsUwUN7+nfO5fUOujr2UZZHqoOOE8Zxlq8DoXzmI7YlX8lbrGXL0OnIfPHjmK8KdRadZBJ6+JOZ0b9OdbYI/sthSGlcGX054BRestfJP2mXVyncOLrAflbhdSoxPGtwayA0/Chvwvy8zjbCNTyTTr+g== root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fec2:f19b/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.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d login: "} 2018-08-28 07:01:52,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/action used request id req-c618f536-90f5-41ef-82ef-5372469affbc 2018-08-28 07:01:52,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.128439903259s 2018-08-28 07:01:52,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0/action used request id req-c618f536-90f5-41ef-82ef-5372469affbc 2018-08-28 07:01:52,482 - 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 478038418 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.197816] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.200201] pid_max: default: 32768 minimum: 301 [ 0.201519] ACPI: Core revision 20150930 [ 0.203246] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205143] Security Framework initialized [ 0.206318] Yama: becoming mindful. [ 0.207369] AppArmor: AppArmor initialized [ 0.208613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210488] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212295] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214023] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216006] Initializing cgroup subsys io [ 0.217192] Initializing cgroup subsys memory [ 0.218437] Initializing cgroup subsys devices [ 0.219695] Initializing cgroup subsys freezer [ 0.220977] Initializing cgroup subsys net_cls [ 0.222233] Initializing cgroup subsys perf_event [ 0.223546] Initializing cgroup subsys net_prio [ 0.224827] Initializing cgroup subsys hugetlb [ 0.226083] Initializing cgroup subsys pids [ 0.227319] CPU: Physical Processor ID: 0 [ 0.229205] mce: CPU supports 10 MCE banks [ 0.230547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.248919] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.255674] ftrace: allocating 31920 entries in 125 pages [ 0.281475] smpboot: Max logical packages: 1 [ 0.282818] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284788] x2apic enabled [ 0.285954] Switched APIC routing to physical x2apic. [ 0.288467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290081] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.292920] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295494] KVM setup paravirtual spinlock [ 0.297213] x86: Booted up 1 node, 1 CPUs [ 0.298384] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.300363] devtmpfs: initialized [ 0.302396] evm: security.selinux [ 0.303407] evm: security.SMACK64 [ 0.304405] evm: security.SMACK64EXEC [ 0.305482] evm: security.SMACK64TRANSMUTE [ 0.306652] evm: security.SMACK64MMAP [ 0.307726] evm: security.ima [ 0.308651] evm: security.capability [ 0.309785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312433] pinctrl core: initialized pinctrl subsystem [ 0.313979] RTC time: 7:01:34, date: 08/28/18 [ 0.315332] NET: Registered protocol family 16 [ 0.316715] cpuidle: using governor ladder [ 0.317899] cpuidle: using governor menu [ 0.319035] PCCT header not found. [ 0.320110] ACPI: bus type PCI registered [ 0.321263] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.323026] PCI: Using configuration type 1 for base access [ 0.325286] ACPI: Added _OSI(Module Device) [ 0.326495] ACPI: Added _OSI(Processor Device) [ 0.327734] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.329032] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331466] ACPI: Interpreter enabled [ 0.332575] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337884] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.340542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343198] ACPI: (supports S0 S5) [ 0.344223] ACPI: Using IOAPIC for interrupt routing [ 0.345589] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.349555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351210] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.354732] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.357877] acpiphp: Slot [3] registered [ 0.359031] acpiphp: Slot [4] registered [ 0.360193] acpiphp: Slot [5] registered [ 0.361350] acpiphp: Slot [6] registered [ 0.362502] acpiphp: Slot [7] registered [ 0.363652] acpiphp: Slot [8] registered [ 0.364800] acpiphp: Slot [9] registered [ 0.365945] acpiphp: Slot [10] registered [ 0.367120] acpiphp: Slot [11] registered [ 0.368286] acpiphp: Slot [12] registered [ 0.369452] acpiphp: Slot [13] registered [ 0.370614] acpiphp: Slot [14] registered [ 0.371782] acpiphp: Slot [15] registered [ 0.386941] acpiphp: Slot [16] registered [ 0.388193] acpiphp: Slot [17] registered [ 0.389364] acpiphp: Slot [18] registered [ 0.390527] acpiphp: Slot [19] registered [ 0.391696] acpiphp: Slot [20] registered [ 0.392863] acpiphp: Slot [21] registered [ 0.394023] acpiphp: Slot [22] registered [ 0.395188] acpiphp: Slot [23] registered [ 0.396359] acpiphp: Slot [24] registered [ 0.397536] acpiphp: Slot [25] registered [ 0.398703] acpiphp: Slot [26] registered [ 0.399891] acpiphp: Slot [27] registered [ 0.401081] acpiphp: Slot [28] registered [ 0.402343] acpiphp: Slot [29] registered [ 0.403511] acpiphp: Slot [30] registered [ 0.404683] acpiphp: Slot [31] registered [ 0.405851] PCI host bridge to bus 0000:00 [ 0.407047] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.408782] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.410528] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.412628] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.414716] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.416835] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.420899] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.422750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.424430] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.426239] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.430672] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.432752] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454534] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456638] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.461383] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.463387] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.465183] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.467047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.468582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470886] vgaarb: loaded [ 0.471772] vgaarb: bridge control possible 0000:00:02.0 [ 0.473495] SCSI subsystem initialized [ 0.474859] ACPI: bus type USB registered [ 0.476041] usbcore: registered new interface driver usbfs [ 0.477574] usbcore: registered new interface driver hub [ 0.479033] usbcore: registered new device driver usb [ 0.480608] PCI: Using ACPI for IRQ routing [ 0.482188] NetLabel: Initializing [ 0.483216] NetLabel: domain hash size = 128 [ 0.484436] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485820] NetLabel: unlabeled traffic allowed by default [ 0.487477] clocksource: Switched to clocksource kvm-clock [ 0.497614] AppArmor: AppArmor Filesystem Enabled [ 0.498982] pnp: PnP ACPI init [ 0.500267] pnp: PnP ACPI: found 5 devices [ 0.507246] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.509739] NET: Registered protocol family 2 [ 0.511232] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.513093] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.514835] TCP: Hash tables configured (established 4096 bind 4096) [ 0.516575] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.518176] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519857] NET: Registered protocol family 1 [ 0.521149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.522725] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.524277] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538889] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.553553] Trying to unpack rootfs image as initramfs... [ 0.615691] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620695] Scanning for low memory corruption every 60 seconds [ 0.623026] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624795] audit: initializing netlink subsys (disabled) [ 0.626335] audit: type=2000 audit(1535439694.708:1): initialized [ 0.628308] Initialise system trusted keyring [ 0.629753] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.631426] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.634246] zbud: loaded [ 0.635298] VFS: Disk quotas dquot_6.6.0 [ 0.636517] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638789] fuse init (API version 7.23) [ 0.640120] Key type big_key registered [ 0.641288] Allocating IMA MOK and blacklist keyrings. [ 0.643091] Key type asymmetric registered [ 0.644308] Asymmetric key parser 'x509' registered [ 0.645706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647933] io scheduler noop registered [ 0.649087] io scheduler deadline registered (default) [ 0.650520] io scheduler cfq registered [ 0.651795] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.653313] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.655174] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.657304] ACPI: Power Button [PWRF] [ 0.658595] GHES: HEST is not enabled! [ 0.672784] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.701928] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.704859] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.730365] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.733585] Linux agpgart interface v0.103 [ 0.737186] brd: module loaded [ 0.739492] loop: module loaded [ 0.744381] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.746480] GPT:90111 != 2097151 [ 0.747461] GPT:Alternate GPT header not at the end of the disk. [ 0.749061] GPT:90111 != 2097151 [ 0.750034] GPT: Use GNU Parted to correct GPT errors. [ 0.751421] vda: vda1 vda15 [ 0.753103] scsi host0: ata_piix [ 0.754230] scsi host1: ata_piix [ 0.755299] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757041] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759353] libphy: Fixed MDIO Bus: probed [ 0.760546] tun: Universal TUN/TAP device driver, 1.6 [ 0.761930] tun: (C) 1999-2004 Max Krasnyansky [ 0.764757] PPP generic driver version 2.4.2 [ 0.766073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.767807] ehci-pci: EHCI PCI platform driver [ 0.769073] ehci-platform: EHCI generic platform driver [ 0.770543] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.772164] ohci-pci: OHCI PCI platform driver [ 0.773424] ohci-platform: OHCI generic platform driver [ 0.774855] uhci_hcd: USB Universal Host Controller Interface driver [ 0.789511] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.790941] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.793047] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.794481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.796118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.797866] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799924] usb usb1: Product: UHCI Host Controller [ 0.801268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.802872] usb usb1: SerialNumber: 0000:00:01.2 [ 0.804384] hub 1-0:1.0: USB hub found [ 0.805540] hub 1-0:1.0: 2 ports detected [ 0.806880] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.809865] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.811251] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.812724] mousedev: PS/2 mouse device common for all mice [ 0.814509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.817119] rtc_cmos 00:00: RTC can wake from S4 [ 0.818715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.820435] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822149] i2c /dev entries driver [ 0.823266] device-mapper: uevent: version 1.0.3 [ 0.824668] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.827016] ledtrig-cpu: registered to indicate activity on CPUs [ 0.828935] NET: Registered protocol family 10 [ 0.830558] NET: Registered protocol family 17 [ 0.831850] Key type dns_resolver registered [ 0.833219] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.834791] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.837327] registered taskstats version 1 [ 0.838534] Loading compiled-in X.509 certificates [ 0.840432] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.843112] zswap: loaded using pool lzo/zbud [ 0.845276] Key type trusted registered [ 0.847545] Key type encrypted registered [ 0.848719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.850215] ima: No TPM chip found, activating TPM-bypass! [ 0.851730] evm: HMAC attrs: 0x1 [ 0.853059] Magic number: 14:817:16 [ 0.854245] rtc_cmos 00:00: setting system clock to 2018-08-28 07:01:34 UTC (1535439694) [ 0.856582] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.858183] EDD information not available. [ 0.913151] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929404] Write protecting the kernel read-only data: 14336k [ 0.932436] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.935001] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.983109] 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.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.94. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/5AXdi5WSXVBYlCL0DD7DzRdDPJQ37fstdHvOGvir3BBMPI/TTZeCnfnHviRWdR2rrjWyC0cdqQpQmqYEOX2PfdIclPHFR3gyZARM/qw8Cdy55oaVUCuCXrwb4NCqs575CepsF3/fxhLYxBBcqMTNuhrfzLzBs48rfeF29rtH9pXNJUcgz3JeuSOaUUTR1rA2uSfsDTaLYAm9Q32Mca3l0f5kjGliFBl1JIZ3CxXNF0YCXFOKR57RtYeSqTukVX6X1eIzMcJlAQVDNhvDH5lzU82VCo/6usoqDKyCskOPvSq6QwkqIKmfeI3qKxyStE7w13PyaUPkV9Jbymurv20h root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d ssh-dss AAAAB3NzaC1kc3MAAACBAIWtKaIWHWO1hzAq3ftvceXaw/WWbObO+SOX2d5zQIqkNqV+8kYe6mKHk3fbjFpfVFu2DBvUUiR8hcvfl6K6EgjiEDgXzvxgsBgqFa5AHV7q1ypmVEZOr9BxHuqrgS5qymFJuPDjAJLIT/mYBrpi3Jq2a5SKIhBM/LLjdzI3/8E3AAAAFQDRvskEyxQX0kXm6QjV7Tp4HmtorwAAAIA6Dqz/TYn2lRpL1IKIUqpfEkGtLxeQx0VPMLuRM+lWy9sH+ok9l/RoX4m47LKS3H+yaSslvAbr6rahjXhSIXcpdZ/qRbJz9U64dNoT+jFtNj3v4cw8RS0skQvIZ017CkWZwh+W5+2GH1H5MHD+KeREsah9mCG/MJpkMM1IuGA0HAAAAIBaQHtAGxv9ZFgpWFB7hfmZsUwUN7+nfO5fUOujr2UZZHqoOOE8Zxlq8DoXzmI7YlX8lbrGXL0OnIfPHjmK8KdRadZBJ6+JOZ0b9OdbYI/sthSGlcGX054BRestfJP2mXVyncOLrAflbhdSoxPGtwayA0/Chvwvy8zjbCNTyTTr+g== root@singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fec2:f19b/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.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d launch-index: 0 === cirros: current=0.4.0 uptime=3.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-a812aab6-dd34-4829-b456-0321dba97d9d login: 2018-08-28 07:01:52,484 - paramiko.transport - DEBUG - starting thread (client mode): 0xcf0a6d0L 2018-08-28 07:01:52,485 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 07:01:52,485 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 07:01:52,485 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 07:01:52,486 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-28 07:01:52,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 07:01:52,486 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 07:01:52,487 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 07:01:52,487 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 07:01:52,487 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 07:01:52,504 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 07:01:52,504 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 07:01:52,517 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 842ecc31f74cf76cec357416c13980f5 2018-08-28 07:01:52,518 - paramiko.transport - DEBUG - Trying discovered key f5d0c801d61892bb643a1ed813837ab2 in /tmp/tmpG5Ut0r 2018-08-28 07:01:52,540 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 07:01:52,546 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 07:01:52,550 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 07:01:52,551 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 07:01:52,551 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 07:01:52,552 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 07:01:52,554 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 07:01:52,554 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-28 07:01:52,555 - functest.core.singlevm - DEBUG - error: 2018-08-28 07:01:52,559 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 07:01:52,663 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:01:52,663 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 07:01:52,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 07:01:52,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/4152e986-43b3-4663-afc0-fe6d01717684.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:53,732 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23219a3b-e56a-4dea-8064-f2e402c82a7c Content-Length: 0 Date: Tue, 28 Aug 2018 07:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:01:53,733 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/4152e986-43b3-4663-afc0-fe6d01717684.json used request id req-23219a3b-e56a-4dea-8064-f2e402c82a7c 2018-08-28 07:01:53,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.06226205826s 2018-08-28 07:01:53,733 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/4152e986-43b3-4663-afc0-fe6d01717684.json used request id req-23219a3b-e56a-4dea-8064-f2e402c82a7c 2018-08-28 07:01:53,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:01:53,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:53,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-81f6724c-b51b-46e7-9958-eae738395382 Date: Tue, 28 Aug 2018 07:01:53 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:01:53,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-81f6724c-b51b-46e7-9958-eae738395382 2018-08-28 07:01:53,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464580059052s 2018-08-28 07:01:53,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-81f6724c-b51b-46e7-9958-eae738395382 2018-08-28 07:01:53,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:01:53,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:54,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:01: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-1ce461ea-743f-4e0d-b06a-5185fe5e1ca1 x-compute-request-id: req-1ce461ea-743f-4e0d-b06a-5185fe5e1ca1 Content-Type: application/json 2018-08-28 07:01:54,178 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-1ce461ea-743f-4e0d-b06a-5185fe5e1ca1 2018-08-28 07:01:54,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.391628026962s 2018-08-28 07:01:54,178 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0 used request id req-1ce461ea-743f-4e0d-b06a-5185fe5e1ca1 2018-08-28 07:01:54,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:54,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:55,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e876786-5bc9-48c1-ab96-cf6ce7d33c80 x-compute-request-id: req-1e876786-5bc9-48c1-ab96-cf6ce7d33c80 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:f1:9b", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:f1:9b", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "rel": "bookmark"}], "image": {"id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "links": [{"href": "http://172.30.9.22:8774/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:01:33.000000", "flavor": {"id": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "links": [{"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "bookmark"}]}, "id": "b9c750ac-d5ae-44f3-8a15-f0c1e1c6f2f0", "security_groups": [{"name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}], "user_id": "66d394996b0d49fab07599c1dda117a6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:01:54Z", "hostId": "c991a13abb381669f3e7664c4675e3e3e8cd6bd2a256fd9f11fc70ea", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d", "name": "singlevm2-vm_a812aab6-dd34-4829-b456-0321dba97d9d", "created": "2018-08-28T07:01:21Z", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:01:55,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1e876786-5bc9-48c1-ab96-cf6ce7d33c80 2018-08-28 07:01:55,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01995992661s 2018-08-28 07:01:55,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1e876786-5bc9-48c1-ab96-cf6ce7d33c80 2018-08-28 07:01:55,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:01:57,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:01:57,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:57,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-649844bf-7f85-4695-899d-b178f3724742 x-compute-request-id: req-649844bf-7f85-4695-899d-b178f3724742 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 07:01:57,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-649844bf-7f85-4695-899d-b178f3724742 2018-08-28 07:01:57,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196928024292s 2018-08-28 07:01:57,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-649844bf-7f85-4695-899d-b178f3724742 2018-08-28 07:01:57,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:01:57,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:57,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-bc84ca0b-6c3c-4f3a-a229-bad91249d929 Date: Tue, 28 Aug 2018 07:01:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:13Z", "updated_at": "2018-08-28T07:01:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:01:14Z", "revision_number": 0, "id": "6a484329-ca9a-45d4-9f58-ae6e2befb5b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:14Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "b0943a91-72ca-42e7-87f5-5f841aaf57fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:13Z", "revision_number": 0, "id": "c04c2724-9db8-4f14-9918-4dcfd9739547", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:13Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:15Z", "revision_number": 0, "id": "d54f798e-032b-4687-8296-e7b6d044d080", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:15Z", "security_group_id": "36bbdf89-e34b-4554-a426-30663c55078c", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 3, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "36bbdf89-e34b-4554-a426-30663c55078c", "name": "singlevm2-sg_a812aab6-dd34-4829-b456-0321dba97d9d"}, {"description": "Default security group", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:01Z", "updated_at": "2018-08-28T07:01:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "3228f098-afc2-4e30-a9d7-3aba4ae103dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "566cda99-442b-4bbd-b57c-676056e9cc54", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "bff3df0d-5084-4f3f-9f63-22d8a3366192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv4", "project_id": "6014a5839c7143f2ae054a69bc25af88"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:01:01Z", "revision_number": 0, "id": "c3285014-e6fb-42cf-a07a-2fa68413d493", "remote_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "remote_ip_prefix": null, "created_at": "2018-08-28T07:01:01Z", "security_group_id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "port_range_min": null, "ethertype": "IPv6", "project_id": "6014a5839c7143f2ae054a69bc25af88"}], "revision_number": 1, "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "4e9c1ba5-e454-496f-b879-436a191d11ff", "name": "default"}]} 2018-08-28 07:01:57,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bc84ca0b-6c3c-4f3a-a229-bad91249d929 2018-08-28 07:01:57,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0452659130096s 2018-08-28 07:01:57,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bc84ca0b-6c3c-4f3a-a229-bad91249d929 2018-08-28 07:01:57,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 07:01:57,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/36bbdf89-e34b-4554-a426-30663c55078c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:57,657 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-472e8f53-5b92-46d0-97e1-53fbe6358776 Content-Length: 0 Date: Tue, 28 Aug 2018 07:01:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:01:57,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/36bbdf89-e34b-4554-a426-30663c55078c.json used request id req-472e8f53-5b92-46d0-97e1-53fbe6358776 2018-08-28 07:01:57,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.204342126846s 2018-08-28 07:01:57,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/36bbdf89-e34b-4554-a426-30663c55078c.json used request id req-472e8f53-5b92-46d0-97e1-53fbe6358776 2018-08-28 07:01:57,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 07:01:57,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:01:57,868 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:01:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-487ffbdc-6d1d-4006-bff3-7a023c157bc5 x-compute-request-id: req-487ffbdc-6d1d-4006-bff3-7a023c157bc5 Content-Length: 0 Content-Type: application/json 2018-08-28 07:01:57,868 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d used request id req-487ffbdc-6d1d-4006-bff3-7a023c157bc5 2018-08-28 07:01:57,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.209539175034s 2018-08-28 07:01:57,868 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_a812aab6-dd34-4829-b456-0321dba97d9d used request id req-487ffbdc-6d1d-4006-bff3-7a023c157bc5 2018-08-28 07:01:57,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 07:01:57,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/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}e70aa1fa97367edbc50babec7be2d6741a2d14e3" -d '{"subnet_id": "e4125ab3-2728-462b-a68d-72433dc6049b"}' 2018-08-28 07:01:59,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0461abe-d728-4ff3-b9d0-fc7f53529d86 Date: Tue, 28 Aug 2018 07:01:59 GMT RESP BODY: {"network_id": "41cd4b57-5588-4feb-8a37-cc69d13679e9", "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "subnet_id": "e4125ab3-2728-462b-a68d-72433dc6049b", "subnet_ids": ["e4125ab3-2728-462b-a68d-72433dc6049b"], "port_id": "3d5fbd5f-a800-4753-abf1-cf51eaddc65a", "id": "127f3bea-352c-494d-8065-281cc6376efa"} 2018-08-28 07:01:59,744 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/remove_router_interface.json used request id req-e0461abe-d728-4ff3-b9d0-fc7f53529d86 2018-08-28 07:01:59,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87532997131s 2018-08-28 07:01:59,744 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa/remove_router_interface.json used request id req-e0461abe-d728-4ff3-b9d0-fc7f53529d86 returning object 127f3bea-352c-494d-8065-281cc6376efa 2018-08-28 07:01:59,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 07:01:59,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:00,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-96d5cd6b-ffe6-455b-ae4b-c118e95718b4 Date: Tue, 28 Aug 2018 07:02:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6014a5839c7143f2ae054a69bc25af88", "created_at": "2018-08-28T07:01:03Z", "admin_state_up": true, "updated_at": "2018-08-28T07:01:58Z", "revision_number": 4, "routes": [], "project_id": "6014a5839c7143f2ae054a69bc25af88", "id": "127f3bea-352c-494d-8065-281cc6376efa", "name": "singlevm2-router_a812aab6-dd34-4829-b456-0321dba97d9d"}]} 2018-08-28 07:02:00,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-96d5cd6b-ffe6-455b-ae4b-c118e95718b4 2018-08-28 07:02:00,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.30949306488s 2018-08-28 07:02:00,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-96d5cd6b-ffe6-455b-ae4b-c118e95718b4 2018-08-28 07:02:00,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 07:02:00,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:01,931 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ceb752a-07c7-4f9c-bf79-67929cc88aa0 Content-Length: 0 Date: Tue, 28 Aug 2018 07:02:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:02:01,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa.json used request id req-0ceb752a-07c7-4f9c-bf79-67929cc88aa0 2018-08-28 07:02:01,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.87541294098s 2018-08-28 07:02:01,932 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/127f3bea-352c-494d-8065-281cc6376efa.json used request id req-0ceb752a-07c7-4f9c-bf79-67929cc88aa0 2018-08-28 07:02:01,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:02:01,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:02,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-29acce5c-7a6a-4285-964d-5203b431c734 Date: Tue, 28 Aug 2018 07:02:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:01:03Z","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":"6014a5839c7143f2ae054a69bc25af88","id":"e4125ab3-2728-462b-a68d-72433dc6049b","subnetpool_id":null,"name":"singlevm2-subnet_a812aab6-dd34-4829-b456-0321dba97d9d"}]} 2018-08-28 07:02:02,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-29acce5c-7a6a-4285-964d-5203b431c734 2018-08-28 07:02:02,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.343968868256s 2018-08-28 07:02:02,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-29acce5c-7a6a-4285-964d-5203b431c734 2018-08-28 07:02:02,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 07:02:02,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/e4125ab3-2728-462b-a68d-72433dc6049b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:04,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a6f9f7a-cde9-4301-8a22-0c7fcaec79b0 Date: Tue, 28 Aug 2018 07:02:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:02:04,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e4125ab3-2728-462b-a68d-72433dc6049b.json used request id req-0a6f9f7a-cde9-4301-8a22-0c7fcaec79b0 2018-08-28 07:02:04,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70177507401s 2018-08-28 07:02:04,980 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/e4125ab3-2728-462b-a68d-72433dc6049b.json used request id req-0a6f9f7a-cde9-4301-8a22-0c7fcaec79b0 2018-08-28 07:02:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:05,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-318d0c5d-0502-4e31-82a3-37032ee2b523 Date: Tue, 28 Aug 2018 07:02:05 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-08-28T07:02:04Z","tenant_id":"6014a5839c7143f2ae054a69bc25af88","created_at":"2018-08-28T07:01:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6014a5839c7143f2ae054a69bc25af88","id":"41cd4b57-5588-4feb-8a37-cc69d13679e9","name":"singlevm2-net_a812aab6-dd34-4829-b456-0321dba97d9d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:02:05,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-318d0c5d-0502-4e31-82a3-37032ee2b523 2018-08-28 07:02:05,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100276947021s 2018-08-28 07:02:05,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-318d0c5d-0502-4e31-82a3-37032ee2b523 2018-08-28 07:02:05,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 07:02:05,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/41cd4b57-5588-4feb-8a37-cc69d13679e9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:07,357 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8487a9ed-15b8-490f-aa4c-0ef60759171a Date: Tue, 28 Aug 2018 07:02:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:02:07,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/41cd4b57-5588-4feb-8a37-cc69d13679e9.json used request id req-8487a9ed-15b8-490f-aa4c-0ef60759171a 2018-08-28 07:02:07,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.27424716949s 2018-08-28 07:02:07,357 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/41cd4b57-5588-4feb-8a37-cc69d13679e9.json used request id req-8487a9ed-15b8-490f-aa4c-0ef60759171a 2018-08-28 07:02:07,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:02:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:08,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2c3f7e9e-e004-426c-8394-7a3facf767e9 Date: Tue, 28 Aug 2018 07:02:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:01:10Z", "file": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/file", "owner": "6014a5839c7143f2ae054a69bc25af88", "id": "d951cc39-bcb6-4435-ab14-9c67b152fd80", "size": 12716032, "self": "/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/d951cc39-bcb6-4435-ab14-9c67b152fd80/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_a812aab6-dd34-4829-b456-0321dba97d9d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:01:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:02:08,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2c3f7e9e-e004-426c-8394-7a3facf767e9 2018-08-28 07:02:08,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.808917999268s 2018-08-28 07:02:08,170 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2c3f7e9e-e004-426c-8394-7a3facf767e9 2018-08-28 07:02:08,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 07:02:08,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e70aa1fa97367edbc50babec7be2d6741a2d14e3" 2018-08-28 07:02:09,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd095a5d-3c5c-4bcd-a4d5-3a88498a7986 Date: Tue, 28 Aug 2018 07:02:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:02:09,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80 used request id req-bd095a5d-3c5c-4bcd-a4d5-3a88498a7986 2018-08-28 07:02:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.869152784348s 2018-08-28 07:02:09,041 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d951cc39-bcb6-4435-ab14-9c67b152fd80 used request id req-bd095a5d-3c5c-4bcd-a4d5-3a88498a7986 2018-08-28 07:02:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:02:09,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:09,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48706543-98ad-466a-86bd-7aeb1a0337a7 x-compute-request-id: req-48706543-98ad-466a-86bd-7aeb1a0337a7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_a812aab6-dd34-4829-b456-0321dba97d9d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690", "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": "37d6acdf-83d4-4b92-9ffa-d5b705ac1690"}]} 2018-08-28 07:02:09,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-48706543-98ad-466a-86bd-7aeb1a0337a7 2018-08-28 07:02:09,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.175620079041s 2018-08-28 07:02:09,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-48706543-98ad-466a-86bd-7aeb1a0337a7 2018-08-28 07:02:09,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 07:02:09,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:09,255 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b482788a-72e3-4fc6-ba68-4d8ff39a2956 x-compute-request-id: req-b482788a-72e3-4fc6-ba68-4d8ff39a2956 Content-Length: 0 Content-Type: application/json 2018-08-28 07:02:09,255 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690 used request id req-b482788a-72e3-4fc6-ba68-4d8ff39a2956 2018-08-28 07:02:09,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.03679895401s 2018-08-28 07:02:09,256 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/37d6acdf-83d4-4b92-9ffa-d5b705ac1690 used request id req-b482788a-72e3-4fc6-ba68-4d8ff39a2956 2018-08-28 07:02:09,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:02:09,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:09,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ba10a5-ab30-4dad-8b95-b4aebfda2165 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d", "links": {"self": "http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66d394996b0d49fab07599c1dda117a6", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:02:09,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-21ba10a5-ab30-4dad-8b95-b4aebfda2165 2018-08-28 07:02:09,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205892086029s 2018-08-28 07:02:09,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-21ba10a5-ab30-4dad-8b95-b4aebfda2165 2018-08-28 07:02:09,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:02:09,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:09,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bcf58b4-4e8b-43fa-a98e-61ab1b67fc93 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_a812aab6-dd34-4829-b456-0321dba97d9d", "links": {"self": "http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "66d394996b0d49fab07599c1dda117a6", "description": null}} 2018-08-28 07:02:09,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 used request id req-3bcf58b4-4e8b-43fa-a98e-61ab1b67fc93 2018-08-28 07:02:09,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212376117706s 2018-08-28 07:02:09,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 used request id req-3bcf58b4-4e8b-43fa-a98e-61ab1b67fc93 2018-08-28 07:02:09,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 07:02:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:10,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:02:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6642954-1d87-4a50-93c3-d5faa6eb1e98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:02:10,041 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 used request id req-e6642954-1d87-4a50-93c3-d5faa6eb1e98 2018-08-28 07:02:10,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.359625101089s 2018-08-28 07:02:10,042 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/66d394996b0d49fab07599c1dda117a6 used request id req-e6642954-1d87-4a50-93c3-d5faa6eb1e98 2018-08-28 07:02:10,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:02:10,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:10,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b16a76-870a-4d90-bdfc-fff286edaa78 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88"}, "tags": [], "enabled": true, "id": "6014a5839c7143f2ae054a69bc25af88", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_a812aab6-dd34-4829-b456-0321dba97d9d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 07:02:10,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-44b16a76-870a-4d90-bdfc-fff286edaa78 2018-08-28 07:02:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186255216599s 2018-08-28 07:02:10,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-44b16a76-870a-4d90-bdfc-fff286edaa78 2018-08-28 07:02:10,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 07:02:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad60a77a757dfaf31b6393432a4f998e31a57d6a" 2018-08-28 07:02:10,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:02:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91982c4b-373c-42bb-872f-4ef50b18b2a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:02:10,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88 used request id req-91982c4b-373c-42bb-872f-4ef50b18b2a8 2018-08-28 07:02:10,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.331393003464s 2018-08-28 07:02:10,570 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6014a5839c7143f2ae054a69bc25af88 used request id req-91982c4b-373c-42bb-872f-4ef50b18b2a8 2018-08-28 07:02:10,624 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-28 07:02:10,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:02:10,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:02:10,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:02:10,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:02:10,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:02:10,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:02:10,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d175991-08ad-4978-87c1-2ebbedd037d1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:02:10,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9d175991-08ad-4978-87c1-2ebbedd037d1 2018-08-28 07:02:10,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:02:11,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T08:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["k5KQNbV4RnuJkLO9LTRxjw"], "issued_at": "2018-08-28T07:02:11.000000Z"}} 2018-08-28 07:02:11,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:11,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:11,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7c34508e-6f20-4259-b287-9813bcb1da55 Date: Tue, 28 Aug 2018 07:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:02:11,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c34508e-6f20-4259-b287-9813bcb1da55 2018-08-28 07:02:11,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.329587936401s 2018-08-28 07:02:11,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c34508e-6f20-4259-b287-9813bcb1da55 2018-08-28 07:02:11,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:02:11,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79097f4d-f5c0-45e4-a3f2-912e9a4fce62 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 07:02:11,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-79097f4d-f5c0-45e4-a3f2-912e9a4fce62 2018-08-28 07:02:11,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:02:11,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:11,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb1807c-9e41-495d-a0ad-b386c98ffef9 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 07:02:11,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1cb1807c-9e41-495d-a0ad-b386c98ffef9 2018-08-28 07:02:11,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.206254959106s 2018-08-28 07:02:11,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1cb1807c-9e41-495d-a0ad-b386c98ffef9 2018-08-28 07:02:11,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 07:02:11,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67"}}' 2018-08-28 07:02:11,850 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61c56773-50d9-4c42-aa2a-fb59b80a0b49 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167"}, "tags": [], "enabled": true, "id": "a0cb3403401141d4b627b24cfb573167", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67"}} 2018-08-28 07:02:11,851 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-61c56773-50d9-4c42-aa2a-fb59b80a0b49 2018-08-28 07:02:11,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219987869263s 2018-08-28 07:02:11,851 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-61c56773-50d9-4c42-aa2a-fb59b80a0b49 2018-08-28 07:02:11,851 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'a0cb3403401141d4b627b24cfb573167', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67'}) 2018-08-28 07:02:11,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 07:02:11,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0cd65d8d-a59b-4d87-adaf-3523a90f1d87", "email": null, "name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67"}}' 2018-08-28 07:02:12,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:02:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b015a67b-9b38-4a82-9281-0e64a001a9f0 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": {"self": "http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "43f94b22774649b49b12b4ab7bca3286", "domain_id": "default", "password_expires_at": null}} 2018-08-28 07:02:12,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b015a67b-9b38-4a82-9281-0e64a001a9f0 2018-08-28 07:02:12,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.50293302536s 2018-08-28 07:02:12,360 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b015a67b-9b38-4a82-9281-0e64a001a9f0 2018-08-28 07:02:12,361 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'43f94b22774649b49b12b4ab7bca3286', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67'}) 2018-08-28 07:02:12,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:02:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:12,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a8e1f0-3126-45ae-ba0c-233d6f8c59aa Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:02:12,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e5a8e1f0-3126-45ae-ba0c-233d6f8c59aa 2018-08-28 07:02:12,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195633172989s 2018-08-28 07:02:12,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e5a8e1f0-3126-45ae-ba0c-233d6f8c59aa 2018-08-28 07:02:12,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:02:12,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:12,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a6e150-8db8-486a-91b4-15f8df9d8853 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:02:12,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-67a6e150-8db8-486a-91b4-15f8df9d8853 2018-08-28 07:02:12,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104449033737s 2018-08-28 07:02:12,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-67a6e150-8db8-486a-91b4-15f8df9d8853 2018-08-28 07:02:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:02:12,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:12,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b8655dc-af36-4d01-8c89-1225f312a589 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:02:12,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1b8655dc-af36-4d01-8c89-1225f312a589 2018-08-28 07:02:12,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.148533821106s 2018-08-28 07:02:12,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1b8655dc-af36-4d01-8c89-1225f312a589 2018-08-28 07:02:12,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:02:12,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:13,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d993c1e1-2fdb-4e2b-a20d-963f330e7a68 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 07:02:13,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d993c1e1-2fdb-4e2b-a20d-963f330e7a68 2018-08-28 07:02:13,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180417060852s 2018-08-28 07:02:13,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d993c1e1-2fdb-4e2b-a20d-963f330e7a68 2018-08-28 07:02:13,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:02:13,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:13,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd7be65e-19b7-4c11-8d6b-c12c5d8817b9 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": {"self": "http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "43f94b22774649b49b12b4ab7bca3286", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:02:13,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bd7be65e-19b7-4c11-8d6b-c12c5d8817b9 2018-08-28 07:02:13,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197234869003s 2018-08-28 07:02:13,207 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-bd7be65e-19b7-4c11-8d6b-c12c5d8817b9 2018-08-28 07:02:13,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:02:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:13,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5bba81-1865-4380-83fc-6817fb677b52 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167"}, "tags": [], "enabled": true, "id": "a0cb3403401141d4b627b24cfb573167", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:13,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ff5bba81-1865-4380-83fc-6817fb677b52 2018-08-28 07:02:13,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195981025696s 2018-08-28 07:02:13,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-ff5bba81-1865-4380-83fc-6817fb677b52 2018-08-28 07:02:13,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 07:02:13,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=43f94b22774649b49b12b4ab7bca3286&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=a0cb3403401141d4b627b24cfb573167" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:13,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88327f0-e174-4a18-9e36-1bb57a3dc560 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=43f94b22774649b49b12b4ab7bca3286&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=a0cb3403401141d4b627b24cfb573167", "previous": null, "next": null}} 2018-08-28 07:02:13,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=43f94b22774649b49b12b4ab7bca3286&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=a0cb3403401141d4b627b24cfb573167 used request id req-a88327f0-e174-4a18-9e36-1bb57a3dc560 2018-08-28 07:02:13,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.308464050293s 2018-08-28 07:02:13,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=43f94b22774649b49b12b4ab7bca3286&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=a0cb3403401141d4b627b24cfb573167 used request id req-a88327f0-e174-4a18-9e36-1bb57a3dc560 2018-08-28 07:02:13,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 07:02:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167/users/43f94b22774649b49b12b4ab7bca3286/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:02:13,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc837a49-b69f-4cc8-b23e-6dcd6bdbb0b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:02:13,954 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167/users/43f94b22774649b49b12b4ab7bca3286/roles/be461924f6ba41089862cc08bd33fa57 used request id req-fc837a49-b69f-4cc8-b23e-6dcd6bdbb0b8 2018-08-28 07:02:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.218741893768s 2018-08-28 07:02:13,954 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167/users/43f94b22774649b49b12b4ab7bca3286/roles/be461924f6ba41089862cc08bd33fa57 used request id req-fc837a49-b69f-4cc8-b23e-6dcd6bdbb0b8 2018-08-28 07:02:13,955 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 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'a0cb3403401141d4b627b24cfb573167', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0cd65d8d-a59b-4d87-adaf-3523a90f1d87', 'username': u'vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:02:13,956 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:02:13,957 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:02:13,958 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:02:13,960 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67', 'password': '0cd65d8d-a59b-4d87-adaf-3523a90f1d87', 'project_name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'a0cb3403401141d4b627b24cfb573167', 'project_domain_name': 'Default'} 2018-08-28 07:02:13,960 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-28 07:02:13,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:02:13,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7ae16d-6b78-4c64-98c9-6597fd32aa94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:02:13,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fb7ae16d-6b78-4c64-98c9-6597fd32aa94 2018-08-28 07:02:13,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:02:14,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T08:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0cb3403401141d4b627b24cfb573167", "name": "vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/a0cb3403401141d4b627b24cfb573167", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/a0cb3403401141d4b627b24cfb573167", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/a0cb3403401141d4b627b24cfb573167", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a0cb3403401141d4b627b24cfb573167", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/a0cb3403401141d4b627b24cfb573167", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/a0cb3403401141d4b627b24cfb573167", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_a0cb3403401141d4b627b24cfb573167", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_a0cb3403401141d4b627b24cfb573167", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a0cb3403401141d4b627b24cfb573167", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/a0cb3403401141d4b627b24cfb573167", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/a0cb3403401141d4b627b24cfb573167", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/a0cb3403401141d4b627b24cfb573167", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/a0cb3403401141d4b627b24cfb573167", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/a0cb3403401141d4b627b24cfb573167", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67", "id": "43f94b22774649b49b12b4ab7bca3286"}, "audit_ids": ["vSHPASY0TPGOF8kHcqZu3w"], "issued_at": "2018-08-28T07:02:14.000000Z"}} 2018-08-28 07:02:14,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 07:02:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"network": {"name": "vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67", "admin_state_up": true}}' 2018-08-28 07:02:15,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-49b46536-0137-44d9-a1ec-ca5bbb667733 Date: Tue, 28 Aug 2018 07:02:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T07:02:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}} 2018-08-28 07:02:15,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-49b46536-0137-44d9-a1ec-ca5bbb667733 2018-08-28 07:02:15,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.680612802505s 2018-08-28 07:02:15,058 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-49b46536-0137-44d9-a1ec-ca5bbb667733 2018-08-28 07:02:15,058 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:02:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd348cd8e-8dc9-46a0-bb62-39e0bd81ecdd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67', u'admin_state_up': True, u'tenant_id': u'a0cb3403401141d4b627b24cfb573167', u'created_at': u'2018-08-28T07:02:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a0cb3403401141d4b627b24cfb573167'}) 2018-08-28 07:02:15,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:15,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:15,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-29702030-cf31-4eb2-a5ec-4d61955285c2 Date: Tue, 28 Aug 2018 07:02:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T07:02:14Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:15,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-29702030-cf31-4eb2-a5ec-4d61955285c2 2018-08-28 07:02:15,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.391028165817s 2018-08-28 07:02:15,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-29702030-cf31-4eb2-a5ec-4d61955285c2 2018-08-28 07:02:15,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 07:02:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"subnet": {"name": "vping_ssh-subnet_07be7deb-d19a-42ba-92ff-aae25b061b67", "enable_dhcp": true, "network_id": "d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 07:02:16,225 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ca04e15a-1031-4948-a45d-fa716686f901 Date: Tue, 28 Aug 2018 07:02:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:02:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a0cb3403401141d4b627b24cfb573167","id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","subnetpool_id":null,"name":"vping_ssh-subnet_07be7deb-d19a-42ba-92ff-aae25b061b67"}} 2018-08-28 07:02:16,225 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ca04e15a-1031-4948-a45d-fa716686f901 2018-08-28 07:02:16,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.77356004715s 2018-08-28 07:02:16,226 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ca04e15a-1031-4948-a45d-fa716686f901 2018-08-28 07:02:16,226 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:02:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'bc4e97bf-1b00-46b5-b0f3-9ca728df71f5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_07be7deb-d19a-42ba-92ff-aae25b061b67', u'enable_dhcp': True, u'network_id': u'd348cd8e-8dc9-46a0-bb62-39e0bd81ecdd', u'tenant_id': u'a0cb3403401141d4b627b24cfb573167', u'created_at': u'2018-08-28T07:02:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a0cb3403401141d4b627b24cfb573167'}) 2018-08-28 07:02:16,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 07:02:16,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "vping_ssh-router_07be7deb-d19a-42ba-92ff-aae25b061b67", "admin_state_up": true}}' 2018-08-28 07:02:17,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3cd5a6be-8258-4614-8518-807e05b651f3 Date: Tue, 28 Aug 2018 07:02:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:16Z", "admin_state_up": true, "updated_at": "2018-08-28T07:02:17Z", "revision_number": 2, "routes": [], "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1", "name": "vping_ssh-router_07be7deb-d19a-42ba-92ff-aae25b061b67"}} 2018-08-28 07:02:17,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3cd5a6be-8258-4614-8518-807e05b651f3 2018-08-28 07:02:17,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.58786892891s 2018-08-28 07:02:17,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3cd5a6be-8258-4614-8518-807e05b651f3 2018-08-28 07:02:17,816 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a0cb3403401141d4b627b24cfb573167', u'created_at': u'2018-08-28T07:02:16Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T07:02:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'a0cb3403401141d4b627b24cfb573167', u'id': u'62bb36b6-6c5b-4187-91f2-2f1038097fb1', u'name': u'vping_ssh-router_07be7deb-d19a-42ba-92ff-aae25b061b67'}) 2018-08-28 07:02:17,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 07:02:17,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/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}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"subnet_id": "bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"}' 2018-08-28 07:02:20,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a243bef1-9121-40d9-82f1-7442b2849c22 Date: Tue, 28 Aug 2018 07:02:20 GMT RESP BODY: {"network_id": "d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "subnet_id": "bc4e97bf-1b00-46b5-b0f3-9ca728df71f5", "subnet_ids": ["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"], "port_id": "7dc64f16-e211-4699-9586-3fdf2229074c", "id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1"} 2018-08-28 07:02:20,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/add_router_interface.json used request id req-a243bef1-9121-40d9-82f1-7442b2849c22 2018-08-28 07:02:20,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.32424092293s 2018-08-28 07:02:20,142 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/add_router_interface.json used request id req-a243bef1-9121-40d9-82f1-7442b2849c22 returning object 62bb36b6-6c5b-4187-91f2-2f1038097fb1 2018-08-28 07:02:20,142 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 07:02:20,274 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 07:02:20,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:02:20,281 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 07:02:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 07:02:20,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:02:20,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:21,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e69941e4-0cce-4c71-9d7d-a14118efa6c8 Date: Tue, 28 Aug 2018 07:02:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:02:21,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e69941e4-0cce-4c71-9d7d-a14118efa6c8 2018-08-28 07:02:21,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768330097198s 2018-08-28 07:02:21,055 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e69941e4-0cce-4c71-9d7d-a14118efa6c8 2018-08-28 07:02:21,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 07:02:21,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67"}' 2018-08-28 07:02:21,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9df04fe8-bb50-45a1-820f-38d793b9912c Date: Tue, 28 Aug 2018 07:02:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:02:21Z", "file": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file", "owner": "a0cb3403401141d4b627b24cfb573167", "id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "size": null, "self": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "checksum": null, "created_at": "2018-08-28T07:02:21Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 07:02:21,404 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9df04fe8-bb50-45a1-820f-38d793b9912c 2018-08-28 07:02:21,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.340774059296s 2018-08-28 07:02:21,405 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9df04fe8-bb50-45a1-820f-38d793b9912c returning object 58f28f4b-493d-4e60-9b29-a3c6ca8ba938 2018-08-28 07:02:21,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 07:02:21,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/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}38facec9f7656c8ccab5e296489b2c8340205664" -d '' 2018-08-28 07:02:23,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-953e1962-b3b2-4ceb-917a-d0edc8ba0e43 Date: Tue, 28 Aug 2018 07:02:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:02:23,104 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file used request id req-953e1962-b3b2-4ceb-917a-d0edc8ba0e43 2018-08-28 07:02:23,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.69896602631s 2018-08-28 07:02:23,105 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file used request id req-953e1962-b3b2-4ceb-917a-d0edc8ba0e43 2018-08-28 07:02:23,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:02:23,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:23,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2e348510-5175-4298-a743-b9614acf20c1 Date: Tue, 28 Aug 2018 07:02:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:02:22Z", "file": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file", "owner": "a0cb3403401141d4b627b24cfb573167", "id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "size": 12716032, "self": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:02:21Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:02:23,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2e348510-5175-4298-a743-b9614acf20c1 2018-08-28 07:02:23,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.794070959091s 2018-08-28 07:02:23,903 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2e348510-5175-4298-a743-b9614acf20c1 2018-08-28 07:02:23,905 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap', u'metadata': Munch({})})], 'file': u'/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file', 'owner': u'a0cb3403401141d4b627b24cfb573167', 'id': u'58f28f4b-493d-4e60-9b29-a3c6ca8ba938', 'size': 12716032, u'self': u'/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a0cb3403401141d4b627b24cfb573167', 'name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T07:02:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T07:02:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67', '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/58f28f4b-493d-4e60-9b29-a3c6ca8ba938', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67', 'created': u'2018-08-28T07:02:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T07:02:21Z', 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/58f28f4b-493d-4e60-9b29-a3c6ca8ba938', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 07:02:23,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 07:02:23,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 07:02:24,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bf9349d-fadd-42c7-bae7-3c8a953524a9 x-compute-request-id: req-8bf9349d-fadd-42c7-bae7-3c8a953524a9 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "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": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4"}} 2018-08-28 07:02:24,236 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8bf9349d-fadd-42c7-bae7-3c8a953524a9 2018-08-28 07:02:24,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329712152481s 2018-08-28 07:02:24,236 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8bf9349d-fadd-42c7-bae7-3c8a953524a9 2018-08-28 07:02:24,237 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67', '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'ffb4780928b040148efb0f81bcbbd35f', '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'408e5d88-bbc0-4807-a397-4c4c1c2e1ea4', 'swap': 0}) 2018-08-28 07:02:24,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 07:02:24,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4/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}19222ca862f235a7105d6f04e38d51829bba7af1" -d '{"extra_specs": {}}' 2018-08-28 07:02:24,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9a176732-f433-4a13-87ee-5c68ab7c355d x-compute-request-id: req-9a176732-f433-4a13-87ee-5c68ab7c355d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 07:02:24,258 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4/os-extra_specs used request id req-9a176732-f433-4a13-87ee-5c68ab7c355d 2018-08-28 07:02:24,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204238891602s 2018-08-28 07:02:24,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4/os-extra_specs used request id req-9a176732-f433-4a13-87ee-5c68ab7c355d 2018-08-28 07:02:24,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 07:02:24,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"keypair": {"name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67"}}' 2018-08-28 07:02:25,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02: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-5007335e-b30f-48db-8bd4-fd8a9137d5f9 x-compute-request-id: req-5007335e-b30f-48db-8bd4-fd8a9137d5f9 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcjX2pOmdDMGBRH/oti7gjPe3wSWLfQhVvJddoYQ3zVkTZkASLXVoJdMl2BNv7irW4gV6fajBSQZYdQtkXBKT6NMrdm2t/kq2JjcUEN+xXJ6OJqIQTjlD4WLKU9T2Olq0oCv6yJHxtu8/kX74F5AVqLUbzJ8hLxcRPjSyocYsjlJMSwuZPQppQ5OvK6CFV7ZX2FwChRGtHL2VL/z+x6YH6U0bq8KcSVtVHhWfNszoY4CLLWszithAmDzRNhAVQqen0Q+oCPtQLLBBnjwcT4St5KTp1j58t/xZko1tDQJzHDkjnj7xXu4gTR5XK3eap+P6f8Wa/3Uwv9rFOtcp4kfi9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3I19qTpnQzBgUR/6LYu4Iz3t8Eli30IVbyXXaGEN81ZE2ZAE\ni11aCXTJdgTb+4q1uIFen2owUkGWHULZFwSk+jTK3Ztrf5KtiY3FBDfsVyejiaiE\nE45Q+FiylPU9jpatKAr+siR8bbvP5F++BeQFai1G8yfIS8XET40sqHGLI5STEsLm\nT0KaUOTryughVe2V9hcAoURrRy9lS/8/semB+lNG6vCnElbVR4VnzbM6GOAiy1rM\n4rYQJg80TYQFUKnp9EPqAj7UCywQZ48HE+EreSk6dY+fLf8WZKNbQ0Ccxw5I54+8\nV7uIE0eVyt3mqfj+n/Fmv91ML/axTrXKeJH4vQIDAQABAoIBAD7tk/wT8OCnzeN3\ntz8FjX1orxoPJknDJjB3YJWkk4FpjO1yfQlykjz+eHjW/BkyQ5UoPGJJvw3JLtac\neyppJdVJ+NPwA2T76c3EiIEin6liYvPlBAI8affh/toneu/TKAaz1GXpqSL6Il/r\nvWEa5TydPJAmOqz7+X4lLqfE9ckplIkEy+KAGo/rVu/3sb4uaEIPphcb72crHc1I\nzaT/kXYu1woCAL8RF8lyhKJasXC9yIfx5LEdw0E2tMyZpKUmfCX1ESiO0gMPKghi\nAqyeXVjiCTQ0a0XtAZtzCOS/ZUhSk+rFCX8w61J+Wh3DpUJCl2XRAqPI4/nBysjp\nGqHwrZUCgYEA8qp5J+I9dPAFJkWOMWH3CR37B9n5CARKb1XweWSfqI0usnPbVy5e\nNb4yEXfq2Vwt0qKNmk4l/N0v7nVXBZBbHbXamKzKQT6q3ETMNC911c4FPPuskF5p\njTQ7CZlSI1UqwHUphaAPl6tlOqi99vCyKg7baybCP3gEQX2MBBhr4U8CgYEA6Kv0\nvYusZyJIO4sJtut1jTUYzqRpGluLQrR8O1FkiiXMFL92+GSjKyxAuwtwPaRoCb0i\nEgYlsctfCHclBxsaFcURpEbEAxOt+Hb8HjkNyZVMg1bYIFD/TUzgBlBZpM6I6W0W\nhGwKCoIQpi70wYv2gy801cmapirT6b/VGt+JCjMCgYAmJjS7125v9tfoZ2DuVIdg\nsIzpdBQZdYs6K5mNjAsplWB0/4/JCeoXqtn2MxMBruMpTRLT4ltIgIFrjJjssAAT\nEKbX/7ogPbjgvhQYVCnDPgtGxg4f+CfB4icx4B+wnFAHR6QKdNperrxQV3zd2IM5\n53IJS2OYVMbegN1FO42iMwKBgQC0eeWOPVBOc24aGaBAbeWx0XTbnPYVxtp/tGYE\n0P6uleD2WwmaZN2YOGxBaf73IZa9ryJFXtVQUxL1Cw4CtAgIyOMFTQrv5Az3BLxN\naS4DpjZCTlO4xXsy56WB4EOYrcfPYJmtv+wN+JOXhCbAFqPxX+WYyxeVOvVDhFR1\n0tyGtwKBgDjoHeslJ0hNeulbWi5oRAQMEKvrTNj9O7B0pcLsTkEdf9BtVgXYhqyy\nZGI+qbWR/BAG+w7uhhYEacWx3/a6wdBJdjt6e1aAOCuFrQq78AxO8xRoPVpv2geD\nE/NdLk52LrJySRHuqfPBBS7uifBXJCM4hab4vfLqso9FjzGv8L5+\n-----END RSA PRIVATE KEY-----\n", "user_id": "43f94b22774649b49b12b4ab7bca3286", "name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "fingerprint": "de:e3:79:8f:e6:8b:c1:ca:51:aa:04:35:11:f1:6f:31"}} 2018-08-28 07:02:25,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5007335e-b30f-48db-8bd4-fd8a9137d5f9 2018-08-28 07:02:25,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 1.03471207619s 2018-08-28 07:02:25,294 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5007335e-b30f-48db-8bd4-fd8a9137d5f9 2018-08-28 07:02:25,295 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcjX2pOmdDMGBRH/oti7gjPe3wSWLfQhVvJddoYQ3zVkTZkASLXVoJdMl2BNv7irW4gV6fajBSQZYdQtkXBKT6NMrdm2t/kq2JjcUEN+xXJ6OJqIQTjlD4WLKU9T2Olq0oCv6yJHxtu8/kX74F5AVqLUbzJ8hLxcRPjSyocYsjlJMSwuZPQppQ5OvK6CFV7ZX2FwChRGtHL2VL/z+x6YH6U0bq8KcSVtVHhWfNszoY4CLLWszithAmDzRNhAVQqen0Q+oCPtQLLBBnjwcT4St5KTp1j58t/xZko1tDQJzHDkjnj7xXu4gTR5XK3eap+P6f8Wa/3Uwv9rFOtcp4kfi9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3I19qTpnQzBgUR/6LYu4Iz3t8Eli30IVbyXXaGEN81ZE2ZAE\ni11aCXTJdgTb+4q1uIFen2owUkGWHULZFwSk+jTK3Ztrf5KtiY3FBDfsVyejiaiE\nE45Q+FiylPU9jpatKAr+siR8bbvP5F++BeQFai1G8yfIS8XET40sqHGLI5STEsLm\nT0KaUOTryughVe2V9hcAoURrRy9lS/8/semB+lNG6vCnElbVR4VnzbM6GOAiy1rM\n4rYQJg80TYQFUKnp9EPqAj7UCywQZ48HE+EreSk6dY+fLf8WZKNbQ0Ccxw5I54+8\nV7uIE0eVyt3mqfj+n/Fmv91ML/axTrXKeJH4vQIDAQABAoIBAD7tk/wT8OCnzeN3\ntz8FjX1orxoPJknDJjB3YJWkk4FpjO1yfQlykjz+eHjW/BkyQ5UoPGJJvw3JLtac\neyppJdVJ+NPwA2T76c3EiIEin6liYvPlBAI8affh/toneu/TKAaz1GXpqSL6Il/r\nvWEa5TydPJAmOqz7+X4lLqfE9ckplIkEy+KAGo/rVu/3sb4uaEIPphcb72crHc1I\nzaT/kXYu1woCAL8RF8lyhKJasXC9yIfx5LEdw0E2tMyZpKUmfCX1ESiO0gMPKghi\nAqyeXVjiCTQ0a0XtAZtzCOS/ZUhSk+rFCX8w61J+Wh3DpUJCl2XRAqPI4/nBysjp\nGqHwrZUCgYEA8qp5J+I9dPAFJkWOMWH3CR37B9n5CARKb1XweWSfqI0usnPbVy5e\nNb4yEXfq2Vwt0qKNmk4l/N0v7nVXBZBbHbXamKzKQT6q3ETMNC911c4FPPuskF5p\njTQ7CZlSI1UqwHUphaAPl6tlOqi99vCyKg7baybCP3gEQX2MBBhr4U8CgYEA6Kv0\nvYusZyJIO4sJtut1jTUYzqRpGluLQrR8O1FkiiXMFL92+GSjKyxAuwtwPaRoCb0i\nEgYlsctfCHclBxsaFcURpEbEAxOt+Hb8HjkNyZVMg1bYIFD/TUzgBlBZpM6I6W0W\nhGwKCoIQpi70wYv2gy801cmapirT6b/VGt+JCjMCgYAmJjS7125v9tfoZ2DuVIdg\nsIzpdBQZdYs6K5mNjAsplWB0/4/JCeoXqtn2MxMBruMpTRLT4ltIgIFrjJjssAAT\nEKbX/7ogPbjgvhQYVCnDPgtGxg4f+CfB4icx4B+wnFAHR6QKdNperrxQV3zd2IM5\n53IJS2OYVMbegN1FO42iMwKBgQC0eeWOPVBOc24aGaBAbeWx0XTbnPYVxtp/tGYE\n0P6uleD2WwmaZN2YOGxBaf73IZa9ryJFXtVQUxL1Cw4CtAgIyOMFTQrv5Az3BLxN\naS4DpjZCTlO4xXsy56WB4EOYrcfPYJmtv+wN+JOXhCbAFqPxX+WYyxeVOvVDhFR1\n0tyGtwKBgDjoHeslJ0hNeulbWi5oRAQMEKvrTNj9O7B0pcLsTkEdf9BtVgXYhqyy\nZGI+qbWR/BAG+w7uhhYEacWx3/a6wdBJdjt6e1aAOCuFrQq78AxO8xRoPVpv2geD\nE/NdLk52LrJySRHuqfPBBS7uifBXJCM4hab4vfLqso9FjzGv8L5+\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'43f94b22774649b49b12b4ab7bca3286', 'name': u'vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67', 'created_at': '2018-08-28T07:02:25.295509', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a0cb3403401141d4b627b24cfb573167', 'name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'de:e3:79:8f:e6:8b:c1:ca:51:aa:04:35:11:f1:6f:31', 'type': 'ssh', 'id': u'vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67'}) 2018-08-28 07:02:25,296 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA3I19qTpnQzBgUR/6LYu4Iz3t8Eli30IVbyXXaGEN81ZE2ZAE i11aCXTJdgTb+4q1uIFen2owUkGWHULZFwSk+jTK3Ztrf5KtiY3FBDfsVyejiaiE E45Q+FiylPU9jpatKAr+siR8bbvP5F++BeQFai1G8yfIS8XET40sqHGLI5STEsLm T0KaUOTryughVe2V9hcAoURrRy9lS/8/semB+lNG6vCnElbVR4VnzbM6GOAiy1rM 4rYQJg80TYQFUKnp9EPqAj7UCywQZ48HE+EreSk6dY+fLf8WZKNbQ0Ccxw5I54+8 V7uIE0eVyt3mqfj+n/Fmv91ML/axTrXKeJH4vQIDAQABAoIBAD7tk/wT8OCnzeN3 tz8FjX1orxoPJknDJjB3YJWkk4FpjO1yfQlykjz+eHjW/BkyQ5UoPGJJvw3JLtac eyppJdVJ+NPwA2T76c3EiIEin6liYvPlBAI8affh/toneu/TKAaz1GXpqSL6Il/r vWEa5TydPJAmOqz7+X4lLqfE9ckplIkEy+KAGo/rVu/3sb4uaEIPphcb72crHc1I zaT/kXYu1woCAL8RF8lyhKJasXC9yIfx5LEdw0E2tMyZpKUmfCX1ESiO0gMPKghi AqyeXVjiCTQ0a0XtAZtzCOS/ZUhSk+rFCX8w61J+Wh3DpUJCl2XRAqPI4/nBysjp GqHwrZUCgYEA8qp5J+I9dPAFJkWOMWH3CR37B9n5CARKb1XweWSfqI0usnPbVy5e Nb4yEXfq2Vwt0qKNmk4l/N0v7nVXBZBbHbXamKzKQT6q3ETMNC911c4FPPuskF5p jTQ7CZlSI1UqwHUphaAPl6tlOqi99vCyKg7baybCP3gEQX2MBBhr4U8CgYEA6Kv0 vYusZyJIO4sJtut1jTUYzqRpGluLQrR8O1FkiiXMFL92+GSjKyxAuwtwPaRoCb0i EgYlsctfCHclBxsaFcURpEbEAxOt+Hb8HjkNyZVMg1bYIFD/TUzgBlBZpM6I6W0W hGwKCoIQpi70wYv2gy801cmapirT6b/VGt+JCjMCgYAmJjS7125v9tfoZ2DuVIdg sIzpdBQZdYs6K5mNjAsplWB0/4/JCeoXqtn2MxMBruMpTRLT4ltIgIFrjJjssAAT EKbX/7ogPbjgvhQYVCnDPgtGxg4f+CfB4icx4B+wnFAHR6QKdNperrxQV3zd2IM5 53IJS2OYVMbegN1FO42iMwKBgQC0eeWOPVBOc24aGaBAbeWx0XTbnPYVxtp/tGYE 0P6uleD2WwmaZN2YOGxBaf73IZa9ryJFXtVQUxL1Cw4CtAgIyOMFTQrv5Az3BLxN aS4DpjZCTlO4xXsy56WB4EOYrcfPYJmtv+wN+JOXhCbAFqPxX+WYyxeVOvVDhFR1 0tyGtwKBgDjoHeslJ0hNeulbWi5oRAQMEKvrTNj9O7B0pcLsTkEdf9BtVgXYhqyy ZGI+qbWR/BAG+w7uhhYEacWx3/a6wdBJdjt6e1aAOCuFrQq78AxO8xRoPVpv2geD E/NdLk52LrJySRHuqfPBBS7uifBXJCM4hab4vfLqso9FjzGv8L5+ -----END RSA PRIVATE KEY----- 2018-08-28 07:02:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 07:02:25,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"security_group": {"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-28 07:02:25,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fc3aebd9-e487-4681-ab1a-70c8555632c8 Date: Tue, 28 Aug 2018 07:02:25 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:25Z", "updated_at": "2018-08-28T07:02:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "b9870bfe-1872-4281-940b-6e9be567f50e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "cbf80a73-cc36-4a9d-aefd-a4ab598be8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 1, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}} 2018-08-28 07:02:25,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fc3aebd9-e487-4681-ab1a-70c8555632c8 2018-08-28 07:02:25,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.394946813583s 2018-08-28 07:02:25,694 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-fc3aebd9-e487-4681-ab1a-70c8555632c8 2018-08-28 07:02:25,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:02:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:26,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-35661ffc-b8c9-4273-926b-ff4f05b2ab48 Date: Tue, 28 Aug 2018 07:02:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:14Z", "updated_at": "2018-08-28T07:02:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "12b2b2c1-1b60-40b6-a199-e7367a2b7837", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "b61638e8-0a8f-4194-87f1-8baa26b8e508", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ba2cc3d3-042a-457d-a5b6-860670e1438d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ef91350f-ff09-48a8-8c46-3be58749d104", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 1, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:25Z", "updated_at": "2018-08-28T07:02:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "b9870bfe-1872-4281-940b-6e9be567f50e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "cbf80a73-cc36-4a9d-aefd-a4ab598be8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 1, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:26,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-35661ffc-b8c9-4273-926b-ff4f05b2ab48 2018-08-28 07:02:26,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.305438995361s 2018-08-28 07:02:26,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-35661ffc-b8c9-4273-926b-ff4f05b2ab48 2018-08-28 07:02:26,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:02:26,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -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": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}}' 2018-08-28 07:02:26,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0d9cf6ee-021e-4c43-9d20-22a953d939f6 Date: Tue, 28 Aug 2018 07:02:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-28T07:02:26Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "port_range_min": 22, "revision_number": 0, "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:26Z", "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "4a7129c5-5dc3-419d-8eab-e89888517d60"}} 2018-08-28 07:02:26,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0d9cf6ee-021e-4c43-9d20-22a953d939f6 2018-08-28 07:02:26,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.357110977173s 2018-08-28 07:02:26,365 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0d9cf6ee-021e-4c43-9d20-22a953d939f6 2018-08-28 07:02:26,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:02:26,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:26,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-652b5c62-a982-4781-abe4-3c1e9d6d788e Date: Tue, 28 Aug 2018 07:02:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:14Z", "updated_at": "2018-08-28T07:02:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "12b2b2c1-1b60-40b6-a199-e7367a2b7837", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "b61638e8-0a8f-4194-87f1-8baa26b8e508", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ba2cc3d3-042a-457d-a5b6-860670e1438d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ef91350f-ff09-48a8-8c46-3be58749d104", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 1, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:25Z", "updated_at": "2018-08-28T07:02:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:02:26Z", "revision_number": 0, "id": "4a7129c5-5dc3-419d-8eab-e89888517d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:26Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "b9870bfe-1872-4281-940b-6e9be567f50e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "cbf80a73-cc36-4a9d-aefd-a4ab598be8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 2, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:26,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-652b5c62-a982-4781-abe4-3c1e9d6d788e 2018-08-28 07:02:26,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0432751178741s 2018-08-28 07:02:26,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-652b5c62-a982-4781-abe4-3c1e9d6d788e 2018-08-28 07:02:26,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:02:26,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -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": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}}' 2018-08-28 07:02:26,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-177fe2f2-6659-4147-8e1b-95fabccf5b74 Date: Tue, 28 Aug 2018 07:02:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-28T07:02:26Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "port_range_min": null, "revision_number": 0, "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:26Z", "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "dde21ead-98de-41f2-96ca-9658497f60e0"}} 2018-08-28 07:02:26,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-177fe2f2-6659-4147-8e1b-95fabccf5b74 2018-08-28 07:02:26,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.373561859131s 2018-08-28 07:02:26,789 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-177fe2f2-6659-4147-8e1b-95fabccf5b74 2018-08-28 07:02:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:26,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:27,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-91023906-63f0-44b8-83aa-6a34033f6d1c Date: Tue, 28 Aug 2018 07:02: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":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"],"updated_at":"2018-08-28T07:02:15Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:27,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91023906-63f0-44b8-83aa-6a34033f6d1c 2018-08-28 07:02:27,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344496965408s 2018-08-28 07:02:27,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91023906-63f0-44b8-83aa-6a34033f6d1c 2018-08-28 07:02:27,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:02:27,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:27,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d7624366-5e33-4cdd-9fae-1822b29310af Date: Tue, 28 Aug 2018 07:02:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:02:22Z", "file": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file", "owner": "a0cb3403401141d4b627b24cfb573167", "id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "size": 12716032, "self": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:02:21Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:02:27,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d7624366-5e33-4cdd-9fae-1822b29310af 2018-08-28 07:02:27,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.331684827805s 2018-08-28 07:02:27,472 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d7624366-5e33-4cdd-9fae-1822b29310af 2018-08-28 07:02:27,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:02:27,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:27,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ced1e48d-e2b6-471b-8af1-fccb38168cd5 x-compute-request-id: req-ced1e48d-e2b6-471b-8af1-fccb38168cd5 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "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": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4"}]} 2018-08-28 07:02:27,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ced1e48d-e2b6-471b-8af1-fccb38168cd5 2018-08-28 07:02:27,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.134621858597s 2018-08-28 07:02:27,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ced1e48d-e2b6-471b-8af1-fccb38168cd5 2018-08-28 07:02:27,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:02:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"server": {"name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "imageRef": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "flavorRef": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd"}], "security_groups": [{"name": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}]}}' 2018-08-28 07:02:32,859 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:02: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-298caa03-85e0-4271-8846-c7d4ebc890b2 x-compute-request-id: req-298caa03-85e0-4271-8846-c7d4ebc890b2 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}], "OS-DCF:diskConfig": "MANUAL", "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "adminPass": "yJm4PoMzvS5w"}} 2018-08-28 07:02:32,859 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-298caa03-85e0-4271-8846-c7d4ebc890b2 2018-08-28 07:02:32,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.24866104126s 2018-08-28 07:02:32,860 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-298caa03-85e0-4271-8846-c7d4ebc890b2 2018-08-28 07:02:32,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:32,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:33,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbd9136d-94b5-4a04-8c7f-68e85d094bd7 x-compute-request-id: req-bbd9136d-94b5-4a04-8c7f-68e85d094bd7 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:33,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bbd9136d-94b5-4a04-8c7f-68e85d094bd7 2018-08-28 07:02:33,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453310966492s 2018-08-28 07:02:33,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bbd9136d-94b5-4a04-8c7f-68e85d094bd7 2018-08-28 07:02:33,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:33,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:33,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-89ab10d0-4a14-47ad-86ba-d7ad377700d9 Date: Tue, 28 Aug 2018 07:02:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"],"updated_at":"2018-08-28T07:02:15Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:33,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-89ab10d0-4a14-47ad-86ba-d7ad377700d9 2018-08-28 07:02:33,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0843238830566s 2018-08-28 07:02:33,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-89ab10d0-4a14-47ad-86ba-d7ad377700d9 2018-08-28 07:02:33,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:02:33,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:33,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ea297213-0254-427b-a349-cd2c01b099d7 Date: Tue, 28 Aug 2018 07:02:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:02:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a0cb3403401141d4b627b24cfb573167","id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","subnetpool_id":null,"name":"vping_ssh-subnet_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:33,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ea297213-0254-427b-a349-cd2c01b099d7 2018-08-28 07:02:33,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0425491333008s 2018-08-28 07:02:33,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ea297213-0254-427b-a349-cd2c01b099d7 2018-08-28 07:02:33,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:35,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:35,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:35,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91bb7590-97af-4c23-b3b1-a5892b5c1456 x-compute-request-id: req-91bb7590-97af-4c23-b3b1-a5892b5c1456 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.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:35,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-91bb7590-97af-4c23-b3b1-a5892b5c1456 2018-08-28 07:02:35,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534829854965s 2018-08-28 07:02:35,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-91bb7590-97af-4c23-b3b1-a5892b5c1456 2018-08-28 07:02:35,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:37,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:39,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02: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-7d959642-b64f-4405-94e8-d0e141061e4b x-compute-request-id: req-7d959642-b64f-4405-94e8-d0e141061e4b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:36Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:39,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d959642-b64f-4405-94e8-d0e141061e4b 2018-08-28 07:02:39,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2682659626s 2018-08-28 07:02:39,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d959642-b64f-4405-94e8-d0e141061e4b 2018-08-28 07:02:39,268 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:41,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:41,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:42,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3be22502-18b8-4247-a443-a778c52565be x-compute-request-id: req-3be22502-18b8-4247-a443-a778c52565be Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:36Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:42,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3be22502-18b8-4247-a443-a778c52565be 2018-08-28 07:02:42,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10188317299s 2018-08-28 07:02:42,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3be22502-18b8-4247-a443-a778c52565be 2018-08-28 07:02:42,377 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:44,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:44,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:45,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1521698-cfb3-4960-a757-05f5541f72ed x-compute-request-id: req-b1521698-cfb3-4960-a757-05f5541f72ed Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:42Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:45,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b1521698-cfb3-4960-a757-05f5541f72ed 2018-08-28 07:02:45,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30910801888s 2018-08-28 07:02:45,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b1521698-cfb3-4960-a757-05f5541f72ed 2018-08-28 07:02:45,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:02:45,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=3aa9c374-5718-42d5-b11f-4c395bc6867c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:46,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ea3b9414-4a2b-4851-9717-967a5aa36992 Date: Tue, 28 Aug 2018 07:02:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:37Z","admin_state_up":true,"updated_at":"2018-08-28T07:02:42Z","binding:vnic_type":"normal","device_id":"3aa9c374-5718-42d5-b11f-4c395bc6867c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c9:98:ef","id":"53aeb89e-fe94-4e74-abf0-8bd9ecc58152","port_security_enabled":true,"project_id":"a0cb3403401141d4b627b24cfb573167","fixed_ips":[{"subnet_id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"],"name":""}]} 2018-08-28 07:02:46,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=3aa9c374-5718-42d5-b11f-4c395bc6867c used request id req-ea3b9414-4a2b-4851-9717-967a5aa36992 2018-08-28 07:02:46,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.306646823883s 2018-08-28 07:02:46,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=3aa9c374-5718-42d5-b11f-4c395bc6867c used request id req-ea3b9414-4a2b-4851-9717-967a5aa36992 2018-08-28 07:02:46,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:02:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=53aeb89e-fe94-4e74-abf0-8bd9ecc58152" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:46,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6e67e1e1-5f03-4544-b4d4-b46e7870f12c Date: Tue, 28 Aug 2018 07:02:46 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:02:46,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=53aeb89e-fe94-4e74-abf0-8bd9ecc58152 used request id req-6e67e1e1-5f03-4544-b4d4-b46e7870f12c 2018-08-28 07:02:46,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0517899990082s 2018-08-28 07:02:46,058 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=53aeb89e-fe94-4e74-abf0-8bd9ecc58152 used request id req-6e67e1e1-5f03-4544-b4d4-b46e7870f12c 2018-08-28 07:02:46,058 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:98:ef', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'58f28f4b-493d-4e60-9b29-a3c6ca8ba938'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:02:42.000000', 'flavor': Munch({u'id': u'408e5d88-bbc0-4807-a397-4c4c1c2e1ea4'}), 'az': u'nova', 'id': u'3aa9c374-5718-42d5-b11f-4c395bc6867c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'43f94b22774649b49b12b4ab7bca3286', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a0cb3403401141d4b627b24cfb573167', 'name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:02:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:02:42Z', 'hostId': u'd4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'd4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:02:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a0cb3403401141d4b627b24cfb573167', 'name': u'vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67', 'adminPass': u'yJm4PoMzvS5w', 'tenant_id': u'a0cb3403401141d4b627b24cfb573167', 'created_at': u'2018-08-28T07:02:32Z', 'created': u'2018-08-28T07:02:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:02:46,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:02:46,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:46,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-192b300b-c342-4056-94d5-75924e006dde Date: Tue, 28 Aug 2018 07:02:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"],"updated_at":"2018-08-28T07:02:15Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:02:46,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-192b300b-c342-4056-94d5-75924e006dde 2018-08-28 07:02:46,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0945308208466s 2018-08-28 07:02:46,154 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-192b300b-c342-4056-94d5-75924e006dde 2018-08-28 07:02:46,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:02:46,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:46,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-07862e28-4617-4477-bd85-ca2e846b3f0b Date: Tue, 28 Aug 2018 07:02:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:02:22Z", "file": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file", "owner": "a0cb3403401141d4b627b24cfb573167", "id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "size": 12716032, "self": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:02:21Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:02:46,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-07862e28-4617-4477-bd85-ca2e846b3f0b 2018-08-28 07:02:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.040559053421s 2018-08-28 07:02:46,200 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-07862e28-4617-4477-bd85-ca2e846b3f0b 2018-08-28 07:02:46,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:02:46,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:46,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18622011-80ae-4b49-a095-2eb7274eeb3d x-compute-request-id: req-18622011-80ae-4b49-a095-2eb7274eeb3d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "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": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4"}]} 2018-08-28 07:02:46,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-18622011-80ae-4b49-a095-2eb7274eeb3d 2018-08-28 07:02:46,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228161811829s 2018-08-28 07:02:46,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-18622011-80ae-4b49-a095-2eb7274eeb3d 2018-08-28 07:02:46,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:02:46,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"server": {"name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "imageRef": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "flavorRef": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd"}], "security_groups": [{"name": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}]}}' 2018-08-28 07:02:50,401 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:02: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-542023e3-be53-4b12-942b-364cdda18b3a x-compute-request-id: req-542023e3-be53-4b12-942b-364cdda18b3a Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"}], "OS-DCF:diskConfig": "MANUAL", "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "adminPass": "vM73ZVoNxLxF"}} 2018-08-28 07:02:50,401 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-542023e3-be53-4b12-942b-364cdda18b3a 2018-08-28 07:02:50,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.17583417892s 2018-08-28 07:02:50,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-542023e3-be53-4b12-942b-364cdda18b3a 2018-08-28 07:02:50,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:51,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c70406ca-6371-49a2-b95f-16b8cd7f5a23 x-compute-request-id: req-c70406ca-6371-49a2-b95f-16b8cd7f5a23 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:42Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:51,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c70406ca-6371-49a2-b95f-16b8cd7f5a23 2018-08-28 07:02:51,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961106061935s 2018-08-28 07:02:51,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c70406ca-6371-49a2-b95f-16b8cd7f5a23 2018-08-28 07:02:51,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:53,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:53,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:54,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02: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-8ecdf04f-9c5f-4016-a2a3-21a642e8fd89 x-compute-request-id: req-8ecdf04f-9c5f-4016-a2a3-21a642e8fd89 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:53Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:42Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:54,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8ecdf04f-9c5f-4016-a2a3-21a642e8fd89 2018-08-28 07:02:54,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.876669883728s 2018-08-28 07:02:54,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8ecdf04f-9c5f-4016-a2a3-21a642e8fd89 2018-08-28 07:02:54,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:56,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:56,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:56,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02: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-c127c3b3-4e6d-491a-8d29-7162105b4e07 x-compute-request-id: req-c127c3b3-4e6d-491a-8d29-7162105b4e07 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:02:53Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:42Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:56,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c127c3b3-4e6d-491a-8d29-7162105b4e07 2018-08-28 07:02:56,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72324514389s 2018-08-28 07:02:56,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c127c3b3-4e6d-491a-8d29-7162105b4e07 2018-08-28 07:02:56,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:02:58,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:02:58,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:59,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:02: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-80aebd26-15db-49d7-9493-66d01e8c588b x-compute-request-id: req-80aebd26-15db-49d7-9493-66d01e8c588b Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:57.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:57Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:42Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:02:59,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80aebd26-15db-49d7-9493-66d01e8c588b 2018-08-28 07:02:59,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718248844147s 2018-08-28 07:02:59,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-80aebd26-15db-49d7-9493-66d01e8c588b 2018-08-28 07:02:59,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:02:59,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:02:59,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6d536bd7-8d42-4761-82e8-2bdda7ea9cce Date: Tue, 28 Aug 2018 07:02:59 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:53Z","admin_state_up":true,"updated_at":"2018-08-28T07:02:57Z","binding:vnic_type":"normal","device_id":"a6c15204-03da-49d2-bf5b-f6863b580dba","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e8:fc:b9","id":"5f70c5f4-9913-44af-98cb-95826d9b1ece","port_security_enabled":true,"project_id":"a0cb3403401141d4b627b24cfb573167","fixed_ips":[{"subnet_id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"],"name":""}]} 2018-08-28 07:02:59,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-6d536bd7-8d42-4761-82e8-2bdda7ea9cce 2018-08-28 07:02:59,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0505430698395s 2018-08-28 07:02:59,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-6d536bd7-8d42-4761-82e8-2bdda7ea9cce 2018-08-28 07:02:59,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:02:59,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5f70c5f4-9913-44af-98cb-95826d9b1ece" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:00,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ee32eb41-4728-4748-ae4b-22f8ebf2fc8b Date: Tue, 28 Aug 2018 07:03:00 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:03:00,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5f70c5f4-9913-44af-98cb-95826d9b1ece used request id req-ee32eb41-4728-4748-ae4b-22f8ebf2fc8b 2018-08-28 07:03:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.309920072556s 2018-08-28 07:03:00,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5f70c5f4-9913-44af-98cb-95826d9b1ece used request id req-ee32eb41-4728-4748-ae4b-22f8ebf2fc8b 2018-08-28 07:03:00,079 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e8:fc:b9', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'58f28f4b-493d-4e60-9b29-a3c6ca8ba938'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:02:57.000000', 'flavor': Munch({u'id': u'408e5d88-bbc0-4807-a397-4c4c1c2e1ea4'}), 'az': u'nova', 'id': u'a6c15204-03da-49d2-bf5b-f6863b580dba', 'security_groups': [Munch({u'name': u'vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'43f94b22774649b49b12b4ab7bca3286', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a0cb3403401141d4b627b24cfb573167', 'name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:02:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:02:57Z', 'hostId': u'd4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'd4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:02:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a0cb3403401141d4b627b24cfb573167', 'name': u'vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67', 'adminPass': u'vM73ZVoNxLxF', 'tenant_id': u'a0cb3403401141d4b627b24cfb573167', 'created_at': u'2018-08-28T07:02:50Z', 'created': u'2018-08-28T07:02:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:03:00,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:00,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:00,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-88d1c3f8-a553-469c-b472-7d433c68fb2a Date: Tue, 28 Aug 2018 07:03:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"],"updated_at":"2018-08-28T07:02:15Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:03:00,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-88d1c3f8-a553-469c-b472-7d433c68fb2a 2018-08-28 07:03:00,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284882068634s 2018-08-28 07:03:00,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-88d1c3f8-a553-469c-b472-7d433c68fb2a 2018-08-28 07:03:00,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:03:00,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:00,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0dfd4fcd-e6ba-4c70-94f1-9f28a6242635 Date: Tue, 28 Aug 2018 07:03:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:53Z","admin_state_up":true,"updated_at":"2018-08-28T07:02:57Z","binding:vnic_type":"normal","device_id":"a6c15204-03da-49d2-bf5b-f6863b580dba","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e8:fc:b9","id":"5f70c5f4-9913-44af-98cb-95826d9b1ece","port_security_enabled":true,"project_id":"a0cb3403401141d4b627b24cfb573167","fixed_ips":[{"subnet_id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc"],"name":""}]} 2018-08-28 07:03:00,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-0dfd4fcd-e6ba-4c70-94f1-9f28a6242635 2018-08-28 07:03:00,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0505878925323s 2018-08-28 07:03:00,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-0dfd4fcd-e6ba-4c70-94f1-9f28a6242635 2018-08-28 07:03:00,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 07:03:00,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"floatingip": {"floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "port_id": "5f70c5f4-9913-44af-98cb-95826d9b1ece"}}' 2018-08-28 07:03:02,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-e9840690-5ee2-4d77-ac3b-fce0b27308b3 Date: Tue, 28 Aug 2018 07:03:02 GMT RESP BODY: {"floatingip": {"router_id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:03:01Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "5f70c5f4-9913-44af-98cb-95826d9b1ece", "id": "45934a3a-ff70-48bf-a701-1ff23f330472", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:03:01Z", "project_id": "a0cb3403401141d4b627b24cfb573167"}} 2018-08-28 07:03:02,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e9840690-5ee2-4d77-ac3b-fce0b27308b3 2018-08-28 07:03:02,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.44686484337s 2018-08-28 07:03:02,869 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e9840690-5ee2-4d77-ac3b-fce0b27308b3 2018-08-28 07:03:02,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:03:02,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:03,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-8e754984-1bc4-49c6-965c-edf90b1faa55 Date: Tue, 28 Aug 2018 07:03:03 GMT RESP BODY: {"floatingips": [{"router_id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:03:01Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "5f70c5f4-9913-44af-98cb-95826d9b1ece", "id": "45934a3a-ff70-48bf-a701-1ff23f330472", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:03:01Z", "project_id": "a0cb3403401141d4b627b24cfb573167"}]} 2018-08-28 07:03:03,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8e754984-1bc4-49c6-965c-edf90b1faa55 2018-08-28 07:03:03,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.20324587822s 2018-08-28 07:03:03,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-8e754984-1bc4-49c6-965c-edf90b1faa55 2018-08-28 07:03:03,085 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'62bb36b6-6c5b-4187-91f2-2f1038097fb1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a0cb3403401141d4b627b24cfb573167', 'created_at': u'2018-08-28T07:03:01Z', 'attached': True, 'updated_at': u'2018-08-28T07:03:01Z', 'id': u'45934a3a-ff70-48bf-a701-1ff23f330472', 'floating_network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a0cb3403401141d4b627b24cfb573167', 'name': 'vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'62bb36b6-6c5b-4187-91f2-2f1038097fb1', 'project_id': u'a0cb3403401141d4b627b24cfb573167', 'port_id': u'5f70c5f4-9913-44af-98cb-95826d9b1ece', 'port': u'5f70c5f4-9913-44af-98cb-95826d9b1ece', 'network': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8'}) 2018-08-28 07:03:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:03:03,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba/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}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:03:03,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-e57f8a27-eee0-4195-894a-12a0dc44595e x-compute-request-id: req-e57f8a27-eee0-4195-894a-12a0dc44595e Content-Encoding: gzip Content-Length: 9564 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 481842857 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.189124] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.191589] pid_max: default: 32768 minimum: 301\n[ 0.192931] ACPI: Core revision 20150930\n[ 0.194710] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196635] Security Framework initialized\n[ 0.197808] Yama: becoming mindful.\n[ 0.198854] AppArmor: AppArmor initialized\n[ 0.200079] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201948] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203764] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207438] Initializing cgroup subsys io\n[ 0.208623] Initializing cgroup subsys memory\n[ 0.209866] Initializing cgroup subsys devices\n[ 0.211125] Initializing cgroup subsys freezer\n[ 0.212387] Initializing cgroup subsys net_cls\n[ 0.213638] Initializing cgroup subsys perf_event\n[ 0.214964] Initializing cgroup subsys net_prio\n[ 0.216252] Initializing cgroup subsys hugetlb\n[ 0.217515] Initializing cgroup subsys pids\n[ 0.218786] CPU: Physical Processor ID: 0\n[ 0.220677] mce: CPU supports 10 MCE banks\n[ 0.221907] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223393] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241709] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248803] ftrace: allocating 31920 entries in 125 pages\n[ 0.274594] smpboot: Max logical packages: 1\n[ 0.275841] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277807] x2apic enabled\n[ 0.278979] Switched APIC routing to physical x2apic.\n[ 0.281535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286140] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288861] KVM setup paravirtual spinlock\n[ 0.290580] x86: Booted up 1 node, 1 CPUs\n[ 0.291803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293859] devtmpfs: initialized\n[ 0.295967] evm: security.selinux\n[ 0.296995] evm: security.SMACK64\n[ 0.298025] evm: security.SMACK64EXEC\n[ 0.299108] evm: security.SMACK64TRANSMUTE\n[ 0.300278] evm: security.SMACK64MMAP\n[ 0.301357] evm: security.ima\n[ 0.302290] evm: security.capability\n[ 0.303429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.306119] pinctrl core: initialized pinctrl subsystem\n[ 0.307659] RTC time: 7:02:57, date: 08/28/18\n[ 0.309033] NET: Registered protocol family 16\n[ 0.310426] cpuidle: using governor ladder\n[ 0.311606] cpuidle: using governor menu\n[ 0.312784] PCCT header not found.\n[ 0.313867] ACPI: bus type PCI registered\n[ 0.315059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316861] PCI: Using configuration type 1 for base access\n[ 0.319161] ACPI: Added _OSI(Module Device)\n[ 0.320385] ACPI: Added _OSI(Processor Device)\n[ 0.321629] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.325190] ACPI: Interpreter enabled\n[ 0.326315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.329046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.331850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.334704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.337543] ACPI: (supports S0 S5)\n[ 0.338669] ACPI: Using IOAPIC for interrupt routing\n[ 0.340063] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.344142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.345829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.347634] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.349393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.352582] acpiphp: Slot [3] registered\n[ 0.353817] acpiphp: Slot [4] registered\n[ 0.354976] acpiphp: Slot [5] registered\n[ 0.356154] acpiphp: Slot [6] registered\n[ 0.357311] acpiphp: Slot [7] registered\n[ 0.358470] acpiphp: Slot [8] registered\n[ 0.359641] acpiphp: Slot [9] registered\n[ 0.360811] acpiphp: Slot [10] registered\n[ 0.362042] acpiphp: Slot [11] registered\n[ 0.363290] acpiphp: Slot [12] registered\n[ 0.364459] acpiphp: Slot [13] registered\n[ 0.365617] acpiphp: Slot [14] registered\n[ 0.366796] acpiphp: Slot [15] registered\n[ 0.382167] acpiphp: Slot [16] registered\n[ 0.383358] acpiphp: Slot [17] registered\n[ 0.384529] acpiphp: Slot [18] registered\n[ 0.385697] acpiphp: Slot [19] registered\n[ 0.386869] acpiphp: Slot [20] registered\n[ 0.388043] acpiphp: Slot [21] registered\n[ 0.389214] acpiphp: Slot [22] registered\n[ 0.390385] acpiphp: Slot [23] registered\n[ 0.391566] acpiphp: Slot [24] registered\n[ 0.392732] acpiphp: Slot [25] registered\n[ 0.393915] acpiphp: Slot [26] registered\n[ 0.395079] acpiphp: Slot [27] registered\n[ 0.396257] acpiphp: Slot [28] registered\n[ 0.397435] acpiphp: Slot [29] registered\n[ 0.398608] acpiphp: Slot [30] registered\n[ 0.399784] acpiphp: Slot [31] registered\n[ 0.400946] PCI host bridge to bus 0000:00\n[ 0.402111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.403866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.405645] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.407766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.409879] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412034] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.417962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.419653] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421474] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.425892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.427960] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.449813] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.451919] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453965] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456008] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458253] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460078] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461958] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463488] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.465763] vgaarb: loaded\n[ 0.466638] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468388] SCSI subsystem initialized\n[ 0.469709] ACPI: bus type USB registered\n[ 0.470932] usbcore: registered new interface driver usbfs\n[ 0.472449] usbcore: registered new interface driver hub\n[ 0.473908] usbcore: registered new device driver usb\n[ 0.475507] PCI: Using ACPI for IRQ routing\n[ 0.477115] NetLabel: Initializing\n[ 0.478161] NetLabel: domain hash size = 128\n[ 0.479440] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.480876] NetLabel: unlabeled traffic allowed by default\n[ 0.482583] clocksource: Switched to clocksource kvm-clock\n[ 0.493039] AppArmor: AppArmor Filesystem Enabled\n[ 0.494427] pnp: PnP ACPI init\n[ 0.495726] pnp: PnP ACPI: found 5 devices\n[ 0.502761] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505251] NET: Registered protocol family 2\n[ 0.506776] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508640] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.510435] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512217] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513790] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515486] NET: Registered protocol family 1\n[ 0.516773] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518390] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519988] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.535091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549981] Trying to unpack rootfs image as initramfs...\n[ 0.613139] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.618013] Scanning for low memory corruption every 60 seconds\n[ 0.620276] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.621980] audit: initializing netlink subsys (disabled)\n[ 0.623536] audit: type=2000 audit(1535439777.972:1): initialized\n[ 0.625485] Initialise system trusted keyring\n[ 0.626916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.628570] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.631370] zbud: loaded\n[ 0.632408] VFS: Disk quotas dquot_6.6.0\n[ 0.633595] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.635846] fuse init (API version 7.23)\n[ 0.637129] Key type big_key registered\n[ 0.638283] Allocating IMA MOK and blacklist keyrings.\n[ 0.640048] Key type asymmetric registered\n[ 0.641231] Asymmetric key parser 'x509' registered\n[ 0.642634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.644800] io scheduler noop registered\n[ 0.645938] io scheduler deadline registered (default)\n[ 0.647378] io scheduler cfq registered\n[ 0.648617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.650110] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.654077] ACPI: Power Button [PWRF]\n[ 0.655364] GHES: HEST is not enabled!\n[ 0.669497] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.698653] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.701588] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.727251] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.730386] Linux agpgart interface v0.103\n[ 0.733894] brd: module loaded\n[ 0.736160] loop: module loaded\n[ 0.741222] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.743346] GPT:90111 != 2097151\n[ 0.744333] GPT:Alternate GPT header not at the end of the disk.\n[ 0.745922] GPT:90111 != 2097151\n[ 0.746919] GPT: Use GNU Parted to correct GPT errors.\n[ 0.748330] vda: vda1 vda15\n[ 0.750031] scsi host0: ata_piix\n[ 0.751152] scsi host1: ata_piix\n[ 0.752200] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.753975] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.756304] libphy: Fixed MDIO Bus: probed\n[ 0.757510] tun: Universal TUN/TAP device driver, 1.6\n[ 0.758909] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.761750] PPP generic driver version 2.4.2\n[ 0.763073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.764792] ehci-pci: EHCI PCI platform driver\n[ 0.766051] ehci-platform: EHCI generic platform driver\n[ 0.767493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.769145] ohci-pci: OHCI PCI platform driver\n[ 0.770417] ohci-platform: OHCI generic platform driver\n[ 0.771863] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.786527] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.787976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.790088] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.791533] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.793175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794961] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797050] usb usb1: Product: UHCI Host Controller\n[ 0.798388] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800140] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.801554] hub 1-0:1.0: USB hub found\n[ 0.802691] hub 1-0:1.0: 2 ports detected\n[ 0.804050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.807076] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808460] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.809945] mousedev: PS/2 mouse device common for all mice\n[ 0.811744] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.814373] rtc_cmos 00:00: RTC can wake from S4\n[ 0.815992] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.817710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.819447] i2c /dev entries driver\n[ 0.820546] device-mapper: uevent: version 1.0.3\n[ 0.821917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.824308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.826270] NET: Registered protocol family 10\n[ 0.827914] NET: Registered protocol family 17\n[ 0.829220] Key type dns_resolver registered\n[ 0.830599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.832479] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.835070] registered taskstats version 1\n[ 0.836307] Loading compiled-in X.509 certificates\n[ 0.838237] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.841040] zswap: loaded using pool lzo/zbud\n[ 0.843277] Key type trusted registered\n[ 0.845548] Key type encrypted registered\n[ 0.846787] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.848338] ima: No TPM chip found, activating TPM-bypass!\n[ 0.849885] evm: HMAC attrs: 0x1\n[ 0.851286] Magic number: 14:817:16\n[ 0.852533] rtc_cmos 00:00: setting system clock to 2018-08-28 07:02:58 UTC (1535439778)\n[ 0.854951] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.856602] EDD information not available.\n[ 0.912254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929039] Write protecting the kernel read-only data: 14336k\n[ 0.932151] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.934929] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.096773] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDT+yl1F5KVAynU4V6mbQRX164AfkpJce4rwW2QdKfJd90yENeNIqxPokTklsg6nwp0xR31dGKN0i9M2gP2BDaW1QSKyfb1EAIQnG2+wZwwnUr7en6UltcWGokGCAXAHTkGJ8W1EsUmvsssQeAUJqKh1Dd1Yc5ZcUZPb6G65DEy7fRE9T6AySzrYstTqv3ZGdAWwdmXXztFXFZ1+ozShoOUC69yLoNGVDXNw4/8y3/MPYOU+hstpBiw++Blz4p3lZD8FWxdNxQSr1vGkGlk29y6wuMWK21FISt3A1frAmck0o7o5tkprpMoaYa2XwqMqNznt2nquRawuoqQddLC17XL root@vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67\nssh-dss AAAAB3NzaC1kc3MAAACBAMh6wUGnMlTsaDRJnr7Wo8w02BGu+aCKkLxxeUEaLC+74FOIZF9EocyykXInCbaMKJP4udG8gHfsT544rlEqcgiaqZjLB1gOVL/VxyvUVvyJGIEDzRYJk2LivfH0dL3kvFrg1MNnB6RRzSZ5r50ZLYSHlTRlnyD4Ve9e0fUmoTcZAAAAFQCgMcyeWG3hj5/p3Fkzd6lDK2407wAAAIBSOCsWaKKjZvY5C3SPHpW0PFsr5Cx3XDLx1CwroisbC6hsVdLjE7XponoTlgvyIYls/nAvT3Q1drnlYyUgl2Bb404a/J679JkNTmYGyTfQqeIm4rzEz10FR61sp6LcvmbdmyXO69zwwbAIq5u8LxA47ABNteCvrM3vfQ3MmMpLcAAAAH8VtG0OEMETauOH2yAqsaCz7dd0RzrJgjTJ3zoIN5Ox/KMG62ShKKeYV1ay0OZr9UijoWqPrccQ8yoSDmN0dRYJ1lYWTEAhhGtWwj+YGNpUI+C5xqV9ty6X15FQyhphecXsoGr81LvO2BZ4YRZmgF/ppIF69tJl38OjdI2W4PZ0 root@vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.27s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fee8:fcb9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67 login: "} 2018-08-28 07:03:03,207 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba/action used request id req-e57f8a27-eee0-4195-894a-12a0dc44595e 2018-08-28 07:03:03,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.121243000031s 2018-08-28 07:03:03,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba/action used request id req-e57f8a27-eee0-4195-894a-12a0dc44595e 2018-08-28 07:03:03,208 - 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 481842857 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.189124] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.191589] pid_max: default: 32768 minimum: 301 [ 0.192931] ACPI: Core revision 20150930 [ 0.194710] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196635] Security Framework initialized [ 0.197808] Yama: becoming mindful. [ 0.198854] AppArmor: AppArmor initialized [ 0.200079] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201948] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203764] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205473] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207438] Initializing cgroup subsys io [ 0.208623] Initializing cgroup subsys memory [ 0.209866] Initializing cgroup subsys devices [ 0.211125] Initializing cgroup subsys freezer [ 0.212387] Initializing cgroup subsys net_cls [ 0.213638] Initializing cgroup subsys perf_event [ 0.214964] Initializing cgroup subsys net_prio [ 0.216252] Initializing cgroup subsys hugetlb [ 0.217515] Initializing cgroup subsys pids [ 0.218786] CPU: Physical Processor ID: 0 [ 0.220677] mce: CPU supports 10 MCE banks [ 0.221907] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223393] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241709] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248803] ftrace: allocating 31920 entries in 125 pages [ 0.274594] smpboot: Max logical packages: 1 [ 0.275841] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277807] x2apic enabled [ 0.278979] Switched APIC routing to physical x2apic. [ 0.281535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286140] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288861] KVM setup paravirtual spinlock [ 0.290580] x86: Booted up 1 node, 1 CPUs [ 0.291803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293859] devtmpfs: initialized [ 0.295967] evm: security.selinux [ 0.296995] evm: security.SMACK64 [ 0.298025] evm: security.SMACK64EXEC [ 0.299108] evm: security.SMACK64TRANSMUTE [ 0.300278] evm: security.SMACK64MMAP [ 0.301357] evm: security.ima [ 0.302290] evm: security.capability [ 0.303429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.306119] pinctrl core: initialized pinctrl subsystem [ 0.307659] RTC time: 7:02:57, date: 08/28/18 [ 0.309033] NET: Registered protocol family 16 [ 0.310426] cpuidle: using governor ladder [ 0.311606] cpuidle: using governor menu [ 0.312784] PCCT header not found. [ 0.313867] ACPI: bus type PCI registered [ 0.315059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316861] PCI: Using configuration type 1 for base access [ 0.319161] ACPI: Added _OSI(Module Device) [ 0.320385] ACPI: Added _OSI(Processor Device) [ 0.321629] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322943] ACPI: Added _OSI(Processor Aggregator Device) [ 0.325190] ACPI: Interpreter enabled [ 0.326315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.329046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.331850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.334704] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.337543] ACPI: (supports S0 S5) [ 0.338669] ACPI: Using IOAPIC for interrupt routing [ 0.340063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.344142] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.345829] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347634] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.349393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.352582] acpiphp: Slot [3] registered [ 0.353817] acpiphp: Slot [4] registered [ 0.354976] acpiphp: Slot [5] registered [ 0.356154] acpiphp: Slot [6] registered [ 0.357311] acpiphp: Slot [7] registered [ 0.358470] acpiphp: Slot [8] registered [ 0.359641] acpiphp: Slot [9] registered [ 0.360811] acpiphp: Slot [10] registered [ 0.362042] acpiphp: Slot [11] registered [ 0.363290] acpiphp: Slot [12] registered [ 0.364459] acpiphp: Slot [13] registered [ 0.365617] acpiphp: Slot [14] registered [ 0.366796] acpiphp: Slot [15] registered [ 0.382167] acpiphp: Slot [16] registered [ 0.383358] acpiphp: Slot [17] registered [ 0.384529] acpiphp: Slot [18] registered [ 0.385697] acpiphp: Slot [19] registered [ 0.386869] acpiphp: Slot [20] registered [ 0.388043] acpiphp: Slot [21] registered [ 0.389214] acpiphp: Slot [22] registered [ 0.390385] acpiphp: Slot [23] registered [ 0.391566] acpiphp: Slot [24] registered [ 0.392732] acpiphp: Slot [25] registered [ 0.393915] acpiphp: Slot [26] registered [ 0.395079] acpiphp: Slot [27] registered [ 0.396257] acpiphp: Slot [28] registered [ 0.397435] acpiphp: Slot [29] registered [ 0.398608] acpiphp: Slot [30] registered [ 0.399784] acpiphp: Slot [31] registered [ 0.400946] PCI host bridge to bus 0000:00 [ 0.402111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.403866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.405645] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.407766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.409879] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412034] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416121] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.417962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.419653] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421474] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.425892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.427960] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.449813] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.451919] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453965] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456008] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458253] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460078] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461958] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463488] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.465763] vgaarb: loaded [ 0.466638] vgaarb: bridge control possible 0000:00:02.0 [ 0.468388] SCSI subsystem initialized [ 0.469709] ACPI: bus type USB registered [ 0.470932] usbcore: registered new interface driver usbfs [ 0.472449] usbcore: registered new interface driver hub [ 0.473908] usbcore: registered new device driver usb [ 0.475507] PCI: Using ACPI for IRQ routing [ 0.477115] NetLabel: Initializing [ 0.478161] NetLabel: domain hash size = 128 [ 0.479440] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.480876] NetLabel: unlabeled traffic allowed by default [ 0.482583] clocksource: Switched to clocksource kvm-clock [ 0.493039] AppArmor: AppArmor Filesystem Enabled [ 0.494427] pnp: PnP ACPI init [ 0.495726] pnp: PnP ACPI: found 5 devices [ 0.502761] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505251] NET: Registered protocol family 2 [ 0.506776] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508640] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.510435] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512217] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513790] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.515486] NET: Registered protocol family 1 [ 0.516773] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518390] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519988] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.535091] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549981] Trying to unpack rootfs image as initramfs... [ 0.613139] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.618013] Scanning for low memory corruption every 60 seconds [ 0.620276] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.621980] audit: initializing netlink subsys (disabled) [ 0.623536] audit: type=2000 audit(1535439777.972:1): initialized [ 0.625485] Initialise system trusted keyring [ 0.626916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.628570] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.631370] zbud: loaded [ 0.632408] VFS: Disk quotas dquot_6.6.0 [ 0.633595] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.635846] fuse init (API version 7.23) [ 0.637129] Key type big_key registered [ 0.638283] Allocating IMA MOK and blacklist keyrings. [ 0.640048] Key type asymmetric registered [ 0.641231] Asymmetric key parser 'x509' registered [ 0.642634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.644800] io scheduler noop registered [ 0.645938] io scheduler deadline registered (default) [ 0.647378] io scheduler cfq registered [ 0.648617] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.650110] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651968] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.654077] ACPI: Power Button [PWRF] [ 0.655364] GHES: HEST is not enabled! [ 0.669497] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.698653] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.701588] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.727251] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.730386] Linux agpgart interface v0.103 [ 0.733894] brd: module loaded [ 0.736160] loop: module loaded [ 0.741222] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.743346] GPT:90111 != 2097151 [ 0.744333] GPT:Alternate GPT header not at the end of the disk. [ 0.745922] GPT:90111 != 2097151 [ 0.746919] GPT: Use GNU Parted to correct GPT errors. [ 0.748330] vda: vda1 vda15 [ 0.750031] scsi host0: ata_piix [ 0.751152] scsi host1: ata_piix [ 0.752200] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.753975] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.756304] libphy: Fixed MDIO Bus: probed [ 0.757510] tun: Universal TUN/TAP device driver, 1.6 [ 0.758909] tun: (C) 1999-2004 Max Krasnyansky [ 0.761750] PPP generic driver version 2.4.2 [ 0.763073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.764792] ehci-pci: EHCI PCI platform driver [ 0.766051] ehci-platform: EHCI generic platform driver [ 0.767493] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.769145] ohci-pci: OHCI PCI platform driver [ 0.770417] ohci-platform: OHCI generic platform driver [ 0.771863] uhci_hcd: USB Universal Host Controller Interface driver [ 0.786527] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.787976] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.790088] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.791533] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.793175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.794961] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.797050] usb usb1: Product: UHCI Host Controller [ 0.798388] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.800140] usb usb1: SerialNumber: 0000:00:01.2 [ 0.801554] hub 1-0:1.0: USB hub found [ 0.802691] hub 1-0:1.0: 2 ports detected [ 0.804050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.807076] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.808460] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.809945] mousedev: PS/2 mouse device common for all mice [ 0.811744] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.814373] rtc_cmos 00:00: RTC can wake from S4 [ 0.815992] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.817710] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.819447] i2c /dev entries driver [ 0.820546] device-mapper: uevent: version 1.0.3 [ 0.821917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.824308] ledtrig-cpu: registered to indicate activity on CPUs [ 0.826270] NET: Registered protocol family 10 [ 0.827914] NET: Registered protocol family 17 [ 0.829220] Key type dns_resolver registered [ 0.830599] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.832479] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.835070] registered taskstats version 1 [ 0.836307] Loading compiled-in X.509 certificates [ 0.838237] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.841040] zswap: loaded using pool lzo/zbud [ 0.843277] Key type trusted registered [ 0.845548] Key type encrypted registered [ 0.846787] AppArmor: AppArmor sha1 policy hashing enabled [ 0.848338] ima: No TPM chip found, activating TPM-bypass! [ 0.849885] evm: HMAC attrs: 0x1 [ 0.851286] Magic number: 14:817:16 [ 0.852533] rtc_cmos 00:00: setting system clock to 2018-08-28 07:02:58 UTC (1535439778) [ 0.854951] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.856602] EDD information not available. [ 0.912254] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929039] Write protecting the kernel read-only data: 14336k [ 0.932151] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.934929] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.096773] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDT+yl1F5KVAynU4V6mbQRX164AfkpJce4rwW2QdKfJd90yENeNIqxPokTklsg6nwp0xR31dGKN0i9M2gP2BDaW1QSKyfb1EAIQnG2+wZwwnUr7en6UltcWGokGCAXAHTkGJ8W1EsUmvsssQeAUJqKh1Dd1Yc5ZcUZPb6G65DEy7fRE9T6AySzrYstTqv3ZGdAWwdmXXztFXFZ1+ozShoOUC69yLoNGVDXNw4/8y3/MPYOU+hstpBiw++Blz4p3lZD8FWxdNxQSr1vGkGlk29y6wuMWK21FISt3A1frAmck0o7o5tkprpMoaYa2XwqMqNznt2nquRawuoqQddLC17XL root@vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67 ssh-dss AAAAB3NzaC1kc3MAAACBAMh6wUGnMlTsaDRJnr7Wo8w02BGu+aCKkLxxeUEaLC+74FOIZF9EocyykXInCbaMKJP4udG8gHfsT544rlEqcgiaqZjLB1gOVL/VxyvUVvyJGIEDzRYJk2LivfH0dL3kvFrg1MNnB6RRzSZ5r50ZLYSHlTRlnyD4Ve9e0fUmoTcZAAAAFQCgMcyeWG3hj5/p3Fkzd6lDK2407wAAAIBSOCsWaKKjZvY5C3SPHpW0PFsr5Cx3XDLx1CwroisbC6hsVdLjE7XponoTlgvyIYls/nAvT3Q1drnlYyUgl2Bb404a/J679JkNTmYGyTfQqeIm4rzEz10FR61sp6LcvmbdmyXO69zwwbAIq5u8LxA47ABNteCvrM3vfQ3MmMpLcAAAAH8VtG0OEMETauOH2yAqsaCz7dd0RzrJgjTJ3zoIN5Ox/KMG62ShKKeYV1ay0OZr9UijoWqPrccQ8yoSDmN0dRYJ1lYWTEAhhGtWwj+YGNpUI+C5xqV9ty6X15FQyhphecXsoGr81LvO2BZ4YRZmgF/ppIF69tJl38OjdI2W4PZ0 root@vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fee8:fcb9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67 launch-index: 0 === cirros: current=0.4.0 uptime=4.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-07be7deb-d19a-42ba-92ff-aae25b061b67 login: 2018-08-28 07:03:04,209 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb741d0L 2018-08-28 07:03:04,210 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 07:03:04,210 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 07:03:04,210 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 07:03:04,211 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-28 07:03:04,211 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 07:03:04,212 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 07:03:04,212 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 07:03:04,212 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 07:03:04,212 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 07:03:04,229 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 07:03:04,230 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 07:03:04,242 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 60c5660d507186ece9cb79e8e3671b5d 2018-08-28 07:03:04,243 - paramiko.transport - DEBUG - Trying discovered key dee3798fe68bc1ca51aa043511f16f31 in /tmp/tmp0sIlUE 2018-08-28 07:03:04,268 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 07:03:04,274 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 07:03:04,276 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 07:03:04,277 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 07:03:04,277 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 07:03:04,278 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 07:03:04,281 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 07:03:04,281 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.9 (192.168.120.9): 56 data bytes 64 bytes from 192.168.120.9: seq=0 ttl=64 time=0.884 ms --- 192.168.120.9 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.884/0.884/0.884 ms 2018-08-28 07:03:04,282 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-28 07:03:04,285 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 07:03:04,405 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:03:04,405 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-28 07:03:04,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:03:04,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:04,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:03:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e6467a4-b11b-4e8a-a2a5-f7943067506a x-compute-request-id: req-1e6467a4-b11b-4e8a-a2a5-f7943067506a Content-Type: application/json 2018-08-28 07:03:04,765 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c used request id req-1e6467a4-b11b-4e8a-a2a5-f7943067506a 2018-08-28 07:03:04,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.354326963425s 2018-08-28 07:03:04,765 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c used request id req-1e6467a4-b11b-4e8a-a2a5-f7943067506a 2018-08-28 07:03:04,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:04,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:05,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-de26bacc-ede3-4fef-91f7-dc564c846145 x-compute-request-id: req-de26bacc-ede3-4fef-91f7-dc564c846145 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:57.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:57Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:98:ef", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3aa9c374-5718-42d5-b11f-4c395bc6867c", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:42.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "3aa9c374-5718-42d5-b11f-4c395bc6867c", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:04Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:32Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:05,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-de26bacc-ede3-4fef-91f7-dc564c846145 2018-08-28 07:03:05,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.953027009964s 2018-08-28 07:03:05,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-de26bacc-ede3-4fef-91f7-dc564c846145 2018-08-28 07:03:05,722 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:07,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:07,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:08,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1068bd81-fe24-414f-95d2-358aa45cf9f9 x-compute-request-id: req-1068bd81-fe24-414f-95d2-358aa45cf9f9 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:57.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:02:57Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:08,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1068bd81-fe24-414f-95d2-358aa45cf9f9 2018-08-28 07:03:08,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6753718853s 2018-08-28 07:03:08,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1068bd81-fe24-414f-95d2-358aa45cf9f9 2018-08-28 07:03:08,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 07:03:08,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/45934a3a-ff70-48bf-a701-1ff23f330472.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:09,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b4f1715-d17d-4df7-836f-9d9e2f114a36 Content-Length: 0 Date: Tue, 28 Aug 2018 07:03:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:03:09,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/45934a3a-ff70-48bf-a701-1ff23f330472.json used request id req-2b4f1715-d17d-4df7-836f-9d9e2f114a36 2018-08-28 07:03:09,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.05348181725s 2018-08-28 07:03:09,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/45934a3a-ff70-48bf-a701-1ff23f330472.json used request id req-2b4f1715-d17d-4df7-836f-9d9e2f114a36 2018-08-28 07:03:09,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:03:09,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:09,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3ffc2b9a-c4c7-4c46-9aeb-957782d79fae Date: Tue, 28 Aug 2018 07:03:09 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:03:09,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3ffc2b9a-c4c7-4c46-9aeb-957782d79fae 2018-08-28 07:03:09,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0414171218872s 2018-08-28 07:03:09,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3ffc2b9a-c4c7-4c46-9aeb-957782d79fae 2018-08-28 07:03:09,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:03:09,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:09,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:03:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb543887-f00d-4b91-90e2-3e22491092d8 x-compute-request-id: req-cb543887-f00d-4b91-90e2-3e22491092d8 Content-Type: application/json 2018-08-28 07:03:09,855 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-cb543887-f00d-4b91-90e2-3e22491092d8 2018-08-28 07:03:09,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.348649978638s 2018-08-28 07:03:09,855 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba used request id req-cb543887-f00d-4b91-90e2-3e22491092d8 2018-08-28 07:03:09,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:09,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:10,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87244144-32da-4e06-96bf-311b77cf88c8 x-compute-request-id: req-87244144-32da-4e06-96bf-311b77cf88c8 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:fc:b9", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a6c15204-03da-49d2-bf5b-f6863b580dba", "rel": "bookmark"}], "image": {"id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "links": [{"href": "http://172.30.9.22:8774/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:02:57.000000", "flavor": {"id": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "links": [{"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "bookmark"}]}, "id": "a6c15204-03da-49d2-bf5b-f6863b580dba", "security_groups": [{"name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}], "user_id": "43f94b22774649b49b12b4ab7bca3286", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:09Z", "hostId": "d4efeae1cf49754c9bb084af18b5471ca345676d399a35764ba80e59", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67", "name": "vping_ssh-vm_07be7deb-d19a-42ba-92ff-aae25b061b67", "created": "2018-08-28T07:02:50Z", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:10,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87244144-32da-4e06-96bf-311b77cf88c8 2018-08-28 07:03:10,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920870780945s 2018-08-28 07:03:10,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-87244144-32da-4e06-96bf-311b77cf88c8 2018-08-28 07:03:10,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:12,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:12,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39bb0696-9066-4797-9967-846db55bf477 x-compute-request-id: req-39bb0696-9066-4797-9967-846db55bf477 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 07:03:12,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-39bb0696-9066-4797-9967-846db55bf477 2018-08-28 07:03:12,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0693581104279s 2018-08-28 07:03:12,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-39bb0696-9066-4797-9967-846db55bf477 2018-08-28 07:03:12,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:03:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:13,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-acca7d6f-af1c-4e55-afdd-ad4ed60dff54 Date: Tue, 28 Aug 2018 07:03:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:14Z", "updated_at": "2018-08-28T07:02:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "12b2b2c1-1b60-40b6-a199-e7367a2b7837", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "b61638e8-0a8f-4194-87f1-8baa26b8e508", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ba2cc3d3-042a-457d-a5b6-860670e1438d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:14Z", "revision_number": 0, "id": "ef91350f-ff09-48a8-8c46-3be58749d104", "remote_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:14Z", "security_group_id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 1, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "00b007c3-7f0f-4092-9bc0-80e5d246d57f", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:25Z", "updated_at": "2018-08-28T07:02:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:02:26Z", "revision_number": 0, "id": "4a7129c5-5dc3-419d-8eab-e89888517d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:26Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "b9870bfe-1872-4281-940b-6e9be567f50e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:25Z", "revision_number": 0, "id": "cbf80a73-cc36-4a9d-aefd-a4ab598be8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:25Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0cb3403401141d4b627b24cfb573167"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:02:26Z", "revision_number": 0, "id": "dde21ead-98de-41f2-96ca-9658497f60e0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:02:26Z", "security_group_id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0cb3403401141d4b627b24cfb573167"}], "revision_number": 3, "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc", "name": "vping_ssh-sg_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:03:13,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-acca7d6f-af1c-4e55-afdd-ad4ed60dff54 2018-08-28 07:03:13,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.281338214874s 2018-08-28 07:03:13,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-acca7d6f-af1c-4e55-afdd-ad4ed60dff54 2018-08-28 07:03:13,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 07:03:13,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:13,606 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aec34854-1fda-4426-9e9e-9a891bdc2027 Content-Length: 0 Date: Tue, 28 Aug 2018 07:03:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:03:13,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc.json used request id req-aec34854-1fda-4426-9e9e-9a891bdc2027 2018-08-28 07:03:13,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.467690944672s 2018-08-28 07:03:13,607 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/6c8dbd8e-fdb2-4a9e-8bce-31b1afc320dc.json used request id req-aec34854-1fda-4426-9e9e-9a891bdc2027 2018-08-28 07:03:13,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 07:03:13,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:13,676 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:03:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ca1e535b-3639-4f2a-8ea1-6ffcbffa84f9 x-compute-request-id: req-ca1e535b-3639-4f2a-8ea1-6ffcbffa84f9 Content-Length: 0 Content-Type: application/json 2018-08-28 07:03:13,676 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67 used request id req-ca1e535b-3639-4f2a-8ea1-6ffcbffa84f9 2018-08-28 07:03:13,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.068507194519s 2018-08-28 07:03:13,676 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_07be7deb-d19a-42ba-92ff-aae25b061b67 used request id req-ca1e535b-3639-4f2a-8ea1-6ffcbffa84f9 2018-08-28 07:03:13,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 07:03:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/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}38facec9f7656c8ccab5e296489b2c8340205664" -d '{"subnet_id": "bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"}' 2018-08-28 07:03:15,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a02eb79-babd-4f97-9c44-92cd351c4168 Date: Tue, 28 Aug 2018 07:03:15 GMT RESP BODY: {"network_id": "d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd", "tenant_id": "a0cb3403401141d4b627b24cfb573167", "subnet_id": "bc4e97bf-1b00-46b5-b0f3-9ca728df71f5", "subnet_ids": ["bc4e97bf-1b00-46b5-b0f3-9ca728df71f5"], "port_id": "7dc64f16-e211-4699-9586-3fdf2229074c", "id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1"} 2018-08-28 07:03:15,652 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/remove_router_interface.json used request id req-3a02eb79-babd-4f97-9c44-92cd351c4168 2018-08-28 07:03:15,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97543597221s 2018-08-28 07:03:15,652 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1/remove_router_interface.json used request id req-3a02eb79-babd-4f97-9c44-92cd351c4168 returning object 62bb36b6-6c5b-4187-91f2-2f1038097fb1 2018-08-28 07:03:15,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 07:03:15,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:16,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-04ae9a2f-8bc8-463c-a0ab-d778f3611a7b Date: Tue, 28 Aug 2018 07:03:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "a0cb3403401141d4b627b24cfb573167", "created_at": "2018-08-28T07:02:16Z", "admin_state_up": true, "updated_at": "2018-08-28T07:03:15Z", "revision_number": 4, "routes": [], "project_id": "a0cb3403401141d4b627b24cfb573167", "id": "62bb36b6-6c5b-4187-91f2-2f1038097fb1", "name": "vping_ssh-router_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:03:16,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-04ae9a2f-8bc8-463c-a0ab-d778f3611a7b 2018-08-28 07:03:16,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.562376022339s 2018-08-28 07:03:16,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-04ae9a2f-8bc8-463c-a0ab-d778f3611a7b 2018-08-28 07:03:16,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 07:03:16,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:17,849 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f56b89f-e494-4db3-8785-35245e21dcb1 Content-Length: 0 Date: Tue, 28 Aug 2018 07:03:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:03:17,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1.json used request id req-5f56b89f-e494-4db3-8785-35245e21dcb1 2018-08-28 07:03:17,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63219118118s 2018-08-28 07:03:17,849 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/62bb36b6-6c5b-4187-91f2-2f1038097fb1.json used request id req-5f56b89f-e494-4db3-8785-35245e21dcb1 2018-08-28 07:03:17,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:03:17,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:17,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4842729c-f41c-4ba9-ae16-55eebaa2ba03 Date: Tue, 28 Aug 2018 07:03:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:02:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a0cb3403401141d4b627b24cfb573167","id":"bc4e97bf-1b00-46b5-b0f3-9ca728df71f5","subnetpool_id":null,"name":"vping_ssh-subnet_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:03:17,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4842729c-f41c-4ba9-ae16-55eebaa2ba03 2018-08-28 07:03:17,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0421109199524s 2018-08-28 07:03:17,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4842729c-f41c-4ba9-ae16-55eebaa2ba03 2018-08-28 07:03:17,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 07:03:17,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/bc4e97bf-1b00-46b5-b0f3-9ca728df71f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:20,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eddee58f-8812-41cd-90b1-0c497d511da1 Date: Tue, 28 Aug 2018 07:03:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:03:20,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bc4e97bf-1b00-46b5-b0f3-9ca728df71f5.json used request id req-eddee58f-8812-41cd-90b1-0c497d511da1 2018-08-28 07:03:20,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.15050911903s 2018-08-28 07:03:20,045 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bc4e97bf-1b00-46b5-b0f3-9ca728df71f5.json used request id req-eddee58f-8812-41cd-90b1-0c497d511da1 2018-08-28 07:03:20,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:20,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-a39abf65-cf11-458a-8f2d-7bc6339edf8b Date: Tue, 28 Aug 2018 07:03:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T07:03:19Z","tenant_id":"a0cb3403401141d4b627b24cfb573167","created_at":"2018-08-28T07:02:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a0cb3403401141d4b627b24cfb573167","id":"d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd","name":"vping_ssh-net_07be7deb-d19a-42ba-92ff-aae25b061b67"}]} 2018-08-28 07:03:20,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a39abf65-cf11-458a-8f2d-7bc6339edf8b 2018-08-28 07:03:20,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128690958023s 2018-08-28 07:03:20,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a39abf65-cf11-458a-8f2d-7bc6339edf8b 2018-08-28 07:03:20,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 07:03:20,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:21,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b748b53-636a-423a-b82e-d96529797e82 Date: Tue, 28 Aug 2018 07:03:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:03:21,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd.json used request id req-5b748b53-636a-423a-b82e-d96529797e82 2018-08-28 07:03:21,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37504816055s 2018-08-28 07:03:21,551 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/d348cd8e-8dc9-46a0-bb62-39e0bd81ecdd.json used request id req-5b748b53-636a-423a-b82e-d96529797e82 2018-08-28 07:03:21,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:03:21,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:21,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-56f908b4-0da2-4f51-a7a7-b84a8c263a29 Date: Tue, 28 Aug 2018 07:03:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:02:22Z", "file": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/file", "owner": "a0cb3403401141d4b627b24cfb573167", "id": "58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "size": 12716032, "self": "/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_07be7deb-d19a-42ba-92ff-aae25b061b67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:02:21Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:03:21,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-56f908b4-0da2-4f51-a7a7-b84a8c263a29 2018-08-28 07:03:21,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310054063797s 2018-08-28 07:03:21,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-56f908b4-0da2-4f51-a7a7-b84a8c263a29 2018-08-28 07:03:21,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 07:03:21,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}38facec9f7656c8ccab5e296489b2c8340205664" 2018-08-28 07:03:23,099 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0fa63856-e806-4378-a2b0-d541a3334628 Date: Tue, 28 Aug 2018 07:03:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:03:23,099 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938 used request id req-0fa63856-e806-4378-a2b0-d541a3334628 2018-08-28 07:03:23,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23223304749s 2018-08-28 07:03:23,100 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/58f28f4b-493d-4e60-9b29-a3c6ca8ba938 used request id req-0fa63856-e806-4378-a2b0-d541a3334628 2018-08-28 07:03:23,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:03:23,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:23,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-837b6e96-8297-4a82-aea1-409cb61317dc x-compute-request-id: req-837b6e96-8297-4a82-aea1-409cb61317dc Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4", "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": "408e5d88-bbc0-4807-a397-4c4c1c2e1ea4"}]} 2018-08-28 07:03:23,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-837b6e96-8297-4a82-aea1-409cb61317dc 2018-08-28 07:03:23,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234768390656s 2018-08-28 07:03:23,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-837b6e96-8297-4a82-aea1-409cb61317dc 2018-08-28 07:03:23,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 07:03:23,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:23,166 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:03: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-7d2ec306-8b32-4f4b-80b0-9a5745027f94 x-compute-request-id: req-7d2ec306-8b32-4f4b-80b0-9a5745027f94 Content-Length: 0 Content-Type: application/json 2018-08-28 07:03:23,166 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4 used request id req-7d2ec306-8b32-4f4b-80b0-9a5745027f94 2018-08-28 07:03:23,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0404930114746s 2018-08-28 07:03:23,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/408e5d88-bbc0-4807-a397-4c4c1c2e1ea4 used request id req-7d2ec306-8b32-4f4b-80b0-9a5745027f94 2018-08-28 07:03:23,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:03:23,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:23,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53519f03-16de-480e-a8ac-e152831c3939 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": {"self": "http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "43f94b22774649b49b12b4ab7bca3286", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:03:23,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-53519f03-16de-480e-a8ac-e152831c3939 2018-08-28 07:03:23,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203032970428s 2018-08-28 07:03:23,371 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-53519f03-16de-480e-a8ac-e152831c3939 2018-08-28 07:03:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:03:23,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:23,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f315993c-d0a4-4a95-a291-89483f0124f9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_07be7deb-d19a-42ba-92ff-aae25b061b67", "links": {"self": "http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "43f94b22774649b49b12b4ab7bca3286", "description": null}} 2018-08-28 07:03:23,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 used request id req-f315993c-d0a4-4a95-a291-89483f0124f9 2018-08-28 07:03:23,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216428995132s 2018-08-28 07:03:23,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 used request id req-f315993c-d0a4-4a95-a291-89483f0124f9 2018-08-28 07:03:23,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 07:03:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:23,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3db46b61-2034-4a70-b108-e63b231a723f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:03:23,973 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 used request id req-3db46b61-2034-4a70-b108-e63b231a723f 2018-08-28 07:03:23,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.379091024399s 2018-08-28 07:03:23,973 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/43f94b22774649b49b12b4ab7bca3286 used request id req-3db46b61-2034-4a70-b108-e63b231a723f 2018-08-28 07:03:23,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:03:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:24,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98561574-1982-4657-9371-cb9b045e5edf Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167"}, "tags": [], "enabled": true, "id": "a0cb3403401141d4b627b24cfb573167", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_07be7deb-d19a-42ba-92ff-aae25b061b67"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 07:03:24,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-98561574-1982-4657-9371-cb9b045e5edf 2018-08-28 07:03:24,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184152126312s 2018-08-28 07:03:24,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-98561574-1982-4657-9371-cb9b045e5edf 2018-08-28 07:03:24,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 07:03:24,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}19222ca862f235a7105d6f04e38d51829bba7af1" 2018-08-28 07:03:24,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:03:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-494a6b2a-03c5-4dac-844d-d1bd5acb43bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:03:24,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167 used request id req-494a6b2a-03c5-4dac-844d-d1bd5acb43bd 2018-08-28 07:03:24,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.341887950897s 2018-08-28 07:03:24,510 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/a0cb3403401141d4b627b24cfb573167 used request id req-494a6b2a-03c5-4dac-844d-d1bd5acb43bd 2018-08-28 07:03:24,565 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-28 07:03:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:03:24,607 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:03:24,608 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:03:24,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:03:24,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d454eb8c-2c5f-43ec-b6ab-12b5a658359f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:03:24,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d454eb8c-2c5f-43ec-b6ab-12b5a658359f 2018-08-28 07:03:24,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:03:25,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T08:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["LbPNI4JuQdmtSuO6DoUizQ"], "issued_at": "2018-08-28T07:03:24.000000Z"}} 2018-08-28 07:03:25,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:25,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7f5d24d5-ed8a-4365-b43c-c835f0fe00e5 Date: Tue, 28 Aug 2018 07:03:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:03:25,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f5d24d5-ed8a-4365-b43c-c835f0fe00e5 2018-08-28 07:03:25,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332104921341s 2018-08-28 07:03:25,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f5d24d5-ed8a-4365-b43c-c835f0fe00e5 2018-08-28 07:03:25,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:03:25,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-708d462a-0843-44c4-baf4-39591b10ff37 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 07:03:25,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-708d462a-0843-44c4-baf4-39591b10ff37 2018-08-28 07:03:25,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:03:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:25,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7712f7e3-9767-4af5-84fd-996a056639a3 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 07:03:25,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-7712f7e3-9767-4af5-84fd-996a056639a3 2018-08-28 07:03:25,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201308012009s 2018-08-28 07:03:25,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-7712f7e3-9767-4af5-84fd-996a056639a3 2018-08-28 07:03:25,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 07:03:25,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}}' 2018-08-28 07:03:25,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-032c0009-1798-47b6-819e-b63d688625a2 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2"}, "tags": [], "enabled": true, "id": "f8677e6056914d759abfc4180024adb2", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}} 2018-08-28 07:03:25,808 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-032c0009-1798-47b6-819e-b63d688625a2 2018-08-28 07:03:25,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.253052949905s 2018-08-28 07:03:25,808 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-032c0009-1798-47b6-819e-b63d688625a2 2018-08-28 07:03:25,809 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'f8677e6056914d759abfc4180024adb2', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32'}) 2018-08-28 07:03:25,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 07:03:25,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "692d4137-27e0-4a50-90f3-31d7e6385124", "email": null, "name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}}' 2018-08-28 07:03:26,332 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af95b76-a1e9-45e1-81dd-b05641d367f8 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": {"self": "http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c790a71d019d4b238ffc9a7035bc0d38", "domain_id": "default", "password_expires_at": null}} 2018-08-28 07:03:26,332 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3af95b76-a1e9-45e1-81dd-b05641d367f8 2018-08-28 07:03:26,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.516795158386s 2018-08-28 07:03:26,332 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3af95b76-a1e9-45e1-81dd-b05641d367f8 2018-08-28 07:03:26,333 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c790a71d019d4b238ffc9a7035bc0d38', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32'}) 2018-08-28 07:03:26,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:03:26,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:26,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9d13e9-290c-404c-ae66-4b90b0f01d20 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:03:26,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2b9d13e9-290c-404c-ae66-4b90b0f01d20 2018-08-28 07:03:26,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202922821045s 2018-08-28 07:03:26,540 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2b9d13e9-290c-404c-ae66-4b90b0f01d20 2018-08-28 07:03:26,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:03:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:26,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9dafb25-cb96-453d-b74c-32db8ffd90c2 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:03:26,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d9dafb25-cb96-453d-b74c-32db8ffd90c2 2018-08-28 07:03:26,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18035697937s 2018-08-28 07:03:26,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d9dafb25-cb96-453d-b74c-32db8ffd90c2 2018-08-28 07:03:26,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:03:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:26,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571408cc-e669-42d3-9384-42c440f4635c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:03:26,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-571408cc-e669-42d3-9384-42c440f4635c 2018-08-28 07:03:26,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196630001068s 2018-08-28 07:03:26,927 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-571408cc-e669-42d3-9384-42c440f4635c 2018-08-28 07:03:26,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:03:26,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:27,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f6a97b-1b3b-4a06-a816-454dc0b161b9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 07:03:27,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a9f6a97b-1b3b-4a06-a816-454dc0b161b9 2018-08-28 07:03:27,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195123910904s 2018-08-28 07:03:27,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a9f6a97b-1b3b-4a06-a816-454dc0b161b9 2018-08-28 07:03:27,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:03:27,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:27,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7429f72-9528-41e8-98ee-09f6d3765532 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": {"self": "http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c790a71d019d4b238ffc9a7035bc0d38", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:03:27,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c7429f72-9528-41e8-98ee-09f6d3765532 2018-08-28 07:03:27,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20436501503s 2018-08-28 07:03:27,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c7429f72-9528-41e8-98ee-09f6d3765532 2018-08-28 07:03:27,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:03:27,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:27,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c38752cb-b88e-44d8-b948-6aff18532d7f Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2"}, "tags": [], "enabled": true, "id": "f8677e6056914d759abfc4180024adb2", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}]} 2018-08-28 07:03:27,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c38752cb-b88e-44d8-b948-6aff18532d7f 2018-08-28 07:03:27,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193884849548s 2018-08-28 07:03:27,540 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c38752cb-b88e-44d8-b948-6aff18532d7f 2018-08-28 07:03:27,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 07:03:27,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=c790a71d019d4b238ffc9a7035bc0d38&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=f8677e6056914d759abfc4180024adb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:27,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ae8825-1bae-442c-9919-200c59adfb61 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=c790a71d019d4b238ffc9a7035bc0d38&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=f8677e6056914d759abfc4180024adb2", "previous": null, "next": null}} 2018-08-28 07:03:27,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=c790a71d019d4b238ffc9a7035bc0d38&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=f8677e6056914d759abfc4180024adb2 used request id req-02ae8825-1bae-442c-9919-200c59adfb61 2018-08-28 07:03:27,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.201987981796s 2018-08-28 07:03:27,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=c790a71d019d4b238ffc9a7035bc0d38&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=f8677e6056914d759abfc4180024adb2 used request id req-02ae8825-1bae-442c-9919-200c59adfb61 2018-08-28 07:03:27,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 07:03:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2/users/c790a71d019d4b238ffc9a7035bc0d38/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:03:27,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90b2281d-6d2f-4e27-a512-f2e48f0d754e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:03:27,948 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2/users/c790a71d019d4b238ffc9a7035bc0d38/roles/be461924f6ba41089862cc08bd33fa57 used request id req-90b2281d-6d2f-4e27-a512-f2e48f0d754e 2018-08-28 07:03:27,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.194524049759s 2018-08-28 07:03:27,948 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2/users/c790a71d019d4b238ffc9a7035bc0d38/roles/be461924f6ba41089862cc08bd33fa57 used request id req-90b2281d-6d2f-4e27-a512-f2e48f0d754e 2018-08-28 07:03:27,949 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 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'f8677e6056914d759abfc4180024adb2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '692d4137-27e0-4a50-90f3-31d7e6385124', 'username': u'vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 07:03:27,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:03:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:03:27,952 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:03:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:03:27,955 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'password': '692d4137-27e0-4a50-90f3-31d7e6385124', 'project_name': 'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f8677e6056914d759abfc4180024adb2', 'project_domain_name': 'Default'} 2018-08-28 07:03:27,955 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-28 07:03:27,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:03:27,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949be112-f969-42e9-a28f-99c619233297 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:03:27,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-949be112-f969-42e9-a28f-99c619233297 2018-08-28 07:03:27,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:03:28,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T08:03:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f8677e6056914d759abfc4180024adb2", "name": "vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/f8677e6056914d759abfc4180024adb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/f8677e6056914d759abfc4180024adb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/f8677e6056914d759abfc4180024adb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/f8677e6056914d759abfc4180024adb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/f8677e6056914d759abfc4180024adb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/f8677e6056914d759abfc4180024adb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_f8677e6056914d759abfc4180024adb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f8677e6056914d759abfc4180024adb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/f8677e6056914d759abfc4180024adb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/f8677e6056914d759abfc4180024adb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/f8677e6056914d759abfc4180024adb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/f8677e6056914d759abfc4180024adb2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/f8677e6056914d759abfc4180024adb2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/f8677e6056914d759abfc4180024adb2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "id": "c790a71d019d4b238ffc9a7035bc0d38"}, "audit_ids": ["RlnnMpwgQPycrEpeRK6v9A"], "issued_at": "2018-08-28T07:03:28.000000Z"}} 2018-08-28 07:03:28,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 07:03:28,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"network": {"name": "vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "admin_state_up": true}}' 2018-08-28 07:03:29,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-836e97e3-3412-4ca8-ae06-50c883ff21ea Date: Tue, 28 Aug 2018 07:03:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T07:03:28Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}} 2018-08-28 07:03:29,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-836e97e3-3412-4ca8-ae06-50c883ff21ea 2018-08-28 07:03:29,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.740328073502s 2018-08-28 07:03:29,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-836e97e3-3412-4ca8-ae06-50c883ff21ea 2018-08-28 07:03:29,106 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:03:28Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'39673d56-40eb-4873-b80a-966d7b676436', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32', u'admin_state_up': True, u'tenant_id': u'f8677e6056914d759abfc4180024adb2', u'created_at': u'2018-08-28T07:03:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f8677e6056914d759abfc4180024adb2'}) 2018-08-28 07:03:29,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:29,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:29,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-93503d6c-0f04-43ef-bc2c-95df91c6f82e Date: Tue, 28 Aug 2018 07:03:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T07:03:28Z","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:03:29,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-93503d6c-0f04-43ef-bc2c-95df91c6f82e 2018-08-28 07:03:29,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.456008195877s 2018-08-28 07:03:29,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-93503d6c-0f04-43ef-bc2c-95df91c6f82e 2018-08-28 07:03:29,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 07:03:29,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"subnet": {"name": "vping_userdata-subnet_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "enable_dhcp": true, "network_id": "39673d56-40eb-4873-b80a-966d7b676436", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 07:03:30,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-333c3127-b2c6-4e27-89d5-9cbb575eb514 Date: Tue, 28 Aug 2018 07:03:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39673d56-40eb-4873-b80a-966d7b676436","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:03:30Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f8677e6056914d759abfc4180024adb2","id":"9269c2cd-efdd-4b00-a1bf-a751a8494fa6","subnetpool_id":null,"name":"vping_userdata-subnet_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}} 2018-08-28 07:03:30,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-333c3127-b2c6-4e27-89d5-9cbb575eb514 2018-08-28 07:03:30,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.947985172272s 2018-08-28 07:03:30,513 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-333c3127-b2c6-4e27-89d5-9cbb575eb514 2018-08-28 07:03:30,514 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:03:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9269c2cd-efdd-4b00-a1bf-a751a8494fa6', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_9c58c965-74c4-4e8d-b8cd-1e923d494a32', u'enable_dhcp': True, u'network_id': u'39673d56-40eb-4873-b80a-966d7b676436', u'tenant_id': u'f8677e6056914d759abfc4180024adb2', u'created_at': u'2018-08-28T07:03:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f8677e6056914d759abfc4180024adb2'}) 2018-08-28 07:03:30,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 07:03:30,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "vping_userdata-router_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "admin_state_up": true}}' 2018-08-28 07:03:32,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-a5af5cae-6702-4a90-becc-3950e2e1301f Date: Tue, 28 Aug 2018 07:03:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f8677e6056914d759abfc4180024adb2", "created_at": "2018-08-28T07:03:30Z", "admin_state_up": true, "updated_at": "2018-08-28T07:03:31Z", "revision_number": 2, "routes": [], "project_id": "f8677e6056914d759abfc4180024adb2", "id": "2cfc0702-57fd-49bd-99e6-6dffe94851a8", "name": "vping_userdata-router_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}} 2018-08-28 07:03:32,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a5af5cae-6702-4a90-becc-3950e2e1301f 2018-08-28 07:03:32,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57685685158s 2018-08-28 07:03:32,092 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a5af5cae-6702-4a90-becc-3950e2e1301f 2018-08-28 07:03:32,092 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f8677e6056914d759abfc4180024adb2', u'created_at': u'2018-08-28T07:03:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T07:03:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'f8677e6056914d759abfc4180024adb2', u'id': u'2cfc0702-57fd-49bd-99e6-6dffe94851a8', u'name': u'vping_userdata-router_9c58c965-74c4-4e8d-b8cd-1e923d494a32'}) 2018-08-28 07:03:32,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 07:03:32,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/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}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"subnet_id": "9269c2cd-efdd-4b00-a1bf-a751a8494fa6"}' 2018-08-28 07:03:34,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b91c8317-c575-47e2-a56b-410b5e8fae63 Date: Tue, 28 Aug 2018 07:03:34 GMT RESP BODY: {"network_id": "39673d56-40eb-4873-b80a-966d7b676436", "tenant_id": "f8677e6056914d759abfc4180024adb2", "subnet_id": "9269c2cd-efdd-4b00-a1bf-a751a8494fa6", "subnet_ids": ["9269c2cd-efdd-4b00-a1bf-a751a8494fa6"], "port_id": "925011fa-946d-4a4a-8408-7a5bff13d09b", "id": "2cfc0702-57fd-49bd-99e6-6dffe94851a8"} 2018-08-28 07:03:34,111 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/add_router_interface.json used request id req-b91c8317-c575-47e2-a56b-410b5e8fae63 2018-08-28 07:03:34,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.01822209358s 2018-08-28 07:03:34,111 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/add_router_interface.json used request id req-b91c8317-c575-47e2-a56b-410b5e8fae63 returning object 2cfc0702-57fd-49bd-99e6-6dffe94851a8 2018-08-28 07:03:34,112 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 07:03:34,244 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 07:03:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:03:34,251 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 07:03:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 07:03:34,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:03:34,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:34,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9095fe5d-79d8-47ed-b08e-d6603e7b5ac3 Date: Tue, 28 Aug 2018 07:03:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:03:34,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9095fe5d-79d8-47ed-b08e-d6603e7b5ac3 2018-08-28 07:03:34,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.287806034088s 2018-08-28 07:03:34,545 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9095fe5d-79d8-47ed-b08e-d6603e7b5ac3 2018-08-28 07:03:34,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 07:03:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}' 2018-08-28 07:03:35,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bc465f01-df9a-4ab1-948a-254dbaef8995 Date: Tue, 28 Aug 2018 07:03:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:03:35Z", "file": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file", "owner": "f8677e6056914d759abfc4180024adb2", "id": "93678b2e-6adc-4f79-8541-213e9969823e", "size": null, "self": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "checksum": null, "created_at": "2018-08-28T07:03:35Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 07:03:35,371 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-bc465f01-df9a-4ab1-948a-254dbaef8995 2018-08-28 07:03:35,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.81836104393s 2018-08-28 07:03:35,371 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-bc465f01-df9a-4ab1-948a-254dbaef8995 returning object 93678b2e-6adc-4f79-8541-213e9969823e 2018-08-28 07:03:35,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 07:03:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/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}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '' 2018-08-28 07:03:36,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6df25ff7-4b35-47b7-8e82-3a77e4f0b658 Date: Tue, 28 Aug 2018 07:03:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:03:36,974 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file used request id req-6df25ff7-4b35-47b7-8e82-3a77e4f0b658 2018-08-28 07:03:36,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.60162591934s 2018-08-28 07:03:36,974 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file used request id req-6df25ff7-4b35-47b7-8e82-3a77e4f0b658 2018-08-28 07:03:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:03:36,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:37,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-034f1fbe-965b-450e-8aa2-460129843fca Date: Tue, 28 Aug 2018 07:03:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:03:36Z", "file": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file", "owner": "f8677e6056914d759abfc4180024adb2", "id": "93678b2e-6adc-4f79-8541-213e9969823e", "size": 12716032, "self": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:03:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:03:37,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-034f1fbe-965b-450e-8aa2-460129843fca 2018-08-28 07:03:37,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.318094968796s 2018-08-28 07:03:37,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-034f1fbe-965b-450e-8aa2-460129843fca 2018-08-28 07:03:37,298 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file', 'owner': u'f8677e6056914d759abfc4180024adb2', 'id': u'93678b2e-6adc-4f79-8541-213e9969823e', 'size': 12716032, u'self': u'/v2/images/93678b2e-6adc-4f79-8541-213e9969823e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8677e6056914d759abfc4180024adb2', 'name': 'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T07:03:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T07:03:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32', '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/93678b2e-6adc-4f79-8541-213e9969823e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'created': u'2018-08-28T07:03:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T07:03:35Z', 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/93678b2e-6adc-4f79-8541-213e9969823e', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 07:03:37,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 07:03:37,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 07:03:37,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f261704b-4898-4197-b358-4a5f15d4d326 x-compute-request-id: req-f261704b-4898-4197-b358-4a5f15d4d326 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "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": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6"}} 2018-08-28 07:03:37,714 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f261704b-4898-4197-b358-4a5f15d4d326 2018-08-28 07:03:37,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.415242910385s 2018-08-28 07:03:37,715 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f261704b-4898-4197-b358-4a5f15d4d326 2018-08-28 07:03:37,716 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32', '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'ffb4780928b040148efb0f81bcbbd35f', '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'9dabcee8-3761-485e-88ae-3c3d7b1c24b6', 'swap': 0}) 2018-08-28 07:03:37,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 07:03:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6/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}73247859e714053bd274698c9802c0742dfef790" -d '{"extra_specs": {}}' 2018-08-28 07:03:37,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-650d95aa-ae2b-4605-ac47-5f86dcbae1fb x-compute-request-id: req-650d95aa-ae2b-4605-ac47-5f86dcbae1fb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 07:03:37,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6/os-extra_specs used request id req-650d95aa-ae2b-4605-ac47-5f86dcbae1fb 2018-08-28 07:03:37,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215220451355s 2018-08-28 07:03:37,738 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6/os-extra_specs used request id req-650d95aa-ae2b-4605-ac47-5f86dcbae1fb 2018-08-28 07:03:37,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:37,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:38,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-bae30bf7-4ac1-4362-8ab9-7bfec0488aa8 Date: Tue, 28 Aug 2018 07:03:38 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":["9269c2cd-efdd-4b00-a1bf-a751a8494fa6"],"updated_at":"2018-08-28T07:03:30Z","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:03:38,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bae30bf7-4ac1-4362-8ab9-7bfec0488aa8 2018-08-28 07:03:38,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346213102341s 2018-08-28 07:03:38,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bae30bf7-4ac1-4362-8ab9-7bfec0488aa8 2018-08-28 07:03:38,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:03:38,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:38,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-53921c49-db4c-45d5-87b3-c128d73c3efd Date: Tue, 28 Aug 2018 07:03:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:03:36Z", "file": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file", "owner": "f8677e6056914d759abfc4180024adb2", "id": "93678b2e-6adc-4f79-8541-213e9969823e", "size": 12716032, "self": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:03:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:03:38,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-53921c49-db4c-45d5-87b3-c128d73c3efd 2018-08-28 07:03:38,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298749923706s 2018-08-28 07:03:38,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-53921c49-db4c-45d5-87b3-c128d73c3efd 2018-08-28 07:03:38,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:03:38,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:38,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-f7c58489-0378-4ad5-96b2-48ef3be33169 x-compute-request-id: req-f7c58489-0378-4ad5-96b2-48ef3be33169 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "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": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6"}]} 2018-08-28 07:03:38,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f7c58489-0378-4ad5-96b2-48ef3be33169 2018-08-28 07:03:38,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.293751955032s 2018-08-28 07:03:38,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f7c58489-0378-4ad5-96b2-48ef3be33169 2018-08-28 07:03:38,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:03:38,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"server": {"name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "imageRef": "93678b2e-6adc-4f79-8541-213e9969823e", "flavorRef": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39673d56-40eb-4873-b80a-966d7b676436"}]}}' 2018-08-28 07:03:42,774 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:03: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-59df942e-1eec-4fd9-b291-cd4173e1ec27 x-compute-request-id: req-59df942e-1eec-4fd9-b291-cd4173e1ec27 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "adminPass": "L5JDCCo6fpVw"}} 2018-08-28 07:03:42,775 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-59df942e-1eec-4fd9-b291-cd4173e1ec27 2018-08-28 07:03:42,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.08834695816s 2018-08-28 07:03:42,775 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-59df942e-1eec-4fd9-b291-cd4173e1ec27 2018-08-28 07:03:42,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:42,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:43,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-95632ede-bf1b-409b-926e-ffcd629b2d4c x-compute-request-id: req-95632ede-bf1b-409b-926e-ffcd629b2d4c Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:43,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-95632ede-bf1b-409b-926e-ffcd629b2d4c 2018-08-28 07:03:43,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03615403175s 2018-08-28 07:03:43,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-95632ede-bf1b-409b-926e-ffcd629b2d4c 2018-08-28 07:03:43,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:43,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:43,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ded10a39-9faf-4dfc-8823-b846908cf526 Date: Tue, 28 Aug 2018 07:03:43 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":["9269c2cd-efdd-4b00-a1bf-a751a8494fa6"],"updated_at":"2018-08-28T07:03:30Z","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:03:43,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ded10a39-9faf-4dfc-8823-b846908cf526 2018-08-28 07:03:43,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0875260829926s 2018-08-28 07:03:43,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ded10a39-9faf-4dfc-8823-b846908cf526 2018-08-28 07:03:43,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:03:43,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:44,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f6fc443-6fc3-4ceb-8092-80866c42ee2d Date: Tue, 28 Aug 2018 07:03:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39673d56-40eb-4873-b80a-966d7b676436","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:03:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f8677e6056914d759abfc4180024adb2","id":"9269c2cd-efdd-4b00-a1bf-a751a8494fa6","subnetpool_id":null,"name":"vping_userdata-subnet_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}]} 2018-08-28 07:03:44,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9f6fc443-6fc3-4ceb-8092-80866c42ee2d 2018-08-28 07:03:44,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.299452066422s 2018-08-28 07:03:44,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9f6fc443-6fc3-4ceb-8092-80866c42ee2d 2018-08-28 07:03:44,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:46,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:46,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c69c5400-24b8-4e6b-9824-2af1d62a1475 x-compute-request-id: req-c69c5400-24b8-4e6b-9824-2af1d62a1475 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:46Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:46,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c69c5400-24b8-4e6b-9824-2af1d62a1475 2018-08-28 07:03:46,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714595079422s 2018-08-28 07:03:46,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c69c5400-24b8-4e6b-9824-2af1d62a1475 2018-08-28 07:03:46,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:48,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:49,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cb76292-2625-4010-8a3c-1a85128243ec x-compute-request-id: req-0cb76292-2625-4010-8a3c-1a85128243ec Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:46Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:49,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0cb76292-2625-4010-8a3c-1a85128243ec 2018-08-28 07:03:49,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720048189163s 2018-08-28 07:03:49,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0cb76292-2625-4010-8a3c-1a85128243ec 2018-08-28 07:03:49,658 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:51,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:51,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:52,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-66897487-3c22-4b18-b232-d41667d8c7a0 x-compute-request-id: req-66897487-3c22-4b18-b232-d41667d8c7a0 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:52,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66897487-3c22-4b18-b232-d41667d8c7a0 2018-08-28 07:03:52,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03173398972s 2018-08-28 07:03:52,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-66897487-3c22-4b18-b232-d41667d8c7a0 2018-08-28 07:03:52,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:03:52,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=5ef9bb98-c536-40ca-adf8-620f23ddba62" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:52,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5951b177-aacf-45a6-b50b-cbe8af953fb7 Date: Tue, 28 Aug 2018 07:03:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39673d56-40eb-4873-b80a-966d7b676436","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:47Z","admin_state_up":true,"updated_at":"2018-08-28T07:03:51Z","binding:vnic_type":"normal","device_id":"5ef9bb98-c536-40ca-adf8-620f23ddba62","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:06:ce:54","id":"dee3c723-d112-4d26-828d-dd32c965a8c7","port_security_enabled":true,"project_id":"f8677e6056914d759abfc4180024adb2","fixed_ips":[{"subnet_id":"9269c2cd-efdd-4b00-a1bf-a751a8494fa6","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["0a4565bc-9bf4-4d7c-a552-e347fc6e285a"],"name":""}]} 2018-08-28 07:03:52,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5ef9bb98-c536-40ca-adf8-620f23ddba62 used request id req-5951b177-aacf-45a6-b50b-cbe8af953fb7 2018-08-28 07:03:52,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.258270978928s 2018-08-28 07:03:52,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=5ef9bb98-c536-40ca-adf8-620f23ddba62 used request id req-5951b177-aacf-45a6-b50b-cbe8af953fb7 2018-08-28 07:03:52,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:03:52,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=dee3c723-d112-4d26-828d-dd32c965a8c7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:53,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-517fe5e1-da8b-4f53-becb-63471c78c54a Date: Tue, 28 Aug 2018 07:03:53 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:03:53,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=dee3c723-d112-4d26-828d-dd32c965a8c7 used request id req-517fe5e1-da8b-4f53-becb-63471c78c54a 2018-08-28 07:03:53,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0584321022034s 2018-08-28 07:03:53,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=dee3c723-d112-4d26-828d-dd32c965a8c7 used request id req-517fe5e1-da8b-4f53-becb-63471c78c54a 2018-08-28 07:03:53,020 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:06:ce:54', 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'93678b2e-6adc-4f79-8541-213e9969823e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:03:51.000000', 'flavor': Munch({u'id': u'9dabcee8-3761-485e-88ae-3c3d7b1c24b6'}), 'az': u'nova', 'id': u'5ef9bb98-c536-40ca-adf8-620f23ddba62', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c790a71d019d4b238ffc9a7035bc0d38', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8677e6056914d759abfc4180024adb2', 'name': 'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:03:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:03:51Z', 'hostId': u'640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:03:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f8677e6056914d759abfc4180024adb2', 'name': u'vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'adminPass': u'L5JDCCo6fpVw', 'tenant_id': u'f8677e6056914d759abfc4180024adb2', 'created_at': u'2018-08-28T07:03:42Z', 'created': u'2018-08-28T07:03:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:03:53,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:03:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:53,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-36134723-f9ba-4ac4-935a-d0abfd68e684 Date: Tue, 28 Aug 2018 07:03:53 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":["9269c2cd-efdd-4b00-a1bf-a751a8494fa6"],"updated_at":"2018-08-28T07:03:30Z","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:03:53,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-36134723-f9ba-4ac4-935a-d0abfd68e684 2018-08-28 07:03:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343003988266s 2018-08-28 07:03:53,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-36134723-f9ba-4ac4-935a-d0abfd68e684 2018-08-28 07:03:53,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:03:53,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:53,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-671fb3a4-59b7-43f3-b390-f2aad3fe0fa3 Date: Tue, 28 Aug 2018 07:03:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:03:36Z", "file": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file", "owner": "f8677e6056914d759abfc4180024adb2", "id": "93678b2e-6adc-4f79-8541-213e9969823e", "size": 12716032, "self": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:03:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:03:53,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-671fb3a4-59b7-43f3-b390-f2aad3fe0fa3 2018-08-28 07:03:53,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298815011978s 2018-08-28 07:03:53,668 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-671fb3a4-59b7-43f3-b390-f2aad3fe0fa3 2018-08-28 07:03:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:03:53,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:53,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-eac6716c-a25e-4754-a576-40fdf6763f6d x-compute-request-id: req-eac6716c-a25e-4754-a576-40fdf6763f6d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "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": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6"}]} 2018-08-28 07:03:53,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eac6716c-a25e-4754-a576-40fdf6763f6d 2018-08-28 07:03:53,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255291461945s 2018-08-28 07:03:53,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eac6716c-a25e-4754-a576-40fdf6763f6d 2018-08-28 07:03:53,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:03:53,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"server": {"name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "imageRef": "93678b2e-6adc-4f79-8541-213e9969823e", "flavorRef": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjYgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "39673d56-40eb-4873-b80a-966d7b676436"}]}}' 2018-08-28 07:03:56,431 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:03: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-53b7f4d2-4b65-4569-b713-597fd36a5055 x-compute-request-id: req-53b7f4d2-4b65-4569-b713-597fd36a5055 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "adminPass": "YVa45J24tah3"}} 2018-08-28 07:03:56,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-53b7f4d2-4b65-4569-b713-597fd36a5055 2018-08-28 07:03:56,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.7344481945s 2018-08-28 07:03:56,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-53b7f4d2-4b65-4569-b713-597fd36a5055 2018-08-28 07:03:56,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:56,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:03:57,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03: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-cd719698-c82c-458f-aba3-c6a5ae81453e x-compute-request-id: req-cd719698-c82c-458f-aba3-c6a5ae81453e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:03:57,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cd719698-c82c-458f-aba3-c6a5ae81453e 2018-08-28 07:03:57,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52946305275s 2018-08-28 07:03:57,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cd719698-c82c-458f-aba3-c6a5ae81453e 2018-08-28 07:03:57,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:03:59,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:03:59,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:00,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:03:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d261f723-a7e7-4ddb-b079-a99a41abd587 x-compute-request-id: req-d261f723-a7e7-4ddb-b079-a99a41abd587 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:59Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:00,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d261f723-a7e7-4ddb-b079-a99a41abd587 2018-08-28 07:04:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609890937805s 2018-08-28 07:04:00,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d261f723-a7e7-4ddb-b079-a99a41abd587 2018-08-28 07:04:00,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:02,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:02,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:03,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04: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-0b783503-6594-4638-b6ba-d37d9ac7e19a x-compute-request-id: req-0b783503-6594-4638-b6ba-d37d9ac7e19a Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:03:59Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:03,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b783503-6594-4638-b6ba-d37d9ac7e19a 2018-08-28 07:04:03,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03385400772s 2018-08-28 07:04:03,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b783503-6594-4638-b6ba-d37d9ac7e19a 2018-08-28 07:04:03,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:05,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:05,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:06,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b99fbafa-eef8-4bbd-a81b-7fa454e6c45a x-compute-request-id: req-b99fbafa-eef8-4bbd-a81b-7fa454e6c45a Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:3f:e4", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:03.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:04Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:06,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b99fbafa-eef8-4bbd-a81b-7fa454e6c45a 2018-08-28 07:04:06,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20330500603s 2018-08-28 07:04:06,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b99fbafa-eef8-4bbd-a81b-7fa454e6c45a 2018-08-28 07:04:06,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:04:06,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=95067d33-250e-46fa-82e3-aebedaef00fd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:06,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-70344c7f-751e-49ad-9545-9c73ca803df6 Date: Tue, 28 Aug 2018 07:04:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"39673d56-40eb-4873-b80a-966d7b676436","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:59Z","admin_state_up":true,"updated_at":"2018-08-28T07:04:02Z","binding:vnic_type":"normal","device_id":"95067d33-250e-46fa-82e3-aebedaef00fd","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c5:3f:e4","id":"62c4bf7e-5d38-42e1-a34e-763cca569018","port_security_enabled":true,"project_id":"f8677e6056914d759abfc4180024adb2","fixed_ips":[{"subnet_id":"9269c2cd-efdd-4b00-a1bf-a751a8494fa6","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["0a4565bc-9bf4-4d7c-a552-e347fc6e285a"],"name":""}]} 2018-08-28 07:04:06,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=95067d33-250e-46fa-82e3-aebedaef00fd used request id req-70344c7f-751e-49ad-9545-9c73ca803df6 2018-08-28 07:04:06,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0875091552734s 2018-08-28 07:04:06,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=95067d33-250e-46fa-82e3-aebedaef00fd used request id req-70344c7f-751e-49ad-9545-9c73ca803df6 2018-08-28 07:04:06,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:04:06,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=62c4bf7e-5d38-42e1-a34e-763cca569018" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:07,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b84b9679-dc65-409b-9672-aa6c3c31433d Date: Tue, 28 Aug 2018 07:04:07 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:04:07,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=62c4bf7e-5d38-42e1-a34e-763cca569018 used request id req-b84b9679-dc65-409b-9672-aa6c3c31433d 2018-08-28 07:04:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.23074388504s 2018-08-28 07:04:07,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=62c4bf7e-5d38-42e1-a34e-763cca569018 used request id req-b84b9679-dc65-409b-9672-aa6c3c31433d 2018-08-28 07:04:07,163 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:3f:e4', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'93678b2e-6adc-4f79-8541-213e9969823e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:04:03.000000', 'flavor': Munch({u'id': u'9dabcee8-3761-485e-88ae-3c3d7b1c24b6'}), 'az': u'nova', 'id': u'95067d33-250e-46fa-82e3-aebedaef00fd', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c790a71d019d4b238ffc9a7035bc0d38', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f8677e6056914d759abfc4180024adb2', 'name': 'vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:04:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:04:04Z', 'hostId': u'640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:04:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f8677e6056914d759abfc4180024adb2', 'name': u'vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32', 'adminPass': u'YVa45J24tah3', 'tenant_id': u'f8677e6056914d759abfc4180024adb2', 'created_at': u'2018-08-28T07:03:56Z', 'created': u'2018-08-28T07:03:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:04:07,164 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-28 07:04:08,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:08,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30981d41-6ddc-4ce9-a8b4-37ee216d95bf x-compute-request-id: req-30981d41-6ddc-4ce9-a8b4-37ee216d95bf Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:3f:e4", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:03.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:04Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:03:51Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:08,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-30981d41-6ddc-4ce9-a8b4-37ee216d95bf 2018-08-28 07:04:08,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365427017212s 2018-08-28 07:04:08,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-30981d41-6ddc-4ce9-a8b4-37ee216d95bf 2018-08-28 07:04:08,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:04:08,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd/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}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:04:08,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-225a3522-aabd-48e5-860e-3f190d4f1848 x-compute-request-id: req-225a3522-aabd-48e5-860e-3f190d4f1848 Content-Encoding: gzip Content-Length: 9569 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 497494298 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.201536] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.204011] pid_max: default: 32768 minimum: 301\n[ 0.205334] ACPI: Core revision 20150930\n[ 0.207133] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.209093] Security Framework initialized\n[ 0.210332] Yama: becoming mindful.\n[ 0.211416] AppArmor: AppArmor initialized\n[ 0.212700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.214649] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.216554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.218337] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220484] Initializing cgroup subsys io\n[ 0.221698] Initializing cgroup subsys memory\n[ 0.222986] Initializing cgroup subsys devices\n[ 0.224304] Initializing cgroup subsys freezer\n[ 0.225645] Initializing cgroup subsys net_cls\n[ 0.226991] Initializing cgroup subsys perf_event\n[ 0.228396] Initializing cgroup subsys net_prio\n[ 0.229766] Initializing cgroup subsys hugetlb\n[ 0.231085] Initializing cgroup subsys pids\n[ 0.232416] CPU: Physical Processor ID: 0\n[ 0.234402] mce: CPU supports 10 MCE banks\n[ 0.235698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.237238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.254605] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.261701] ftrace: allocating 31920 entries in 125 pages\n[ 0.288931] smpboot: Max logical packages: 1\n[ 0.290177] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.292246] x2apic enabled\n[ 0.293450] Switched APIC routing to physical x2apic.\n[ 0.296012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300660] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303348] KVM setup paravirtual spinlock\n[ 0.305205] x86: Booted up 1 node, 1 CPUs\n[ 0.306413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308501] devtmpfs: initialized\n[ 0.310592] evm: security.selinux\n[ 0.311679] evm: security.SMACK64\n[ 0.312716] evm: security.SMACK64EXEC\n[ 0.313833] evm: security.SMACK64TRANSMUTE\n[ 0.315061] evm: security.SMACK64MMAP\n[ 0.316171] evm: security.ima\n[ 0.317134] evm: security.capability\n[ 0.318310] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321209] pinctrl core: initialized pinctrl subsystem\n[ 0.322858] RTC time: 7:04:03, date: 08/28/18\n[ 0.324313] NET: Registered protocol family 16\n[ 0.325803] cpuidle: using governor ladder\n[ 0.327061] cpuidle: using governor menu\n[ 0.328265] PCCT header not found.\n[ 0.329412] ACPI: bus type PCI registered\n[ 0.330655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.332516] PCI: Using configuration type 1 for base access\n[ 0.334854] ACPI: Added _OSI(Module Device)\n[ 0.336100] ACPI: Added _OSI(Processor Device)\n[ 0.337389] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.338756] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.341069] ACPI: Interpreter enabled\n[ 0.342199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.344956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.347691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.350426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.353197] ACPI: (supports S0 S5)\n[ 0.354255] ACPI: Using IOAPIC for interrupt routing\n[ 0.355673] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.359756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.361463] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.363305] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.365099] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.368426] acpiphp: Slot [3] registered\n[ 0.369661] acpiphp: Slot [4] registered\n[ 0.370890] acpiphp: Slot [5] registered\n[ 0.372100] acpiphp: Slot [6] registered\n[ 0.373328] acpiphp: Slot [7] registered\n[ 0.374560] acpiphp: Slot [8] registered\n[ 0.375791] acpiphp: Slot [9] registered\n[ 0.376998] acpiphp: Slot [10] registered\n[ 0.378246] acpiphp: Slot [11] registered\n[ 0.379456] acpiphp: Slot [12] registered\n[ 0.380698] acpiphp: Slot [13] registered\n[ 0.381929] acpiphp: Slot [14] registered\n[ 0.383156] acpiphp: Slot [15] registered\n[ 0.398485] acpiphp: Slot [16] registered\n[ 0.399693] acpiphp: Slot [17] registered\n[ 0.400904] acpiphp: Slot [18] registered\n[ 0.402131] acpiphp: Slot [19] registered\n[ 0.403350] acpiphp: Slot [20] registered\n[ 0.404597] acpiphp: Slot [21] registered\n[ 0.405790] acpiphp: Slot [22] registered\n[ 0.406990] acpiphp: Slot [23] registered\n[ 0.408203] acpiphp: Slot [24] registered\n[ 0.409398] acpiphp: Slot [25] registered\n[ 0.410602] acpiphp: Slot [26] registered\n[ 0.411803] acpiphp: Slot [27] registered\n[ 0.413033] acpiphp: Slot [28] registered\n[ 0.414266] acpiphp: Slot [29] registered\n[ 0.415516] acpiphp: Slot [30] registered\n[ 0.416774] acpiphp: Slot [31] registered\n[ 0.418017] PCI host bridge to bus 0000:00\n[ 0.419265] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.421118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.422955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.425196] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.427394] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.429636] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.433796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.435673] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.437420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.439313] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.443742] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.445876] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.467801] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.470003] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.472155] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.474377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.476404] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.478235] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.480145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.481704] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484003] vgaarb: loaded\n[ 0.484900] vgaarb: bridge control possible 0000:00:02.0\n[ 0.486690] SCSI subsystem initialized\n[ 0.488050] ACPI: bus type USB registered\n[ 0.489276] usbcore: registered new interface driver usbfs\n[ 0.490827] usbcore: registered new interface driver hub\n[ 0.492322] usbcore: registered new device driver usb\n[ 0.493992] PCI: Using ACPI for IRQ routing\n[ 0.495617] NetLabel: Initializing\n[ 0.496694] NetLabel: domain hash size = 128\n[ 0.497971] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.499385] NetLabel: unlabeled traffic allowed by default\n[ 0.501138] clocksource: Switched to clocksource kvm-clock\n[ 0.511813] AppArmor: AppArmor Filesystem Enabled\n[ 0.513288] pnp: PnP ACPI init\n[ 0.514640] pnp: PnP ACPI: found 5 devices\n[ 0.521795] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.524348] NET: Registered protocol family 2\n[ 0.525910] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.527843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.529661] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.531500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533110] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.534860] NET: Registered protocol family 1\n[ 0.536157] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.537799] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554256] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572686] Trying to unpack rootfs image as initramfs...\n[ 0.640816] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.644592] Scanning for low memory corruption every 60 seconds\n[ 0.647295] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.649089] audit: initializing netlink subsys (disabled)\n[ 0.650923] audit: type=2000 audit(1535439844.840:1): initialized\n[ 0.653248] Initialise system trusted keyring\n[ 0.654919] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.656659] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.659666] zbud: loaded\n[ 0.660807] VFS: Disk quotas dquot_6.6.0\n[ 0.662102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.664568] fuse init (API version 7.23)\n[ 0.665931] Key type big_key registered\n[ 0.667144] Allocating IMA MOK and blacklist keyrings.\n[ 0.669049] Key type asymmetric registered\n[ 0.670321] Asymmetric key parser 'x509' registered\n[ 0.671770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.674056] io scheduler noop registered\n[ 0.675241] io scheduler deadline registered (default)\n[ 0.676750] io scheduler cfq registered\n[ 0.678138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.679698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.681730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.683937] ACPI: Power Button [PWRF]\n[ 0.685430] GHES: HEST is not enabled!\n[ 0.699816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.729480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.732694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.756587] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.759959] Linux agpgart interface v0.103\n[ 0.763942] brd: module loaded\n[ 0.766354] loop: module loaded\n[ 0.772121] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.774267] GPT:90111 != 2097151\n[ 0.775276] GPT:Alternate GPT header not at the end of the disk.\n[ 0.776896] GPT:90111 != 2097151\n[ 0.777900] GPT: Use GNU Parted to correct GPT errors.\n[ 0.779321] vda: vda1 vda15\n[ 0.781388] scsi host0: ata_piix\n[ 0.782556] scsi host1: ata_piix\n[ 0.783619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.785417] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.787827] libphy: Fixed MDIO Bus: probed\n[ 0.789052] tun: Universal TUN/TAP device driver, 1.6\n[ 0.790477] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.793704] PPP generic driver version 2.4.2\n[ 0.795380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.797668] ehci-pci: EHCI PCI platform driver\n[ 0.799037] ehci-platform: EHCI generic platform driver\n[ 0.800496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.802172] ohci-pci: OHCI PCI platform driver\n[ 0.803468] ohci-platform: OHCI generic platform driver\n[ 0.804946] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.819662] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.821062] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.823111] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.824517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.826185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.827864] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.829840] usb usb1: Product: UHCI Host Controller\n[ 0.831151] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.832807] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.834180] hub 1-0:1.0: USB hub found\n[ 0.835266] hub 1-0:1.0: 2 ports detected\n[ 0.836646] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.839645] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.840965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.842402] mousedev: PS/2 mouse device common for all mice\n[ 0.844155] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.846679] rtc_cmos 00:00: RTC can wake from S4\n[ 0.848266] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.849906] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.851548] i2c /dev entries driver\n[ 0.852623] device-mapper: uevent: version 1.0.3\n[ 0.853972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.856266] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.858369] NET: Registered protocol family 10\n[ 0.860232] NET: Registered protocol family 17\n[ 0.861523] Key type dns_resolver registered\n[ 0.862870] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.864394] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.866874] registered taskstats version 1\n[ 0.868068] Loading compiled-in X.509 certificates\n[ 0.869992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.872573] zswap: loaded using pool lzo/zbud\n[ 0.874959] Key type trusted registered\n[ 0.877222] Key type encrypted registered\n[ 0.878375] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.879823] ima: No TPM chip found, activating TPM-bypass!\n[ 0.881283] evm: HMAC attrs: 0x1\n[ 0.882664] Magic number: 14:370:67\n[ 0.883835] rtc_cmos 00:00: setting system clock to 2018-08-28 07:04:04 UTC (1535439844)\n[ 0.886126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.887653] EDD information not available.\n[ 0.943999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.960254] Write protecting the kernel read-only data: 14336k\n[ 0.965351] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.968054] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\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[ 1.017174] 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.85\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.16...\nLease of 192.168.120.16 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.94. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.17s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXYFLDLFtIkrQdp2IYFD65ZIvMlU7zOY4bOvhrOTyZgXg7Aejur1LsKVMeZJZ7P51seHDWxuP6Icj5CN21gqD5R6xggR6uyuyXLOHJOWkxMysXhfcli19zmo4TvAFbzqZwzCnu/6oNdzcDNVngJRXnYmvFawXSOXvsRkQOnmZQBYU8yMlgcoy63lloh5y9tMWxBTUDEzetkyxUIVNp4c/CQuP5/MJYAOC+7xMQtlYudRErboSYruLQDNiANbNOAOATz8KJ1cgq88D5phoNUkUV6pWglBegVJkCamSFZP+p9gTMBasZKKBYKSzrkd6UAFfIez15XSW4GZzyHYb5yl+p root@vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32\nssh-dss AAAAB3NzaC1kc3MAAACBAPz0Qfft6X2qw7SS2XA1ooUHoeRqESBgmxnMfrIPCv/AQFSEEXd6YEJLNDrDFBv6D4hV588ck+cH5ZBH/RVPIXNQT04RlbuUtAQtwm7yfaR5ZAcUsFoPcsfPqfzyLc9cUfbZ/8Ej+gTdcWpm0Z+2I79FSBfH3bBUniCRwmsHRwTJAAAAFQCCLpA/+6FOsyLe7ZNzopEA1yrGXQAAAIEA/JEKf7f3NjBTkzCtqsAnGEla7tte++jpnAK94t31ViqKHILJ58XPYOv4BuFxNZCEKDZSpyyDzQU22Q09J+9sx4NSDBlxnneVomF6eZft2nD+FtHUE58tyeKHTADCXP2TAXT/UD5wvH9IqylNOeyspz2chD79W9h4O9L4KcCnObwAAACBAIAm6fq9VjjwCrf8TpXes3m2f8g8ZIQ0rstby8Me3twwaX6i2duezBnZHGowCWSs74Dq7irebbLOl79w76UNkdQrkl2oG5LgngNCYitDpl/xtOHXS7EmP4L9hRbk/SiMjuR66fh4jg3nBiDy1fXBaezDzP5wfwolgkqt5+6sE45A root@vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32\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.16,24,fe80::f816:3eff:fec5:3fe4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 \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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.31 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32 login: "} 2018-08-28 07:04:08,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd/action used request id req-225a3522-aabd-48e5-860e-3f190d4f1848 2018-08-28 07:04:08,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.101418972015s 2018-08-28 07:04:08,636 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd/action used request id req-225a3522-aabd-48e5-860e-3f190d4f1848 2018-08-28 07:04:08,636 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497494298 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.201536] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.204011] pid_max: default: 32768 minimum: 301 [ 0.205334] ACPI: Core revision 20150930 [ 0.207133] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.209093] Security Framework initialized [ 0.210332] Yama: becoming mindful. [ 0.211416] AppArmor: AppArmor initialized [ 0.212700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.214649] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.216554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.218337] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.220484] Initializing cgroup subsys io [ 0.221698] Initializing cgroup subsys memory [ 0.222986] Initializing cgroup subsys devices [ 0.224304] Initializing cgroup subsys freezer [ 0.225645] Initializing cgroup subsys net_cls [ 0.226991] Initializing cgroup subsys perf_event [ 0.228396] Initializing cgroup subsys net_prio [ 0.229766] Initializing cgroup subsys hugetlb [ 0.231085] Initializing cgroup subsys pids [ 0.232416] CPU: Physical Processor ID: 0 [ 0.234402] mce: CPU supports 10 MCE banks [ 0.235698] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.237238] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.254605] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.261701] ftrace: allocating 31920 entries in 125 pages [ 0.288931] smpboot: Max logical packages: 1 [ 0.290177] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.292246] x2apic enabled [ 0.293450] Switched APIC routing to physical x2apic. [ 0.296012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300660] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303348] KVM setup paravirtual spinlock [ 0.305205] x86: Booted up 1 node, 1 CPUs [ 0.306413] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308501] devtmpfs: initialized [ 0.310592] evm: security.selinux [ 0.311679] evm: security.SMACK64 [ 0.312716] evm: security.SMACK64EXEC [ 0.313833] evm: security.SMACK64TRANSMUTE [ 0.315061] evm: security.SMACK64MMAP [ 0.316171] evm: security.ima [ 0.317134] evm: security.capability [ 0.318310] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321209] pinctrl core: initialized pinctrl subsystem [ 0.322858] RTC time: 7:04:03, date: 08/28/18 [ 0.324313] NET: Registered protocol family 16 [ 0.325803] cpuidle: using governor ladder [ 0.327061] cpuidle: using governor menu [ 0.328265] PCCT header not found. [ 0.329412] ACPI: bus type PCI registered [ 0.330655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.332516] PCI: Using configuration type 1 for base access [ 0.334854] ACPI: Added _OSI(Module Device) [ 0.336100] ACPI: Added _OSI(Processor Device) [ 0.337389] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.338756] ACPI: Added _OSI(Processor Aggregator Device) [ 0.341069] ACPI: Interpreter enabled [ 0.342199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.344956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.347691] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.350426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.353197] ACPI: (supports S0 S5) [ 0.354255] ACPI: Using IOAPIC for interrupt routing [ 0.355673] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.359756] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.361463] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.363305] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.365099] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.368426] acpiphp: Slot [3] registered [ 0.369661] acpiphp: Slot [4] registered [ 0.370890] acpiphp: Slot [5] registered [ 0.372100] acpiphp: Slot [6] registered [ 0.373328] acpiphp: Slot [7] registered [ 0.374560] acpiphp: Slot [8] registered [ 0.375791] acpiphp: Slot [9] registered [ 0.376998] acpiphp: Slot [10] registered [ 0.378246] acpiphp: Slot [11] registered [ 0.379456] acpiphp: Slot [12] registered [ 0.380698] acpiphp: Slot [13] registered [ 0.381929] acpiphp: Slot [14] registered [ 0.383156] acpiphp: Slot [15] registered [ 0.398485] acpiphp: Slot [16] registered [ 0.399693] acpiphp: Slot [17] registered [ 0.400904] acpiphp: Slot [18] registered [ 0.402131] acpiphp: Slot [19] registered [ 0.403350] acpiphp: Slot [20] registered [ 0.404597] acpiphp: Slot [21] registered [ 0.405790] acpiphp: Slot [22] registered [ 0.406990] acpiphp: Slot [23] registered [ 0.408203] acpiphp: Slot [24] registered [ 0.409398] acpiphp: Slot [25] registered [ 0.410602] acpiphp: Slot [26] registered [ 0.411803] acpiphp: Slot [27] registered [ 0.413033] acpiphp: Slot [28] registered [ 0.414266] acpiphp: Slot [29] registered [ 0.415516] acpiphp: Slot [30] registered [ 0.416774] acpiphp: Slot [31] registered [ 0.418017] PCI host bridge to bus 0000:00 [ 0.419265] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.421118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.422955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.425196] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.427394] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.429636] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.433796] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.435673] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.437420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.439313] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.443742] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.445876] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.467801] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.470003] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.472155] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.474377] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.476404] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.478235] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.480145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.481704] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484003] vgaarb: loaded [ 0.484900] vgaarb: bridge control possible 0000:00:02.0 [ 0.486690] SCSI subsystem initialized [ 0.488050] ACPI: bus type USB registered [ 0.489276] usbcore: registered new interface driver usbfs [ 0.490827] usbcore: registered new interface driver hub [ 0.492322] usbcore: registered new device driver usb [ 0.493992] PCI: Using ACPI for IRQ routing [ 0.495617] NetLabel: Initializing [ 0.496694] NetLabel: domain hash size = 128 [ 0.497971] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.499385] NetLabel: unlabeled traffic allowed by default [ 0.501138] clocksource: Switched to clocksource kvm-clock [ 0.511813] AppArmor: AppArmor Filesystem Enabled [ 0.513288] pnp: PnP ACPI init [ 0.514640] pnp: PnP ACPI: found 5 devices [ 0.521795] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.524348] NET: Registered protocol family 2 [ 0.525910] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.527843] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.529661] TCP: Hash tables configured (established 4096 bind 4096) [ 0.531500] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533110] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.534860] NET: Registered protocol family 1 [ 0.536157] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.537799] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539392] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554256] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572686] Trying to unpack rootfs image as initramfs... [ 0.640816] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.644592] Scanning for low memory corruption every 60 seconds [ 0.647295] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.649089] audit: initializing netlink subsys (disabled) [ 0.650923] audit: type=2000 audit(1535439844.840:1): initialized [ 0.653248] Initialise system trusted keyring [ 0.654919] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.656659] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.659666] zbud: loaded [ 0.660807] VFS: Disk quotas dquot_6.6.0 [ 0.662102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.664568] fuse init (API version 7.23) [ 0.665931] Key type big_key registered [ 0.667144] Allocating IMA MOK and blacklist keyrings. [ 0.669049] Key type asymmetric registered [ 0.670321] Asymmetric key parser 'x509' registered [ 0.671770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.674056] io scheduler noop registered [ 0.675241] io scheduler deadline registered (default) [ 0.676750] io scheduler cfq registered [ 0.678138] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.679698] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.681730] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.683937] ACPI: Power Button [PWRF] [ 0.685430] GHES: HEST is not enabled! [ 0.699816] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.729480] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.732694] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.756587] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.759959] Linux agpgart interface v0.103 [ 0.763942] brd: module loaded [ 0.766354] loop: module loaded [ 0.772121] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.774267] GPT:90111 != 2097151 [ 0.775276] GPT:Alternate GPT header not at the end of the disk. [ 0.776896] GPT:90111 != 2097151 [ 0.777900] GPT: Use GNU Parted to correct GPT errors. [ 0.779321] vda: vda1 vda15 [ 0.781388] scsi host0: ata_piix [ 0.782556] scsi host1: ata_piix [ 0.783619] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.785417] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.787827] libphy: Fixed MDIO Bus: probed [ 0.789052] tun: Universal TUN/TAP device driver, 1.6 [ 0.790477] tun: (C) 1999-2004 Max Krasnyansky [ 0.793704] PPP generic driver version 2.4.2 [ 0.795380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.797668] ehci-pci: EHCI PCI platform driver [ 0.799037] ehci-platform: EHCI generic platform driver [ 0.800496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.802172] ohci-pci: OHCI PCI platform driver [ 0.803468] ohci-platform: OHCI generic platform driver [ 0.804946] uhci_hcd: USB Universal Host Controller Interface driver [ 0.819662] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.821062] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.823111] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.824517] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.826185] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.827864] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.829840] usb usb1: Product: UHCI Host Controller [ 0.831151] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.832807] usb usb1: SerialNumber: 0000:00:01.2 [ 0.834180] hub 1-0:1.0: USB hub found [ 0.835266] hub 1-0:1.0: 2 ports detected [ 0.836646] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.839645] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.840965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.842402] mousedev: PS/2 mouse device common for all mice [ 0.844155] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.846679] rtc_cmos 00:00: RTC can wake from S4 [ 0.848266] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.849906] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.851548] i2c /dev entries driver [ 0.852623] device-mapper: uevent: version 1.0.3 [ 0.853972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.856266] ledtrig-cpu: registered to indicate activity on CPUs [ 0.858369] NET: Registered protocol family 10 [ 0.860232] NET: Registered protocol family 17 [ 0.861523] Key type dns_resolver registered [ 0.862870] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.864394] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.866874] registered taskstats version 1 [ 0.868068] Loading compiled-in X.509 certificates [ 0.869992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.872573] zswap: loaded using pool lzo/zbud [ 0.874959] Key type trusted registered [ 0.877222] Key type encrypted registered [ 0.878375] AppArmor: AppArmor sha1 policy hashing enabled [ 0.879823] ima: No TPM chip found, activating TPM-bypass! [ 0.881283] evm: HMAC attrs: 0x1 [ 0.882664] Magic number: 14:370:67 [ 0.883835] rtc_cmos 00:00: setting system clock to 2018-08-28 07:04:04 UTC (1535439844) [ 0.886126] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.887653] EDD information not available. [ 0.943999] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.960254] Write protecting the kernel read-only data: 14336k [ 0.965351] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.968054] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 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 [ 1.017174] 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.85 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.16... Lease of 192.168.120.16 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.94. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.17s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXYFLDLFtIkrQdp2IYFD65ZIvMlU7zOY4bOvhrOTyZgXg7Aejur1LsKVMeZJZ7P51seHDWxuP6Icj5CN21gqD5R6xggR6uyuyXLOHJOWkxMysXhfcli19zmo4TvAFbzqZwzCnu/6oNdzcDNVngJRXnYmvFawXSOXvsRkQOnmZQBYU8yMlgcoy63lloh5y9tMWxBTUDEzetkyxUIVNp4c/CQuP5/MJYAOC+7xMQtlYudRErboSYruLQDNiANbNOAOATz8KJ1cgq88D5phoNUkUV6pWglBegVJkCamSFZP+p9gTMBasZKKBYKSzrkd6UAFfIez15XSW4GZzyHYb5yl+p root@vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32 ssh-dss AAAAB3NzaC1kc3MAAACBAPz0Qfft6X2qw7SS2XA1ooUHoeRqESBgmxnMfrIPCv/AQFSEEXd6YEJLNDrDFBv6D4hV588ck+cH5ZBH/RVPIXNQT04RlbuUtAQtwm7yfaR5ZAcUsFoPcsfPqfzyLc9cUfbZ/8Ej+gTdcWpm0Z+2I79FSBfH3bBUniCRwmsHRwTJAAAAFQCCLpA/+6FOsyLe7ZNzopEA1yrGXQAAAIEA/JEKf7f3NjBTkzCtqsAnGEla7tte++jpnAK94t31ViqKHILJ58XPYOv4BuFxNZCEKDZSpyyDzQU22Q09J+9sx4NSDBlxnneVomF6eZft2nD+FtHUE58tyeKHTADCXP2TAXT/UD5wvH9IqylNOeyspz2chD79W9h4O9L4KcCnObwAAACBAIAm6fq9VjjwCrf8TpXes3m2f8g8ZIQ0rstby8Me3twwaX6i2duezBnZHGowCWSs74Dq7irebbLOl79w76UNkdQrkl2oG5LgngNCYitDpl/xtOHXS7EmP4L9hRbk/SiMjuR66fh4jg3nBiDy1fXBaezDzP5wfwolgkqt5+6sE45A root@vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fec5:3fe4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32 launch-index: 0 === cirros: current=0.4.0 uptime=3.31 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-9c58c965-74c4-4e8d-b8cd-1e923d494a32 login: 2018-08-28 07:04:08,637 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-28 07:04:08,752 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:04:08,752 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 07:04:08,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:04:08,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:08,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e583b7a-7619-40f6-8acc-4a2b283a6879 x-compute-request-id: req-1e583b7a-7619-40f6-8acc-4a2b283a6879 Content-Type: application/json 2018-08-28 07:04:08,968 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62 used request id req-1e583b7a-7619-40f6-8acc-4a2b283a6879 2018-08-28 07:04:08,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.211268901825s 2018-08-28 07:04:08,969 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62 used request id req-1e583b7a-7619-40f6-8acc-4a2b283a6879 2018-08-28 07:04:08,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:08,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:10,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7a59f4d-08ba-4885-9546-944464050e67 x-compute-request-id: req-d7a59f4d-08ba-4885-9546-944464050e67 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:3f:e4", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:03.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:04Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:ce:54", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5ef9bb98-c536-40ca-adf8-620f23ddba62", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:03:51.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "5ef9bb98-c536-40ca-adf8-620f23ddba62", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:08Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:42Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:10,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7a59f4d-08ba-4885-9546-944464050e67 2018-08-28 07:04:10,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04269313812s 2018-08-28 07:04:10,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7a59f4d-08ba-4885-9546-944464050e67 2018-08-28 07:04:10,015 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:12,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:12,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:12,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa66dd06-1fc1-4ff7-9cca-f18ee02e719c x-compute-request-id: req-aa66dd06-1fc1-4ff7-9cca-f18ee02e719c Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:3f:e4", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:03.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:04Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:12,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa66dd06-1fc1-4ff7-9cca-f18ee02e719c 2018-08-28 07:04:12,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430774211884s 2018-08-28 07:04:12,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa66dd06-1fc1-4ff7-9cca-f18ee02e719c 2018-08-28 07:04:12,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:04:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:12,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7068e7c6-b556-473a-a031-c784a42010ba x-compute-request-id: req-7068e7c6-b556-473a-a031-c784a42010ba Content-Type: application/json 2018-08-28 07:04:12,807 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd used request id req-7068e7c6-b556-473a-a031-c784a42010ba 2018-08-28 07:04:12,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.356083869934s 2018-08-28 07:04:12,807 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd used request id req-7068e7c6-b556-473a-a031-c784a42010ba 2018-08-28 07:04:12,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:12,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:13,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16949fdd-dbd6-4aff-b5dc-e8d0c157bfd6 x-compute-request-id: req-16949fdd-dbd6-4aff-b5dc-e8d0c157bfd6 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:3f:e4", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/95067d33-250e-46fa-82e3-aebedaef00fd", "rel": "bookmark"}], "image": {"id": "93678b2e-6adc-4f79-8541-213e9969823e", "links": [{"href": "http://172.30.9.22:8774/images/93678b2e-6adc-4f79-8541-213e9969823e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:03.000000", "flavor": {"id": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "links": [{"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "bookmark"}]}, "id": "95067d33-250e-46fa-82e3-aebedaef00fd", "security_groups": [{"name": "default"}], "user_id": "c790a71d019d4b238ffc9a7035bc0d38", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:12Z", "hostId": "640c3666fa88034c24dd8a15f291fb778c015d090d524f948317ed11", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "created": "2018-08-28T07:03:56Z", "tenant_id": "f8677e6056914d759abfc4180024adb2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:13,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16949fdd-dbd6-4aff-b5dc-e8d0c157bfd6 2018-08-28 07:04:13,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696703910828s 2018-08-28 07:04:13,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16949fdd-dbd6-4aff-b5dc-e8d0c157bfd6 2018-08-28 07:04:13,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:15,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:15,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfcce4da-f2aa-416f-affe-f05be3c9e3a0 x-compute-request-id: req-bfcce4da-f2aa-416f-affe-f05be3c9e3a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 07:04:15,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bfcce4da-f2aa-416f-affe-f05be3c9e3a0 2018-08-28 07:04:15,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0813641548157s 2018-08-28 07:04:15,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bfcce4da-f2aa-416f-affe-f05be3c9e3a0 2018-08-28 07:04:15,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 07:04:15,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/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}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" -d '{"subnet_id": "9269c2cd-efdd-4b00-a1bf-a751a8494fa6"}' 2018-08-28 07:04:17,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7beb7dfa-8e97-475d-b521-45cca5426262 Date: Tue, 28 Aug 2018 07:04:17 GMT RESP BODY: {"network_id": "39673d56-40eb-4873-b80a-966d7b676436", "tenant_id": "f8677e6056914d759abfc4180024adb2", "subnet_id": "9269c2cd-efdd-4b00-a1bf-a751a8494fa6", "subnet_ids": ["9269c2cd-efdd-4b00-a1bf-a751a8494fa6"], "port_id": "925011fa-946d-4a4a-8408-7a5bff13d09b", "id": "2cfc0702-57fd-49bd-99e6-6dffe94851a8"} 2018-08-28 07:04:17,718 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/remove_router_interface.json used request id req-7beb7dfa-8e97-475d-b521-45cca5426262 2018-08-28 07:04:17,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12720608711s 2018-08-28 07:04:17,719 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8/remove_router_interface.json used request id req-7beb7dfa-8e97-475d-b521-45cca5426262 returning object 2cfc0702-57fd-49bd-99e6-6dffe94851a8 2018-08-28 07:04:17,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 07:04:17,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:18,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-58f9d5ee-e363-4222-b62a-8f3d316158ec Date: Tue, 28 Aug 2018 07:04:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "f8677e6056914d759abfc4180024adb2", "created_at": "2018-08-28T07:03:30Z", "admin_state_up": true, "updated_at": "2018-08-28T07:04:16Z", "revision_number": 4, "routes": [], "project_id": "f8677e6056914d759abfc4180024adb2", "id": "2cfc0702-57fd-49bd-99e6-6dffe94851a8", "name": "vping_userdata-router_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}]} 2018-08-28 07:04:18,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-58f9d5ee-e363-4222-b62a-8f3d316158ec 2018-08-28 07:04:18,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.379520893097s 2018-08-28 07:04:18,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-58f9d5ee-e363-4222-b62a-8f3d316158ec 2018-08-28 07:04:18,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 07:04:18,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:19,616 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0e7f7059-46fe-436b-ba5e-3b258b3961ae Content-Length: 0 Date: Tue, 28 Aug 2018 07:04:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:04:19,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8.json used request id req-0e7f7059-46fe-436b-ba5e-3b258b3961ae 2018-08-28 07:04:19,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.51574897766s 2018-08-28 07:04:19,617 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/2cfc0702-57fd-49bd-99e6-6dffe94851a8.json used request id req-0e7f7059-46fe-436b-ba5e-3b258b3961ae 2018-08-28 07:04:19,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:04:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:19,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3bcdee46-78b6-48b6-9d24-c206915d5bc1 Date: Tue, 28 Aug 2018 07:04:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"39673d56-40eb-4873-b80a-966d7b676436","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:03:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f8677e6056914d759abfc4180024adb2","id":"9269c2cd-efdd-4b00-a1bf-a751a8494fa6","subnetpool_id":null,"name":"vping_userdata-subnet_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}]} 2018-08-28 07:04:19,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3bcdee46-78b6-48b6-9d24-c206915d5bc1 2018-08-28 07:04:19,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0470499992371s 2018-08-28 07:04:19,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3bcdee46-78b6-48b6-9d24-c206915d5bc1 2018-08-28 07:04:19,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 07:04:19,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/9269c2cd-efdd-4b00-a1bf-a751a8494fa6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:22,125 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a61e6cf-65c4-47a2-b864-3992bc054f49 Date: Tue, 28 Aug 2018 07:04:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:04:22,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9269c2cd-efdd-4b00-a1bf-a751a8494fa6.json used request id req-9a61e6cf-65c4-47a2-b864-3992bc054f49 2018-08-28 07:04:22,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45944094658s 2018-08-28 07:04:22,126 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9269c2cd-efdd-4b00-a1bf-a751a8494fa6.json used request id req-9a61e6cf-65c4-47a2-b864-3992bc054f49 2018-08-28 07:04:22,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:22,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:22,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-1dd454f6-f32b-4b22-9077-0b6ffab47d56 Date: Tue, 28 Aug 2018 07:04:22 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-08-28T07:04:22Z","tenant_id":"f8677e6056914d759abfc4180024adb2","created_at":"2018-08-28T07:03:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f8677e6056914d759abfc4180024adb2","id":"39673d56-40eb-4873-b80a-966d7b676436","name":"vping_userdata-net_9c58c965-74c4-4e8d-b8cd-1e923d494a32"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"}]} 2018-08-28 07:04:22,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1dd454f6-f32b-4b22-9077-0b6ffab47d56 2018-08-28 07:04:22,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.417256116867s 2018-08-28 07:04:22,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1dd454f6-f32b-4b22-9077-0b6ffab47d56 2018-08-28 07:04:22,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 07:04:22,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/39673d56-40eb-4873-b80a-966d7b676436.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:24,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-401d62fd-f99d-4559-a093-372c6841d3b0 Date: Tue, 28 Aug 2018 07:04:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:04:24,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/39673d56-40eb-4873-b80a-966d7b676436.json used request id req-401d62fd-f99d-4559-a093-372c6841d3b0 2018-08-28 07:04:24,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.68730211258s 2018-08-28 07:04:24,232 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/39673d56-40eb-4873-b80a-966d7b676436.json used request id req-401d62fd-f99d-4559-a093-372c6841d3b0 2018-08-28 07:04:24,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:04:24,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:24,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-31ce74e6-6b71-4093-9334-c972fad2a3ff Date: Tue, 28 Aug 2018 07:04:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:03:36Z", "file": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e/file", "owner": "f8677e6056914d759abfc4180024adb2", "id": "93678b2e-6adc-4f79-8541-213e9969823e", "size": 12716032, "self": "/v2/images/93678b2e-6adc-4f79-8541-213e9969823e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/93678b2e-6adc-4f79-8541-213e9969823e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:03:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:04:24,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-31ce74e6-6b71-4093-9334-c972fad2a3ff 2018-08-28 07:04:24,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296185970306s 2018-08-28 07:04:24,532 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-31ce74e6-6b71-4093-9334-c972fad2a3ff 2018-08-28 07:04:24,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 07:04:24,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}45e51b2bcb390e1a717bf0a64902a665ed1b8ab3" 2018-08-28 07:04:25,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80726f44-9561-431b-bf8f-40895cd3485b Date: Tue, 28 Aug 2018 07:04:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:04:25,646 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e used request id req-80726f44-9561-431b-bf8f-40895cd3485b 2018-08-28 07:04:25,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11199808121s 2018-08-28 07:04:25,646 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/93678b2e-6adc-4f79-8541-213e9969823e used request id req-80726f44-9561-431b-bf8f-40895cd3485b 2018-08-28 07:04:25,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:04:25,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:25,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0390b590-569f-409d-8915-6432b93b252b x-compute-request-id: req-0390b590-569f-409d-8915-6432b93b252b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6", "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": "9dabcee8-3761-485e-88ae-3c3d7b1c24b6"}]} 2018-08-28 07:04:25,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-0390b590-569f-409d-8915-6432b93b252b 2018-08-28 07:04:25,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260651111603s 2018-08-28 07:04:25,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-0390b590-569f-409d-8915-6432b93b252b 2018-08-28 07:04:25,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 07:04:25,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:25,723 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33e94bb7-097a-49c5-b4fd-4ca6055fc601 x-compute-request-id: req-33e94bb7-097a-49c5-b4fd-4ca6055fc601 Content-Length: 0 Content-Type: application/json 2018-08-28 07:04:25,723 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6 used request id req-33e94bb7-097a-49c5-b4fd-4ca6055fc601 2018-08-28 07:04:25,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0488851070404s 2018-08-28 07:04:25,723 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9dabcee8-3761-485e-88ae-3c3d7b1c24b6 used request id req-33e94bb7-097a-49c5-b4fd-4ca6055fc601 2018-08-28 07:04:25,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:04:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:25,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f129bf3-5c18-43bd-a05f-1f8f9c0e172a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": {"self": "http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c790a71d019d4b238ffc9a7035bc0d38", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:04:25,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1f129bf3-5c18-43bd-a05f-1f8f9c0e172a 2018-08-28 07:04:25,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214513063431s 2018-08-28 07:04:25,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-1f129bf3-5c18-43bd-a05f-1f8f9c0e172a 2018-08-28 07:04:25,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:04:25,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:26,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc313d5-e8f6-4b71-bd47-0ce74d173bd7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_9c58c965-74c4-4e8d-b8cd-1e923d494a32", "links": {"self": "http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c790a71d019d4b238ffc9a7035bc0d38", "description": null}} 2018-08-28 07:04:26,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 used request id req-6dc313d5-e8f6-4b71-bd47-0ce74d173bd7 2018-08-28 07:04:26,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205885887146s 2018-08-28 07:04:26,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 used request id req-6dc313d5-e8f6-4b71-bd47-0ce74d173bd7 2018-08-28 07:04:26,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 07:04:26,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:26,599 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93dbe66d-e1f0-40ee-858c-1b5888d53248 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:04:26,599 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 used request id req-93dbe66d-e1f0-40ee-858c-1b5888d53248 2018-08-28 07:04:26,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.448130846024s 2018-08-28 07:04:26,600 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/c790a71d019d4b238ffc9a7035bc0d38 used request id req-93dbe66d-e1f0-40ee-858c-1b5888d53248 2018-08-28 07:04:26,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:04:26,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:26,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc725ca-e9cf-45da-a274-9114298bdf15 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2"}, "tags": [], "enabled": true, "id": "f8677e6056914d759abfc4180024adb2", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_9c58c965-74c4-4e8d-b8cd-1e923d494a32"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 07:04:26,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-fbc725ca-e9cf-45da-a274-9114298bdf15 2018-08-28 07:04:26,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19348192215s 2018-08-28 07:04:26,799 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-fbc725ca-e9cf-45da-a274-9114298bdf15 2018-08-28 07:04:26,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 07:04:26,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73247859e714053bd274698c9802c0742dfef790" 2018-08-28 07:04:27,072 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:04:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40f7a9a4-398c-4c6d-bf12-9ac0d1a25ca8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:04:27,072 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2 used request id req-40f7a9a4-398c-4c6d-bf12-9ac0d1a25ca8 2018-08-28 07:04:27,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.267621994019s 2018-08-28 07:04:27,073 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f8677e6056914d759abfc4180024adb2 used request id req-40f7a9a4-398c-4c6d-bf12-9ac0d1a25ca8 2018-08-28 07:04:27,130 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-28 07:04:27,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:04:27,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:04:27,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:04:27,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:04:27,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:04:27,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e73cd49-8aae-4ee0-a11d-f0947612753f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:04:27,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3e73cd49-8aae-4ee0-a11d-f0947612753f 2018-08-28 07:04:27,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:04:27,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T08:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["XUlfZwenT4WQVteibJinqg"], "issued_at": "2018-08-28T07:04:27.000000Z"}} 2018-08-28 07:04:27,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:27,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:27,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5f6311ef-d67b-492f-b68e-f59589cff504 Date: Tue, 28 Aug 2018 07:04:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","status":"ACTIVE","subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"description":"","tags":[],"updated_at":"2018-08-28T06:54:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","provider:network_type":"flat"}]} 2018-08-28 07:04:27,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5f6311ef-d67b-492f-b68e-f59589cff504 2018-08-28 07:04:27,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336305856705s 2018-08-28 07:04:27,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5f6311ef-d67b-492f-b68e-f59589cff504 2018-08-28 07:04:27,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:04:27,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:04:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-762760c4-00e8-43e8-b523-ceabbe1ab931 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 07:04:27,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-762760c4-00e8-43e8-b523-ceabbe1ab931 2018-08-28 07:04:27,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:04:27,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:28,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e8a1b2-f445-46bc-9023-20056156e6c0 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/1210309b374d423e9001d3636a7400b1"}, "tags": [], "enabled": true, "id": "1210309b374d423e9001d3636a7400b1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 07:04:28,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c4e8a1b2-f445-46bc-9023-20056156e6c0 2018-08-28 07:04:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201401948929s 2018-08-28 07:04:28,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-c4e8a1b2-f445-46bc-9023-20056156e6c0 2018-08-28 07:04:28,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 07:04:28,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}}' 2018-08-28 07:04:28,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73cc4c04-476f-4842-be23-ab5dd4093287 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7"}, "tags": [], "enabled": true, "id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}} 2018-08-28 07:04:28,354 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-73cc4c04-476f-4842-be23-ab5dd4093287 2018-08-28 07:04:28,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219348192215s 2018-08-28 07:04:28,355 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-73cc4c04-476f-4842-be23-ab5dd4093287 2018-08-28 07:04:28,355 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'}) 2018-08-28 07:04:28,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 07:04:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3146067c-6b4f-4d57-be74-3018a170025b", "email": null, "name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}}' 2018-08-28 07:04:28,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 07:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85cda1e-74f3-41b7-8606-eb8be3e1bf28 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": {"self": "http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d7c228a85fa400bb17e481b2c1ef8b7", "domain_id": "default", "password_expires_at": null}} 2018-08-28 07:04:28,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f85cda1e-74f3-41b7-8606-eb8be3e1bf28 2018-08-28 07:04:28,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.542022943497s 2018-08-28 07:04:28,903 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f85cda1e-74f3-41b7-8606-eb8be3e1bf28 2018-08-28 07:04:28,904 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3d7c228a85fa400bb17e481b2c1ef8b7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'}) 2018-08-28 07:04:28,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:04:28,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:29,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579d7172-dcc7-431a-b0e5-a2ef9d1a7025 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:04:29,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-579d7172-dcc7-431a-b0e5-a2ef9d1a7025 2018-08-28 07:04:29,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196686983109s 2018-08-28 07:04:29,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-579d7172-dcc7-431a-b0e5-a2ef9d1a7025 2018-08-28 07:04:29,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:04:29,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:29,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f845baba-e0ad-43eb-82c8-ea14a70aa464 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:04:29,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f845baba-e0ad-43eb-82c8-ea14a70aa464 2018-08-28 07:04:29,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186336040497s 2018-08-28 07:04:29,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f845baba-e0ad-43eb-82c8-ea14a70aa464 2018-08-28 07:04:29,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 07:04:29,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:29,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c4a88e0-cd43-4cf1-8b7d-4b855d3a59af Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "061b6c950e3a403388a67b1c561de0cc", "links": {"self": "http://172.30.9.22:5000/v3/roles/061b6c950e3a403388a67b1c561de0cc"}, "name": "reader"}, {"domain_id": null, "id": "41a310f735d7403c8b8bc3dcbaf48ca1", "links": {"self": "http://172.30.9.22:5000/v3/roles/41a310f735d7403c8b8bc3dcbaf48ca1"}, "name": "admin"}, {"domain_id": null, "id": "427a4561072a4ea7b76ab6d8a8449baf", "links": {"self": "http://172.30.9.22:5000/v3/roles/427a4561072a4ea7b76ab6d8a8449baf"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "be461924f6ba41089862cc08bd33fa57", "links": {"self": "http://172.30.9.22:5000/v3/roles/be461924f6ba41089862cc08bd33fa57"}, "name": "member"}, {"domain_id": null, "id": "cd9ee3492eaa4d81aba5804a40f835ae", "links": {"self": "http://172.30.9.22:5000/v3/roles/cd9ee3492eaa4d81aba5804a40f835ae"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f14dd796ac41450abe0188923f143a3c", "links": {"self": "http://172.30.9.22:5000/v3/roles/f14dd796ac41450abe0188923f143a3c"}, "name": "swiftoperator"}]} 2018-08-28 07:04:29,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c4a88e0-cd43-4cf1-8b7d-4b855d3a59af 2018-08-28 07:04:29,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204623937607s 2018-08-28 07:04:29,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1c4a88e0-cd43-4cf1-8b7d-4b855d3a59af 2018-08-28 07:04:29,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 07:04:29,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:29,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf51b52-43f5-4bfb-94d3-6207ab18db87 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 07:04:29,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bbf51b52-43f5-4bfb-94d3-6207ab18db87 2018-08-28 07:04:29,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193052053452s 2018-08-28 07:04:29,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bbf51b52-43f5-4bfb-94d3-6207ab18db87 2018-08-28 07:04:29,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:04:29,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:29,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4682c73e-6d09-4d0b-8f27-14b7a5c48e9f Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": {"self": "http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d7c228a85fa400bb17e481b2c1ef8b7", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:04:29,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4682c73e-6d09-4d0b-8f27-14b7a5c48e9f 2018-08-28 07:04:29,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.160040140152s 2018-08-28 07:04:29,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4682c73e-6d09-4d0b-8f27-14b7a5c48e9f 2018-08-28 07:04:29,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:04:29,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:30,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c03608-5cae-4c1e-9a76-a57a263bb496 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7"}, "tags": [], "enabled": true, "id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-28 07:04:30,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-81c03608-5cae-4c1e-9a76-a57a263bb496 2018-08-28 07:04:30,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.128540039062s 2018-08-28 07:04:30,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-81c03608-5cae-4c1e-9a76-a57a263bb496 2018-08-28 07:04:30,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 07:04:30,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=3d7c228a85fa400bb17e481b2c1ef8b7&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=d8c87cab7ffd4b1fb8556cde0c18fcf7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:30,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bec7a0a-362f-4356-ad31-bd2ec7156d78 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=3d7c228a85fa400bb17e481b2c1ef8b7&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=d8c87cab7ffd4b1fb8556cde0c18fcf7", "previous": null, "next": null}} 2018-08-28 07:04:30,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3d7c228a85fa400bb17e481b2c1ef8b7&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=d8c87cab7ffd4b1fb8556cde0c18fcf7 used request id req-0bec7a0a-362f-4356-ad31-bd2ec7156d78 2018-08-28 07:04:30,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.191475868225s 2018-08-28 07:04:30,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3d7c228a85fa400bb17e481b2c1ef8b7&role.id=be461924f6ba41089862cc08bd33fa57&scope.project.id=d8c87cab7ffd4b1fb8556cde0c18fcf7 used request id req-0bec7a0a-362f-4356-ad31-bd2ec7156d78 2018-08-28 07:04:30,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 07:04:30,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7/users/3d7c228a85fa400bb17e481b2c1ef8b7/roles/be461924f6ba41089862cc08bd33fa57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:04:30,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5b442f7-2736-4a59-9ce3-6a52c29f5319 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:04:30,395 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7/users/3d7c228a85fa400bb17e481b2c1ef8b7/roles/be461924f6ba41089862cc08bd33fa57 used request id req-b5b442f7-2736-4a59-9ce3-6a52c29f5319 2018-08-28 07:04:30,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.185523033142s 2018-08-28 07:04:30,395 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7/users/3d7c228a85fa400bb17e481b2c1ef8b7/roles/be461924f6ba41089862cc08bd33fa57 used request id req-b5b442f7-2736-4a59-9ce3-6a52c29f5319 2018-08-28 07:04:30,396 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 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'd8c87cab7ffd4b1fb8556cde0c18fcf7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3146067c-6b4f-4d57-be74-3018a170025b', 'username': u'cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 07:04:30,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:04:30,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:04:30,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:04:30,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:04:30,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:04:30,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:04:30,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:04:30,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:04:30,401 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'password': '3146067c-6b4f-4d57-be74-3018a170025b', 'project_name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'project_domain_name': 'Default'} 2018-08-28 07:04:30,401 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-28 07:04:30,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:04:30,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d332757-3e61-4f62-a656-6f7cde4fe246 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:04:30,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2d332757-3e61-4f62-a656-6f7cde4fe246 2018-08-28 07:04:30,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:04:30,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}], "expires_at": "2018-08-28T08:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "name": "cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "id": "3d7c228a85fa400bb17e481b2c1ef8b7"}, "audit_ids": ["L6igEuSSR9ylJkIAG31tHg"], "issued_at": "2018-08-28T07:04:30.000000Z"}} 2018-08-28 07:04:30,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 07:04:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"network": {"name": "cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "admin_state_up": true}}' 2018-08-28 07:04:31,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-b072cb17-a463-4d6e-977e-8707b1958686 Date: Tue, 28 Aug 2018 07:04:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T07:04:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}} 2018-08-28 07:04:31,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b072cb17-a463-4d6e-977e-8707b1958686 2018-08-28 07:04:31,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.765133857727s 2018-08-28 07:04:31,573 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b072cb17-a463-4d6e-977e-8707b1958686 2018-08-28 07:04:31,573 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:04:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cf8faf10-526b-4212-a65e-342e49bdc350', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', u'admin_state_up': True, u'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', u'created_at': u'2018-08-28T07:04:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7'}) 2018-08-28 07:04:31,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:31,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:31,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-3faef33f-07f5-40f0-a7bc-7406a9d7032f Date: Tue, 28 Aug 2018 07:04:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T07:04:31Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:31,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3faef33f-07f5-40f0-a7bc-7406a9d7032f 2018-08-28 07:04:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352457046509s 2018-08-28 07:04:31,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3faef33f-07f5-40f0-a7bc-7406a9d7032f 2018-08-28 07:04:31,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 07:04:31,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"subnet": {"name": "cinder_test-subnet_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "enable_dhcp": true, "network_id": "cf8faf10-526b-4212-a65e-342e49bdc350", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 07:04:32,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6d19b906-cb0a-4bee-b2ba-37dc6a48d7bd Date: Tue, 28 Aug 2018 07:04:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:04:32Z","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":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","subnetpool_id":null,"name":"cinder_test-subnet_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}} 2018-08-28 07:04:32,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6d19b906-cb0a-4bee-b2ba-37dc6a48d7bd 2018-08-28 07:04:32,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.93213891983s 2018-08-28 07:04:32,861 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6d19b906-cb0a-4bee-b2ba-37dc6a48d7bd 2018-08-28 07:04:32,861 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T07:04:32Z', 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'8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', u'enable_dhcp': True, u'network_id': u'cf8faf10-526b-4212-a65e-342e49bdc350', u'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', u'created_at': u'2018-08-28T07:04:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7'}) 2018-08-28 07:04:32,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 07:04:32,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"router": {"external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8"}, "name": "cinder_test-router_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "admin_state_up": true}}' 2018-08-28 07:04:34,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-98164b22-ceee-4c2d-8234-ed89f4af2b5b Date: Tue, 28 Aug 2018 07:04:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:33Z", "admin_state_up": true, "updated_at": "2018-08-28T07:04:34Z", "revision_number": 2, "routes": [], "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "name": "cinder_test-router_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}} 2018-08-28 07:04:34,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-98164b22-ceee-4c2d-8234-ed89f4af2b5b 2018-08-28 07:04:34,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.63544893265s 2018-08-28 07:04:34,498 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-98164b22-ceee-4c2d-8234-ed89f4af2b5b 2018-08-28 07:04:34,499 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dcc4201a-ee1d-437e-9a0b-0e60cf865375', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', u'created_at': u'2018-08-28T07:04:33Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T07:04:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', u'id': u'8dd92134-d19a-4f5a-bc92-f6d1b3685aca', u'name': u'cinder_test-router_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'}) 2018-08-28 07:04:34,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 07:04:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"subnet_id": "8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"}' 2018-08-28 07:04:36,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-060cd9e8-cd05-4e8b-8112-6afb4424193b Date: Tue, 28 Aug 2018 07:04:36 GMT RESP BODY: {"network_id": "cf8faf10-526b-4212-a65e-342e49bdc350", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "subnet_id": "8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb", "subnet_ids": ["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"], "port_id": "b488915c-2d94-40ef-98e8-362ce669aeba", "id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca"} 2018-08-28 07:04:36,818 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/add_router_interface.json used request id req-060cd9e8-cd05-4e8b-8112-6afb4424193b 2018-08-28 07:04:36,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31903409958s 2018-08-28 07:04:36,819 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/add_router_interface.json used request id req-060cd9e8-cd05-4e8b-8112-6afb4424193b returning object 8dd92134-d19a-4f5a-bc92-f6d1b3685aca 2018-08-28 07:04:36,819 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 07:04:36,951 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 07:04:36,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:04:36,958 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Tue, 28 Aug 2018 07:04:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-28 07:04:36,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:04:36,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:37,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-eed1dc1a-037d-4b58-a780-e30c06a19baa Date: Tue, 28 Aug 2018 07:04:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:04:37,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eed1dc1a-037d-4b58-a780-e30c06a19baa 2018-08-28 07:04:37,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.334259033203s 2018-08-28 07:04:37,298 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eed1dc1a-037d-4b58-a780-e30c06a19baa 2018-08-28 07:04:37,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 07:04:37,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}' 2018-08-28 07:04:38,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ba039a2b-727b-4178-aa9f-84c89bb16349 Date: Tue, 28 Aug 2018 07:04:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:04:37Z", "file": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file", "owner": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "size": null, "self": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "checksum": null, "created_at": "2018-08-28T07:04:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-28 07:04:38,024 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ba039a2b-727b-4178-aa9f-84c89bb16349 2018-08-28 07:04:38,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.71879696846s 2018-08-28 07:04:38,025 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ba039a2b-727b-4178-aa9f-84c89bb16349 returning object 4c4c0817-c688-4a85-b334-bcf3460dfe85 2018-08-28 07:04:38,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 07:04:38,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '' 2018-08-28 07:04:39,051 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a05e8c7a-fb9f-439a-8c08-e0e59d515a97 Date: Tue, 28 Aug 2018 07:04:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:04:39,051 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file used request id req-a05e8c7a-fb9f-439a-8c08-e0e59d515a97 2018-08-28 07:04:39,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.02589201927s 2018-08-28 07:04:39,052 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file used request id req-a05e8c7a-fb9f-439a-8c08-e0e59d515a97 2018-08-28 07:04:39,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:04:39,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:39,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-55b82bdd-dd33-46c2-a358-957b10302fe1 Date: Tue, 28 Aug 2018 07:04:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:04:39Z", "file": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file", "owner": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "size": 12716032, "self": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:04:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:04:39,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-55b82bdd-dd33-46c2-a358-957b10302fe1 2018-08-28 07:04:39,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.423123121262s 2018-08-28 07:04:39,479 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-55b82bdd-dd33-46c2-a358-957b10302fe1 2018-08-28 07:04:39,481 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file', 'owner': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'id': u'4c4c0817-c688-4a85-b334-bcf3460dfe85', 'size': 12716032, u'self': u'/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-28T07:04:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-28T07:04:39Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', '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/4c4c0817-c688-4a85-b334-bcf3460dfe85', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'created': u'2018-08-28T07:04:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-28T07:04:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-28 07:04:39,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-28 07:04:39,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-28 07:04:39,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-696fa4d6-90f1-4c26-92ed-f392dccd6f31 x-compute-request-id: req-696fa4d6-90f1-4c26-92ed-f392dccd6f31 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "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": "9d1a38b4-c8a7-4844-b42a-f121b125c94c"}} 2018-08-28 07:04:39,835 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-696fa4d6-90f1-4c26-92ed-f392dccd6f31 2018-08-28 07:04:39,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.353426933289s 2018-08-28 07:04:39,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-696fa4d6-90f1-4c26-92ed-f392dccd6f31 2018-08-28 07:04:39,836 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', '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'ffb4780928b040148efb0f81bcbbd35f', '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'9d1a38b4-c8a7-4844-b42a-f121b125c94c', 'swap': 0}) 2018-08-28 07:04:39,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-28 07:04:39,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c/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}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" -d '{"extra_specs": {}}' 2018-08-28 07:04:39,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04: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-19d5ea40-008f-411b-ab91-dc82d1390382 x-compute-request-id: req-19d5ea40-008f-411b-ab91-dc82d1390382 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-28 07:04:39,992 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c/os-extra_specs used request id req-19d5ea40-008f-411b-ab91-dc82d1390382 2018-08-28 07:04:39,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.155035018921s 2018-08-28 07:04:39,992 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c/os-extra_specs used request id req-19d5ea40-008f-411b-ab91-dc82d1390382 2018-08-28 07:04:39,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-28 07:04:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"keypair": {"name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}}' 2018-08-28 07:04:40,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04: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-148a2e3d-5403-48e4-8c7f-dfcf246e1615 x-compute-request-id: req-148a2e3d-5403-48e4-8c7f-dfcf246e1615 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+gpe4Myvd7oeWj1wkxSkzZKkmatde1tNmP8YqdpFyFF2WY3682Jm+Jw2UQ515So1JJNcsEQwRmx963rlu7oFZOaD6etaIWwcHtMSFn3Em/rsSiacLBEbJSJdPNFIfIhdvx8Gnqn0ixy/ntf9xJfkv3V1hPisnLTAr2Bb+nOgILSMBw4MbPRfejpCdSdOu0XmzbrJWZw87qLjUfCb1nPo2f/zjdEo0EiG24SsaCSWh48InWIo34IraGTSFR93eHo4gDO2zsHvpYaS45IdkgawMvJ66r866PVJxf2ErHxc1TFvZaR9eP6nrYyLeM79KLwJY98p4Tp1ik7NGF7dlv9vl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvoKXuDMr3e6Hlo9cJMUpM2SpJmrXXtbTZj/GKnaRchRdlmN+\nvNiZvicNlEOdeUqNSSTXLBEMEZsfet65bu6BWTmg+nrWiFsHB7TEhZ9xJv67Eomn\nCwRGyUiXTzRSHyIXb8fBp6p9Iscv57X/cSX5L91dYT4rJy0wK9gW/pzoCC0jAcOD\nGz0X3o6QnUnTrtF5s26yVmcPO6i41Hwm9Zz6Nn/843RKNBIhtuErGgkloePCJ1iK\nN+CK2hk0hUfd3h6OIAzts7B76WGkuOSHZIGsDLyeuq/Ouj1ScX9hKx8XNUxb2Wkf\nXj+p62Mi3jO/Si8CWPfKeE6dYpOzRhe3Zb/b5QIDAQABAoIBAHlxJCgurosFz/cB\nIhrqeA4j39P2jZ4OUao/gyJ0fNj89H+2owbdCHx3xqc5xvuXs6Lp0iRsJYZfnVyk\n+A4oCdqH6v9hKLq5VCzsZc5MSkQyY6w4hXx3WGxdUt8RmjvwboI6E0+/VY/C693I\nXbKSI1wIv8sKZ1XM74Uzdc0O1rbGfM0ILDPCeRt1cyOGpG9Ln4+9SSj7dpK+b0WT\nFHCdx0jfq1XsEUt9a2OnVDOP1rEn089r/wT7ZKqvf5wm/ElzhXNfXJ7T8X2JgZJd\nRxmD1Wqr88YUVoIXl52NUiilGBGm4eSyGUJ1LVp/zcLjjFCPaRMYm3DybdVB7K+B\nvKYlS+0CgYEA7hR6jc8jCJGPVsMsdGD4xJV0JaZHP8jqZ4wCpoYBOCV+2+xkLVQV\nwwImJHvo3fyBaK0uko3AKB4WmKOwVu94zLFb1VIc6Mb6lMD8RFZXGs/9jROIZgpj\nntJbEucEXPa5cM6GHzkRN9lwLzZkdMV8jhXY2im8QroO9Wa9gCNezlMCgYEAzNl/\nooekJ/WX1zUO8Q22fzu+A48cMQmx6J7kd9Do9mZVfRFqgJOXtbIGGRyqFGZFY86e\nO61GDiVpuz06pt+l2q+DNFKYw1UfR+2SFY7RvVLSjXPA5NCJCyZesvUznssmxZeX\nu7/viGuK0JaQdKVoqNwiIMMPvGE6v8mumCcBtecCgYBM9q3PngCTSort31ZFoPuK\ngU30xdYOlqLAKpDIyFUok2Z5LegMhzwpuE4gSTY0XOZwslt14QEXdvKTEYd18yA3\n+7XWNh9GWNy0rdZfORIbhtVOf9v+MKmXtCTg7XGJo/C6uOi+uzIHvfD4MjszTIxB\nWmqpzAgiAgfH6RiljcmeJQKBgDHHsQKYH8YuImYD2MuvX2fv5q8KufkYuAklg7Oy\nKsql96Ra9RylwTpANscndhVa/QXSEhXCd8G8ScNcj8I5mx5XhHTUlZbyOpXKH7Pp\nbwKo+82wEXIJUyRIgL7QY2j1SUi/G/peHCF0sNkbnaMbByHxzMFVZZ+LqTEuG6WR\n5RKFAoGBAO0FkkHmnxNp0QKcN2Gk09wWZqfMuKi193aoyA2T79qXCNBBRP5Pt8sa\nB5/UEktCls0xQ7s8LiQE+x6OHp+g8i9DHRrdE2Sfq9aX5XqR/Wd1gWrjQfQAEyeY\nFM+m9woc643bscfj6CdvwMong6BZDIy9TDGwVDuSCUhsbG5iqvsN\n-----END RSA PRIVATE KEY-----\n", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "fingerprint": "ef:54:63:2c:f2:59:ae:3d:3c:3b:38:7d:75:be:06:7b"}} 2018-08-28 07:04:40,463 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-148a2e3d-5403-48e4-8c7f-dfcf246e1615 2018-08-28 07:04:40,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.470663070679s 2018-08-28 07:04:40,464 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-148a2e3d-5403-48e4-8c7f-dfcf246e1615 2018-08-28 07:04:40,465 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+gpe4Myvd7oeWj1wkxSkzZKkmatde1tNmP8YqdpFyFF2WY3682Jm+Jw2UQ515So1JJNcsEQwRmx963rlu7oFZOaD6etaIWwcHtMSFn3Em/rsSiacLBEbJSJdPNFIfIhdvx8Gnqn0ixy/ntf9xJfkv3V1hPisnLTAr2Bb+nOgILSMBw4MbPRfejpCdSdOu0XmzbrJWZw87qLjUfCb1nPo2f/zjdEo0EiG24SsaCSWh48InWIo34IraGTSFR93eHo4gDO2zsHvpYaS45IdkgawMvJ66r866PVJxf2ErHxc1TFvZaR9eP6nrYyLeM79KLwJY98p4Tp1ik7NGF7dlv9vl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvoKXuDMr3e6Hlo9cJMUpM2SpJmrXXtbTZj/GKnaRchRdlmN+\nvNiZvicNlEOdeUqNSSTXLBEMEZsfet65bu6BWTmg+nrWiFsHB7TEhZ9xJv67Eomn\nCwRGyUiXTzRSHyIXb8fBp6p9Iscv57X/cSX5L91dYT4rJy0wK9gW/pzoCC0jAcOD\nGz0X3o6QnUnTrtF5s26yVmcPO6i41Hwm9Zz6Nn/843RKNBIhtuErGgkloePCJ1iK\nN+CK2hk0hUfd3h6OIAzts7B76WGkuOSHZIGsDLyeuq/Ouj1ScX9hKx8XNUxb2Wkf\nXj+p62Mi3jO/Si8CWPfKeE6dYpOzRhe3Zb/b5QIDAQABAoIBAHlxJCgurosFz/cB\nIhrqeA4j39P2jZ4OUao/gyJ0fNj89H+2owbdCHx3xqc5xvuXs6Lp0iRsJYZfnVyk\n+A4oCdqH6v9hKLq5VCzsZc5MSkQyY6w4hXx3WGxdUt8RmjvwboI6E0+/VY/C693I\nXbKSI1wIv8sKZ1XM74Uzdc0O1rbGfM0ILDPCeRt1cyOGpG9Ln4+9SSj7dpK+b0WT\nFHCdx0jfq1XsEUt9a2OnVDOP1rEn089r/wT7ZKqvf5wm/ElzhXNfXJ7T8X2JgZJd\nRxmD1Wqr88YUVoIXl52NUiilGBGm4eSyGUJ1LVp/zcLjjFCPaRMYm3DybdVB7K+B\nvKYlS+0CgYEA7hR6jc8jCJGPVsMsdGD4xJV0JaZHP8jqZ4wCpoYBOCV+2+xkLVQV\nwwImJHvo3fyBaK0uko3AKB4WmKOwVu94zLFb1VIc6Mb6lMD8RFZXGs/9jROIZgpj\nntJbEucEXPa5cM6GHzkRN9lwLzZkdMV8jhXY2im8QroO9Wa9gCNezlMCgYEAzNl/\nooekJ/WX1zUO8Q22fzu+A48cMQmx6J7kd9Do9mZVfRFqgJOXtbIGGRyqFGZFY86e\nO61GDiVpuz06pt+l2q+DNFKYw1UfR+2SFY7RvVLSjXPA5NCJCyZesvUznssmxZeX\nu7/viGuK0JaQdKVoqNwiIMMPvGE6v8mumCcBtecCgYBM9q3PngCTSort31ZFoPuK\ngU30xdYOlqLAKpDIyFUok2Z5LegMhzwpuE4gSTY0XOZwslt14QEXdvKTEYd18yA3\n+7XWNh9GWNy0rdZfORIbhtVOf9v+MKmXtCTg7XGJo/C6uOi+uzIHvfD4MjszTIxB\nWmqpzAgiAgfH6RiljcmeJQKBgDHHsQKYH8YuImYD2MuvX2fv5q8KufkYuAklg7Oy\nKsql96Ra9RylwTpANscndhVa/QXSEhXCd8G8ScNcj8I5mx5XhHTUlZbyOpXKH7Pp\nbwKo+82wEXIJUyRIgL7QY2j1SUi/G/peHCF0sNkbnaMbByHxzMFVZZ+LqTEuG6WR\n5RKFAoGBAO0FkkHmnxNp0QKcN2Gk09wWZqfMuKi193aoyA2T79qXCNBBRP5Pt8sa\nB5/UEktCls0xQ7s8LiQE+x6OHp+g8i9DHRrdE2Sfq9aX5XqR/Wd1gWrjQfQAEyeY\nFM+m9woc643bscfj6CdvwMong6BZDIy9TDGwVDuSCUhsbG5iqvsN\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3d7c228a85fa400bb17e481b2c1ef8b7', 'name': u'cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'created_at': '2018-08-28T07:04:40.465131', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ef:54:63:2c:f2:59:ae:3d:3c:3b:38:7d:75:be:06:7b', 'type': 'ssh', 'id': u'cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'}) 2018-08-28 07:04:40,465 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvoKXuDMr3e6Hlo9cJMUpM2SpJmrXXtbTZj/GKnaRchRdlmN+ vNiZvicNlEOdeUqNSSTXLBEMEZsfet65bu6BWTmg+nrWiFsHB7TEhZ9xJv67Eomn CwRGyUiXTzRSHyIXb8fBp6p9Iscv57X/cSX5L91dYT4rJy0wK9gW/pzoCC0jAcOD Gz0X3o6QnUnTrtF5s26yVmcPO6i41Hwm9Zz6Nn/843RKNBIhtuErGgkloePCJ1iK N+CK2hk0hUfd3h6OIAzts7B76WGkuOSHZIGsDLyeuq/Ouj1ScX9hKx8XNUxb2Wkf Xj+p62Mi3jO/Si8CWPfKeE6dYpOzRhe3Zb/b5QIDAQABAoIBAHlxJCgurosFz/cB IhrqeA4j39P2jZ4OUao/gyJ0fNj89H+2owbdCHx3xqc5xvuXs6Lp0iRsJYZfnVyk +A4oCdqH6v9hKLq5VCzsZc5MSkQyY6w4hXx3WGxdUt8RmjvwboI6E0+/VY/C693I XbKSI1wIv8sKZ1XM74Uzdc0O1rbGfM0ILDPCeRt1cyOGpG9Ln4+9SSj7dpK+b0WT FHCdx0jfq1XsEUt9a2OnVDOP1rEn089r/wT7ZKqvf5wm/ElzhXNfXJ7T8X2JgZJd RxmD1Wqr88YUVoIXl52NUiilGBGm4eSyGUJ1LVp/zcLjjFCPaRMYm3DybdVB7K+B vKYlS+0CgYEA7hR6jc8jCJGPVsMsdGD4xJV0JaZHP8jqZ4wCpoYBOCV+2+xkLVQV wwImJHvo3fyBaK0uko3AKB4WmKOwVu94zLFb1VIc6Mb6lMD8RFZXGs/9jROIZgpj ntJbEucEXPa5cM6GHzkRN9lwLzZkdMV8jhXY2im8QroO9Wa9gCNezlMCgYEAzNl/ ooekJ/WX1zUO8Q22fzu+A48cMQmx6J7kd9Do9mZVfRFqgJOXtbIGGRyqFGZFY86e O61GDiVpuz06pt+l2q+DNFKYw1UfR+2SFY7RvVLSjXPA5NCJCyZesvUznssmxZeX u7/viGuK0JaQdKVoqNwiIMMPvGE6v8mumCcBtecCgYBM9q3PngCTSort31ZFoPuK gU30xdYOlqLAKpDIyFUok2Z5LegMhzwpuE4gSTY0XOZwslt14QEXdvKTEYd18yA3 +7XWNh9GWNy0rdZfORIbhtVOf9v+MKmXtCTg7XGJo/C6uOi+uzIHvfD4MjszTIxB WmqpzAgiAgfH6RiljcmeJQKBgDHHsQKYH8YuImYD2MuvX2fv5q8KufkYuAklg7Oy Ksql96Ra9RylwTpANscndhVa/QXSEhXCd8G8ScNcj8I5mx5XhHTUlZbyOpXKH7Pp bwKo+82wEXIJUyRIgL7QY2j1SUi/G/peHCF0sNkbnaMbByHxzMFVZZ+LqTEuG6WR 5RKFAoGBAO0FkkHmnxNp0QKcN2Gk09wWZqfMuKi193aoyA2T79qXCNBBRP5Pt8sa B5/UEktCls0xQ7s8LiQE+x6OHp+g8i9DHRrdE2Sfq9aX5XqR/Wd1gWrjQfQAEyeY FM+m9woc643bscfj6CdvwMong6BZDIy9TDGwVDuSCUhsbG5iqvsN -----END RSA PRIVATE KEY----- 2018-08-28 07:04:40,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-28 07:04:40,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"security_group": {"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-28 07:04:41,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-0aba97a0-bb98-4f58-85b9-46a6df860d70 Date: Tue, 28 Aug 2018 07:04:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:40Z", "updated_at": "2018-08-28T07:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "186d455d-3025-407c-8461-88cfaacdec5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "5ba3e348-e825-4535-b040-5f9b9756f417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 1, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}} 2018-08-28 07:04:41,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0aba97a0-bb98-4f58-85b9-46a6df860d70 2018-08-28 07:04:41,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.542829036713s 2018-08-28 07:04:41,012 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0aba97a0-bb98-4f58-85b9-46a6df860d70 2018-08-28 07:04:41,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:04:41,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:41,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-04bf9b1b-0ad1-4242-9816-50ea07bee67b Date: Tue, 28 Aug 2018 07:04:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:31Z", "updated_at": "2018-08-28T07:04:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "039f41b1-7f23-417e-9b59-0aae61974f24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "15f0ef12-ec57-48ff-85ab-020c18582b4a", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "332a6e14-f39c-4ea9-9904-d4201d438c53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "e93fdc9c-41a4-4c52-80f8-da3d00f5081d", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 1, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:40Z", "updated_at": "2018-08-28T07:04:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "186d455d-3025-407c-8461-88cfaacdec5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "5ba3e348-e825-4535-b040-5f9b9756f417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 1, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:41,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-04bf9b1b-0ad1-4242-9816-50ea07bee67b 2018-08-28 07:04:41,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.288695812225s 2018-08-28 07:04:41,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-04bf9b1b-0ad1-4242-9816-50ea07bee67b 2018-08-28 07:04:41,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:04:41,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -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": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}}' 2018-08-28 07:04:41,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a9ccc309-903e-4cbe-86fd-4e083f7c0422 Date: Tue, 28 Aug 2018 07:04:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-28T07:04:41Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "port_range_min": 22, "revision_number": 0, "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:41Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "130a2b77-0206-41d1-8e06-4b0c079039f2"}} 2018-08-28 07:04:41,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-a9ccc309-903e-4cbe-86fd-4e083f7c0422 2018-08-28 07:04:41,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.403115034103s 2018-08-28 07:04:41,712 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-a9ccc309-903e-4cbe-86fd-4e083f7c0422 2018-08-28 07:04:41,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:04:41,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:42,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-bef7d979-00b8-4f53-950e-842dfae9b3d7 Date: Tue, 28 Aug 2018 07:04:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:31Z", "updated_at": "2018-08-28T07:04:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "039f41b1-7f23-417e-9b59-0aae61974f24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "15f0ef12-ec57-48ff-85ab-020c18582b4a", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "332a6e14-f39c-4ea9-9904-d4201d438c53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "e93fdc9c-41a4-4c52-80f8-da3d00f5081d", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 1, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:40Z", "updated_at": "2018-08-28T07:04:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:04:41Z", "revision_number": 0, "id": "130a2b77-0206-41d1-8e06-4b0c079039f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:41Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "186d455d-3025-407c-8461-88cfaacdec5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "5ba3e348-e825-4535-b040-5f9b9756f417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 2, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:42,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bef7d979-00b8-4f53-950e-842dfae9b3d7 2018-08-28 07:04:42,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315114021301s 2018-08-28 07:04:42,031 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-bef7d979-00b8-4f53-950e-842dfae9b3d7 2018-08-28 07:04:42,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-28 07:04:42,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -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": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}}' 2018-08-28 07:04:42,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-12b25839-f53b-4da2-a72b-4d19e3ae2c89 Date: Tue, 28 Aug 2018 07:04:42 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-28T07:04:42Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:42Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "a8ddf22b-7d66-4271-8490-771666e23ccc"}} 2018-08-28 07:04:42,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-12b25839-f53b-4da2-a72b-4d19e3ae2c89 2018-08-28 07:04:42,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.126695156097s 2018-08-28 07:04:42,161 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-12b25839-f53b-4da2-a72b-4d19e3ae2c89 2018-08-28 07:04:42,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:42,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:42,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5fb11b84-2fae-4075-a324-a3d3aaf4ff6f Date: Tue, 28 Aug 2018 07:04:42 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":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"],"updated_at":"2018-08-28T07:04:32Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:42,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5fb11b84-2fae-4075-a324-a3d3aaf4ff6f 2018-08-28 07:04:42,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267730951309s 2018-08-28 07:04:42,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5fb11b84-2fae-4075-a324-a3d3aaf4ff6f 2018-08-28 07:04:42,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:04:42,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:43,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-0312cc84-c01b-4995-8946-e9ada1a98cc1 Date: Tue, 28 Aug 2018 07:04:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:04:39Z", "file": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file", "owner": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "size": 12716032, "self": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:04:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:04:43,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0312cc84-c01b-4995-8946-e9ada1a98cc1 2018-08-28 07:04:43,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.789484977722s 2018-08-28 07:04:43,225 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0312cc84-c01b-4995-8946-e9ada1a98cc1 2018-08-28 07:04:43,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:04:43,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:43,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04: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-39234339-f7e0-4b1d-9c63-94b25467132a x-compute-request-id: req-39234339-f7e0-4b1d-9c63-94b25467132a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "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": "9d1a38b4-c8a7-4844-b42a-f121b125c94c"}]} 2018-08-28 07:04:43,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-39234339-f7e0-4b1d-9c63-94b25467132a 2018-08-28 07:04:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023665189743s 2018-08-28 07:04:43,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-39234339-f7e0-4b1d-9c63-94b25467132a 2018-08-28 07:04:43,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:04:43,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"server": {"name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "imageRef": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "flavorRef": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cf8faf10-526b-4212-a65e-342e49bdc350"}], "security_groups": [{"name": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}]}}' 2018-08-28 07:04:48,547 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:04: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-492ebddc-cdc3-4f7f-94be-836dfa69c158 x-compute-request-id: req-492ebddc-cdc3-4f7f-94be-836dfa69c158 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}], "OS-DCF:diskConfig": "MANUAL", "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "adminPass": "xcTgTb7WjR54"}} 2018-08-28 07:04:48,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-492ebddc-cdc3-4f7f-94be-836dfa69c158 2018-08-28 07:04:48,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.29370284081s 2018-08-28 07:04:48,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-492ebddc-cdc3-4f7f-94be-836dfa69c158 2018-08-28 07:04:48,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:48,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:49,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3103f449-508b-411c-8849-6ccacb024cfc x-compute-request-id: req-3103f449-508b-411c-8849-6ccacb024cfc Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:04:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:49,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3103f449-508b-411c-8849-6ccacb024cfc 2018-08-28 07:04:49,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530243873596s 2018-08-28 07:04:49,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3103f449-508b-411c-8849-6ccacb024cfc 2018-08-28 07:04:49,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:49,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:49,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-15691a9a-f6ce-4bc3-8edf-362a7c03289d Date: Tue, 28 Aug 2018 07:04:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"],"updated_at":"2018-08-28T07:04:32Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:49,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-15691a9a-f6ce-4bc3-8edf-362a7c03289d 2018-08-28 07:04:49,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.543624162674s 2018-08-28 07:04:49,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-15691a9a-f6ce-4bc3-8edf-362a7c03289d 2018-08-28 07:04:49,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:04:49,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:49,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d6246bb5-aa78-4e6b-9dbc-2e774399ad60 Date: Tue, 28 Aug 2018 07:04:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:04:32Z","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":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","subnetpool_id":null,"name":"cinder_test-subnet_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:49,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d6246bb5-aa78-4e6b-9dbc-2e774399ad60 2018-08-28 07:04:49,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0411310195923s 2018-08-28 07:04:49,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-d6246bb5-aa78-4e6b-9dbc-2e774399ad60 2018-08-28 07:04:49,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:51,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:51,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:52,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04: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-f4207c09-1b10-4d09-9896-4c445ae494a7 x-compute-request-id: req-f4207c09-1b10-4d09-9896-4c445ae494a7 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:04:51Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:52,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f4207c09-1b10-4d09-9896-4c445ae494a7 2018-08-28 07:04:52,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682153224945s 2018-08-28 07:04:52,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f4207c09-1b10-4d09-9896-4c445ae494a7 2018-08-28 07:04:52,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:54,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:55,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fff0771-6923-4cbc-9f61-476032c86373 x-compute-request-id: req-8fff0771-6923-4cbc-9f61-476032c86373 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:04:51Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:55,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8fff0771-6923-4cbc-9f61-476032c86373 2018-08-28 07:04:55,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14928102493s 2018-08-28 07:04:55,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8fff0771-6923-4cbc-9f61-476032c86373 2018-08-28 07:04:55,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:04:57,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:04:57,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:58,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b2688bf-dc9b-4516-9959-492d71da21d7 x-compute-request-id: req-0b2688bf-dc9b-4516-9959-492d71da21d7 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:56Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:04:58,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b2688bf-dc9b-4516-9959-492d71da21d7 2018-08-28 07:04:58,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.887039899826s 2018-08-28 07:04:58,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b2688bf-dc9b-4516-9959-492d71da21d7 2018-08-28 07:04:58,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:04:58,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:58,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-85c3ea6d-bb10-4eed-8dc6-5a0df1487069 Date: Tue, 28 Aug 2018 07:04:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:52Z","admin_state_up":true,"updated_at":"2018-08-28T07:04:56Z","binding:vnic_type":"normal","device_id":"66d952a6-061d-4e7d-ad3a-743d1b09ef99","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:18:b5:67","id":"06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17","port_security_enabled":true,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","fixed_ips":[{"subnet_id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["d96e8bc8-24a1-435b-8d31-f227c801a75c"],"name":""}]} 2018-08-28 07:04:58,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-85c3ea6d-bb10-4eed-8dc6-5a0df1487069 2018-08-28 07:04:58,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.045881986618s 2018-08-28 07:04:58,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-85c3ea6d-bb10-4eed-8dc6-5a0df1487069 2018-08-28 07:04:58,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:04:58,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:58,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-773953db-1b6e-4580-859b-377c5c833549 Date: Tue, 28 Aug 2018 07:04:58 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:04:58,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17 used request id req-773953db-1b6e-4580-859b-377c5c833549 2018-08-28 07:04:58,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0541291236877s 2018-08-28 07:04:58,518 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17 used request id req-773953db-1b6e-4580-859b-377c5c833549 2018-08-28 07:04:58,519 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:18:b5:67', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4c4c0817-c688-4a85-b334-bcf3460dfe85'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:04:56.000000', 'flavor': Munch({u'id': u'9d1a38b4-c8a7-4844-b42a-f121b125c94c'}), 'az': u'nova', 'id': u'66d952a6-061d-4e7d-ad3a-743d1b09ef99', 'security_groups': [Munch({u'name': u'cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3d7c228a85fa400bb17e481b2c1ef8b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:04:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:04:56Z', 'hostId': u'0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:04:56.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': u'cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'adminPass': u'xcTgTb7WjR54', 'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'created_at': u'2018-08-28T07:04:48Z', 'created': u'2018-08-28T07:04:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:04:58,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:04:58,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:58,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-dab138e2-2c3f-407e-bab6-f35881f3af8b Date: Tue, 28 Aug 2018 07:04:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"],"updated_at":"2018-08-28T07:04:32Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:04:58,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-dab138e2-2c3f-407e-bab6-f35881f3af8b 2018-08-28 07:04:58,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0890250205994s 2018-08-28 07:04:58,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-dab138e2-2c3f-407e-bab6-f35881f3af8b 2018-08-28 07:04:58,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:04:58,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:04:58,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-74119157-72f6-4aa2-b300-b4726b73965b Date: Tue, 28 Aug 2018 07:04:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:52Z","admin_state_up":true,"updated_at":"2018-08-28T07:04:56Z","binding:vnic_type":"normal","device_id":"66d952a6-061d-4e7d-ad3a-743d1b09ef99","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:18:b5:67","id":"06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17","port_security_enabled":true,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","fixed_ips":[{"subnet_id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["d96e8bc8-24a1-435b-8d31-f227c801a75c"],"name":""}]} 2018-08-28 07:04:58,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-74119157-72f6-4aa2-b300-b4726b73965b 2018-08-28 07:04:58,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.284135103226s 2018-08-28 07:04:58,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-74119157-72f6-4aa2-b300-b4726b73965b 2018-08-28 07:04:58,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 07:04:58,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"floatingip": {"floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "port_id": "06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17"}}' 2018-08-28 07:05:01,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-26d0eff3-0942-4384-9636-da6102241b66 Date: Tue, 28 Aug 2018 07:05:01 GMT RESP BODY: {"floatingip": {"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:00Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17", "id": "89c32026-1295-48c5-af61-8c3c4beea6fe", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:00Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}} 2018-08-28 07:05:01,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-26d0eff3-0942-4384-9636-da6102241b66 2018-08-28 07:05:01,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.27865600586s 2018-08-28 07:05:01,178 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-26d0eff3-0942-4384-9636-da6102241b66 2018-08-28 07:05:01,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:05:01,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:01,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5e3ff777-bc56-4a4f-a6bf-8137f4311354 Date: Tue, 28 Aug 2018 07:05:01 GMT RESP BODY: {"floatingips": [{"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:00Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17", "id": "89c32026-1295-48c5-af61-8c3c4beea6fe", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:00Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}]} 2018-08-28 07:05:01,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5e3ff777-bc56-4a4f-a6bf-8137f4311354 2018-08-28 07:05:01,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.061026096344s 2018-08-28 07:05:01,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5e3ff777-bc56-4a4f-a6bf-8137f4311354 2018-08-28 07:05:01,251 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8dd92134-d19a-4f5a-bc92-f6d1b3685aca', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'created_at': u'2018-08-28T07:05:00Z', 'attached': True, 'updated_at': u'2018-08-28T07:05:00Z', 'id': u'89c32026-1295-48c5-af61-8c3c4beea6fe', 'floating_network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.215', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8dd92134-d19a-4f5a-bc92-f6d1b3685aca', 'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'port_id': u'06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17', 'port': u'06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17', 'network': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8'}) 2018-08-28 07:05:01,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:05:01,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:05:01,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05: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-79922972-90a0-433b-96cc-bcced47e7efd x-compute-request-id: req-79922972-90a0-433b-96cc-bcced47e7efd Content-Encoding: gzip Content-Length: 9601 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 513454295 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.191046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.193506] pid_max: default: 32768 minimum: 301\n[ 0.194843] ACPI: Core revision 20150930\n[ 0.196612] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198559] Security Framework initialized\n[ 0.199777] Yama: becoming mindful.\n[ 0.200869] AppArmor: AppArmor initialized\n[ 0.202150] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.204078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205959] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207751] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209804] Initializing cgroup subsys io\n[ 0.211014] Initializing cgroup subsys memory\n[ 0.212285] Initializing cgroup subsys devices\n[ 0.213584] Initializing cgroup subsys freezer\n[ 0.214879] Initializing cgroup subsys net_cls\n[ 0.216163] Initializing cgroup subsys perf_event\n[ 0.217506] Initializing cgroup subsys net_prio\n[ 0.218810] Initializing cgroup subsys hugetlb\n[ 0.220086] Initializing cgroup subsys pids\n[ 0.221353] CPU: Physical Processor ID: 0\n[ 0.223250] mce: CPU supports 10 MCE banks\n[ 0.224491] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225990] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242968] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.249752] ftrace: allocating 31920 entries in 125 pages\n[ 0.275507] smpboot: Max logical packages: 1\n[ 0.276796] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.278845] x2apic enabled\n[ 0.280054] Switched APIC routing to physical x2apic.\n[ 0.282637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.284305] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.287266] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.289943] KVM setup paravirtual spinlock\n[ 0.291689] x86: Booted up 1 node, 1 CPUs\n[ 0.292897] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.294938] devtmpfs: initialized\n[ 0.296998] evm: security.selinux\n[ 0.298043] evm: security.SMACK64\n[ 0.299070] evm: security.SMACK64EXEC\n[ 0.300175] evm: security.SMACK64TRANSMUTE\n[ 0.301366] evm: security.SMACK64MMAP\n[ 0.302475] evm: security.ima\n[ 0.303428] evm: security.capability\n[ 0.304609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307319] pinctrl core: initialized pinctrl subsystem\n[ 0.308916] RTC time: 7:04:56, date: 08/28/18\n[ 0.310266] NET: Registered protocol family 16\n[ 0.311650] cpuidle: using governor ladder\n[ 0.312845] cpuidle: using governor menu\n[ 0.314012] PCCT header not found.\n[ 0.315103] ACPI: bus type PCI registered\n[ 0.316277] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318041] PCI: Using configuration type 1 for base access\n[ 0.320322] ACPI: Added _OSI(Module Device)\n[ 0.321593] ACPI: Added _OSI(Processor Device)\n[ 0.322892] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324230] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326558] ACPI: Interpreter enabled\n[ 0.327699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.335960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338704] ACPI: (supports S0 S5)\n[ 0.339778] ACPI: Using IOAPIC for interrupt routing\n[ 0.341163] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350544] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353808] acpiphp: Slot [3] registered\n[ 0.355002] acpiphp: Slot [4] registered\n[ 0.356181] acpiphp: Slot [5] registered\n[ 0.357363] acpiphp: Slot [6] registered\n[ 0.358562] acpiphp: Slot [7] registered\n[ 0.359761] acpiphp: Slot [8] registered\n[ 0.360954] acpiphp: Slot [9] registered\n[ 0.362130] acpiphp: Slot [10] registered\n[ 0.363346] acpiphp: Slot [11] registered\n[ 0.364564] acpiphp: Slot [12] registered\n[ 0.365786] acpiphp: Slot [13] registered\n[ 0.367010] acpiphp: Slot [14] registered\n[ 0.368219] acpiphp: Slot [15] registered\n[ 0.383463] acpiphp: Slot [16] registered\n[ 0.384675] acpiphp: Slot [17] registered\n[ 0.385888] acpiphp: Slot [18] registered\n[ 0.387086] acpiphp: Slot [19] registered\n[ 0.388287] acpiphp: Slot [20] registered\n[ 0.389498] acpiphp: Slot [21] registered\n[ 0.390713] acpiphp: Slot [22] registered\n[ 0.391923] acpiphp: Slot [23] registered\n[ 0.393136] acpiphp: Slot [24] registered\n[ 0.394345] acpiphp: Slot [25] registered\n[ 0.395553] acpiphp: Slot [26] registered\n[ 0.396763] acpiphp: Slot [27] registered\n[ 0.397984] acpiphp: Slot [28] registered\n[ 0.399204] acpiphp: Slot [29] registered\n[ 0.400411] acpiphp: Slot [30] registered\n[ 0.401629] acpiphp: Slot [31] registered\n[ 0.402841] PCI host bridge to bus 0000:00\n[ 0.404055] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411971] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.414182] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418418] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420317] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422078] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423947] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.452890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461513] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463260] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465070] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.468790] vgaarb: loaded\n[ 0.469647] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471363] SCSI subsystem initialized\n[ 0.472672] ACPI: bus type USB registered\n[ 0.473871] usbcore: registered new interface driver usbfs\n[ 0.475359] usbcore: registered new interface driver hub\n[ 0.476845] usbcore: registered new device driver usb\n[ 0.478437] PCI: Using ACPI for IRQ routing\n[ 0.480019] NetLabel: Initializing\n[ 0.481050] NetLabel: domain hash size = 128\n[ 0.482316] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.483709] NetLabel: unlabeled traffic allowed by default\n[ 0.485396] clocksource: Switched to clocksource kvm-clock\n[ 0.495578] AppArmor: AppArmor Filesystem Enabled\n[ 0.496945] pnp: PnP ACPI init\n[ 0.498240] pnp: PnP ACPI: found 5 devices\n[ 0.505245] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.507748] NET: Registered protocol family 2\n[ 0.509242] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511126] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.512866] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516132] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517814] NET: Registered protocol family 1\n[ 0.519069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.520667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.522234] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.536908] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554324] Trying to unpack rootfs image as initramfs...\n[ 0.617422] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620152] Scanning for low memory corruption every 60 seconds\n[ 0.622315] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624047] audit: initializing netlink subsys (disabled)\n[ 0.625686] audit: type=2000 audit(1535439897.633:1): initialized\n[ 0.627677] Initialise system trusted keyring\n[ 0.629149] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630893] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633746] zbud: loaded\n[ 0.634818] VFS: Disk quotas dquot_6.6.0\n[ 0.636032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638352] fuse init (API version 7.23)\n[ 0.639709] Key type big_key registered\n[ 0.640855] Allocating IMA MOK and blacklist keyrings.\n[ 0.642712] Key type asymmetric registered\n[ 0.643951] Asymmetric key parser 'x509' registered\n[ 0.645371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647602] io scheduler noop registered\n[ 0.648807] io scheduler deadline registered (default)\n[ 0.650330] io scheduler cfq registered\n[ 0.651634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.653201] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.655088] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.657213] ACPI: Power Button [PWRF]\n[ 0.658539] GHES: HEST is not enabled!\n[ 0.672749] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.702324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.705441] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729295] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.732609] Linux agpgart interface v0.103\n[ 0.736178] brd: module loaded\n[ 0.738594] loop: module loaded\n[ 0.744073] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.746276] GPT:90111 != 2097151\n[ 0.747292] GPT:Alternate GPT header not at the end of the disk.\n[ 0.748939] GPT:90111 != 2097151\n[ 0.749960] GPT: Use GNU Parted to correct GPT errors.\n[ 0.751416] vda: vda1 vda15\n[ 0.753201] scsi host0: ata_piix\n[ 0.754368] scsi host1: ata_piix\n[ 0.755443] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.757285] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.759670] libphy: Fixed MDIO Bus: probed\n[ 0.760909] tun: Universal TUN/TAP device driver, 1.6\n[ 0.762358] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.765349] PPP generic driver version 2.4.2\n[ 0.766865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.768853] ehci-pci: EHCI PCI platform driver\n[ 0.770299] ehci-platform: EHCI generic platform driver\n[ 0.771930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.773791] ohci-pci: OHCI PCI platform driver\n[ 0.775208] ohci-platform: OHCI generic platform driver\n[ 0.776810] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.791707] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793323] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.795666] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.797267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.799085] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803318] usb usb1: Product: UHCI Host Controller\n[ 0.805043] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806755] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808218] hub 1-0:1.0: USB hub found\n[ 0.809367] hub 1-0:1.0: 2 ports detected\n[ 0.810740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813839] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.815250] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816796] mousedev: PS/2 mouse device common for all mice\n[ 0.818631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.821313] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822948] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826483] i2c /dev entries driver\n[ 0.827617] device-mapper: uevent: version 1.0.3\n[ 0.829036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831459] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833500] NET: Registered protocol family 10\n[ 0.835148] NET: Registered protocol family 17\n[ 0.836471] Key type dns_resolver registered\n[ 0.837866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839465] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842072] registered taskstats version 1\n[ 0.843318] Loading compiled-in X.509 certificates\n[ 0.845295] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848068] zswap: loaded using pool lzo/zbud\n[ 0.850221] Key type trusted registered\n[ 0.852546] Key type encrypted registered\n[ 0.853766] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.855312] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856832] evm: HMAC attrs: 0x1\n[ 0.858197] Magic number: 14:370:67\n[ 0.859423] rtc_cmos 00:00: setting system clock to 2018-08-28 07:04:57 UTC (1535439897)\n[ 0.861834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.863478] EDD information not available.\n[ 0.915091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.931490] Write protecting the kernel read-only data: 14336k\n[ 0.934605] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.937258] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.986409] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKDDGpwYdHEbdH5CzCn8Ui3iBtYI6y7/B4VXD7z9xe1HNoEFd/Rpp4/q0ejElJPu4UBT6iIFF99c31aNMkf/r70mX7U+/V12Z8wPg5tMcOI/veOE07X/dK9lNeHeTffNDKPksN6DAASpUjzohKoSPpsQkt7yR7k3gizYjpIgKwRlat+vErBwSn7Et10LVc6uafRXfKwpxNLm0wkRhzOlBD934kt6Y0l8qyPKAWX0P8mnK/qt3qx7vjEoYk0Hm+O6+p2wJfZv5cfcJ/VnNtDIvnPhgRmUW7N3G0fAht0U7VBGSRzwo6f9C3gLRVSJIl02TKXpmiuH7Dvosgii1FFQoT root@cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nssh-dss AAAAB3NzaC1kc3MAAACBALWgxblw90wsSvMZGmDp2pil54Fk8C7hIi+nvnLkJZ1+4a3w+o4TXOmRUyYxeA2kw6B+FZ45Gt+zYIiyegHQr8RgAYjpDLLj9UY4+qsp2r2ur9FhECv3PUDOU6kGGjOrsBC7C2PVkUesiVrkaeqsZ/yKJsaprR60TmqBm2qDXNFjAAAAFQCZrirF27bZJQPax9yqViOFwZJJQwAAAIEAsQUSncdSKrwZMO4+9qyCN42q5XttLJRXjs/IYJUK4afPrwE+ysxgnNyij9QVpni8hgNTRJqwZ/OJWNzg0HXxnPxw9J+IuAPdlqJUdzyJioK5IJGCQ/4IkBMgwjj0Y2R0vkvACq8uND07W/QDs7CDhsnqzgmi98U2Cr3s8eHBjr0AAACAGq09yYz32Ua+FixxxTvcDVYAzihDd/+JyS64d9d+X9LvSKZS1bnYd8kjjrtOkm3a98/mYLYMhs85yhbHKpR/+NFsIaec9kTdALb0hWQZ5CRwUuMHQE7IBh/N0aRnLEZ1xLhvn9LfPSp3gzEzV1fXShF7LRJPpYtIpBm/zbdEoeA= root@cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe18:b567/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.08 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: "} 2018-08-28 07:05:01,365 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/action used request id req-79922972-90a0-433b-96cc-bcced47e7efd 2018-08-28 07:05:01,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113520145416s 2018-08-28 07:05:01,366 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/action used request id req-79922972-90a0-433b-96cc-bcced47e7efd 2018-08-28 07:05:01,366 - 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 513454295 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.191046] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.193506] pid_max: default: 32768 minimum: 301 [ 0.194843] ACPI: Core revision 20150930 [ 0.196612] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198559] Security Framework initialized [ 0.199777] Yama: becoming mindful. [ 0.200869] AppArmor: AppArmor initialized [ 0.202150] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.204078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205959] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207751] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209804] Initializing cgroup subsys io [ 0.211014] Initializing cgroup subsys memory [ 0.212285] Initializing cgroup subsys devices [ 0.213584] Initializing cgroup subsys freezer [ 0.214879] Initializing cgroup subsys net_cls [ 0.216163] Initializing cgroup subsys perf_event [ 0.217506] Initializing cgroup subsys net_prio [ 0.218810] Initializing cgroup subsys hugetlb [ 0.220086] Initializing cgroup subsys pids [ 0.221353] CPU: Physical Processor ID: 0 [ 0.223250] mce: CPU supports 10 MCE banks [ 0.224491] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225990] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242968] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249752] ftrace: allocating 31920 entries in 125 pages [ 0.275507] smpboot: Max logical packages: 1 [ 0.276796] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.278845] x2apic enabled [ 0.280054] Switched APIC routing to physical x2apic. [ 0.282637] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.284305] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.287266] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.289943] KVM setup paravirtual spinlock [ 0.291689] x86: Booted up 1 node, 1 CPUs [ 0.292897] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.294938] devtmpfs: initialized [ 0.296998] evm: security.selinux [ 0.298043] evm: security.SMACK64 [ 0.299070] evm: security.SMACK64EXEC [ 0.300175] evm: security.SMACK64TRANSMUTE [ 0.301366] evm: security.SMACK64MMAP [ 0.302475] evm: security.ima [ 0.303428] evm: security.capability [ 0.304609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307319] pinctrl core: initialized pinctrl subsystem [ 0.308916] RTC time: 7:04:56, date: 08/28/18 [ 0.310266] NET: Registered protocol family 16 [ 0.311650] cpuidle: using governor ladder [ 0.312845] cpuidle: using governor menu [ 0.314012] PCCT header not found. [ 0.315103] ACPI: bus type PCI registered [ 0.316277] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318041] PCI: Using configuration type 1 for base access [ 0.320322] ACPI: Added _OSI(Module Device) [ 0.321593] ACPI: Added _OSI(Processor Device) [ 0.322892] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324230] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326558] ACPI: Interpreter enabled [ 0.327699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333214] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.335960] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338704] ACPI: (supports S0 S5) [ 0.339778] ACPI: Using IOAPIC for interrupt routing [ 0.341163] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350544] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353808] acpiphp: Slot [3] registered [ 0.355002] acpiphp: Slot [4] registered [ 0.356181] acpiphp: Slot [5] registered [ 0.357363] acpiphp: Slot [6] registered [ 0.358562] acpiphp: Slot [7] registered [ 0.359761] acpiphp: Slot [8] registered [ 0.360954] acpiphp: Slot [9] registered [ 0.362130] acpiphp: Slot [10] registered [ 0.363346] acpiphp: Slot [11] registered [ 0.364564] acpiphp: Slot [12] registered [ 0.365786] acpiphp: Slot [13] registered [ 0.367010] acpiphp: Slot [14] registered [ 0.368219] acpiphp: Slot [15] registered [ 0.383463] acpiphp: Slot [16] registered [ 0.384675] acpiphp: Slot [17] registered [ 0.385888] acpiphp: Slot [18] registered [ 0.387086] acpiphp: Slot [19] registered [ 0.388287] acpiphp: Slot [20] registered [ 0.389498] acpiphp: Slot [21] registered [ 0.390713] acpiphp: Slot [22] registered [ 0.391923] acpiphp: Slot [23] registered [ 0.393136] acpiphp: Slot [24] registered [ 0.394345] acpiphp: Slot [25] registered [ 0.395553] acpiphp: Slot [26] registered [ 0.396763] acpiphp: Slot [27] registered [ 0.397984] acpiphp: Slot [28] registered [ 0.399204] acpiphp: Slot [29] registered [ 0.400411] acpiphp: Slot [30] registered [ 0.401629] acpiphp: Slot [31] registered [ 0.402841] PCI host bridge to bus 0000:00 [ 0.404055] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411971] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.414182] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418418] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420317] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422078] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423947] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428311] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430464] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.452890] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.455014] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.457084] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.459458] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.461513] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.463260] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.465070] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.466574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.468790] vgaarb: loaded [ 0.469647] vgaarb: bridge control possible 0000:00:02.0 [ 0.471363] SCSI subsystem initialized [ 0.472672] ACPI: bus type USB registered [ 0.473871] usbcore: registered new interface driver usbfs [ 0.475359] usbcore: registered new interface driver hub [ 0.476845] usbcore: registered new device driver usb [ 0.478437] PCI: Using ACPI for IRQ routing [ 0.480019] NetLabel: Initializing [ 0.481050] NetLabel: domain hash size = 128 [ 0.482316] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.483709] NetLabel: unlabeled traffic allowed by default [ 0.485396] clocksource: Switched to clocksource kvm-clock [ 0.495578] AppArmor: AppArmor Filesystem Enabled [ 0.496945] pnp: PnP ACPI init [ 0.498240] pnp: PnP ACPI: found 5 devices [ 0.505245] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.507748] NET: Registered protocol family 2 [ 0.509242] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.511126] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.512866] TCP: Hash tables configured (established 4096 bind 4096) [ 0.514587] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.516132] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.517814] NET: Registered protocol family 1 [ 0.519069] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.520667] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.522234] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.536908] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.554324] Trying to unpack rootfs image as initramfs... [ 0.617422] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620152] Scanning for low memory corruption every 60 seconds [ 0.622315] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624047] audit: initializing netlink subsys (disabled) [ 0.625686] audit: type=2000 audit(1535439897.633:1): initialized [ 0.627677] Initialise system trusted keyring [ 0.629149] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630893] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633746] zbud: loaded [ 0.634818] VFS: Disk quotas dquot_6.6.0 [ 0.636032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638352] fuse init (API version 7.23) [ 0.639709] Key type big_key registered [ 0.640855] Allocating IMA MOK and blacklist keyrings. [ 0.642712] Key type asymmetric registered [ 0.643951] Asymmetric key parser 'x509' registered [ 0.645371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647602] io scheduler noop registered [ 0.648807] io scheduler deadline registered (default) [ 0.650330] io scheduler cfq registered [ 0.651634] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.653201] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.655088] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.657213] ACPI: Power Button [PWRF] [ 0.658539] GHES: HEST is not enabled! [ 0.672749] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.702324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.705441] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729295] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.732609] Linux agpgart interface v0.103 [ 0.736178] brd: module loaded [ 0.738594] loop: module loaded [ 0.744073] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.746276] GPT:90111 != 2097151 [ 0.747292] GPT:Alternate GPT header not at the end of the disk. [ 0.748939] GPT:90111 != 2097151 [ 0.749960] GPT: Use GNU Parted to correct GPT errors. [ 0.751416] vda: vda1 vda15 [ 0.753201] scsi host0: ata_piix [ 0.754368] scsi host1: ata_piix [ 0.755443] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.757285] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.759670] libphy: Fixed MDIO Bus: probed [ 0.760909] tun: Universal TUN/TAP device driver, 1.6 [ 0.762358] tun: (C) 1999-2004 Max Krasnyansky [ 0.765349] PPP generic driver version 2.4.2 [ 0.766865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.768853] ehci-pci: EHCI PCI platform driver [ 0.770299] ehci-platform: EHCI generic platform driver [ 0.771930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.773791] ohci-pci: OHCI PCI platform driver [ 0.775208] ohci-platform: OHCI generic platform driver [ 0.776810] uhci_hcd: USB Universal Host Controller Interface driver [ 0.791707] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793323] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.795666] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.797267] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.799085] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803318] usb usb1: Product: UHCI Host Controller [ 0.805043] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.806755] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808218] hub 1-0:1.0: USB hub found [ 0.809367] hub 1-0:1.0: 2 ports detected [ 0.810740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813839] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.815250] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816796] mousedev: PS/2 mouse device common for all mice [ 0.818631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.821313] rtc_cmos 00:00: RTC can wake from S4 [ 0.822948] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824718] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826483] i2c /dev entries driver [ 0.827617] device-mapper: uevent: version 1.0.3 [ 0.829036] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831459] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833500] NET: Registered protocol family 10 [ 0.835148] NET: Registered protocol family 17 [ 0.836471] Key type dns_resolver registered [ 0.837866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839465] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842072] registered taskstats version 1 [ 0.843318] Loading compiled-in X.509 certificates [ 0.845295] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848068] zswap: loaded using pool lzo/zbud [ 0.850221] Key type trusted registered [ 0.852546] Key type encrypted registered [ 0.853766] AppArmor: AppArmor sha1 policy hashing enabled [ 0.855312] ima: No TPM chip found, activating TPM-bypass! [ 0.856832] evm: HMAC attrs: 0x1 [ 0.858197] Magic number: 14:370:67 [ 0.859423] rtc_cmos 00:00: setting system clock to 2018-08-28 07:04:57 UTC (1535439897) [ 0.861834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.863478] EDD information not available. [ 0.915091] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.931490] Write protecting the kernel read-only data: 14336k [ 0.934605] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.937258] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.986409] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKDDGpwYdHEbdH5CzCn8Ui3iBtYI6y7/B4VXD7z9xe1HNoEFd/Rpp4/q0ejElJPu4UBT6iIFF99c31aNMkf/r70mX7U+/V12Z8wPg5tMcOI/veOE07X/dK9lNeHeTffNDKPksN6DAASpUjzohKoSPpsQkt7yR7k3gizYjpIgKwRlat+vErBwSn7Et10LVc6uafRXfKwpxNLm0wkRhzOlBD934kt6Y0l8qyPKAWX0P8mnK/qt3qx7vjEoYk0Hm+O6+p2wJfZv5cfcJ/VnNtDIvnPhgRmUW7N3G0fAht0U7VBGSRzwo6f9C3gLRVSJIl02TKXpmiuH7Dvosgii1FFQoT root@cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f ssh-dss AAAAB3NzaC1kc3MAAACBALWgxblw90wsSvMZGmDp2pil54Fk8C7hIi+nvnLkJZ1+4a3w+o4TXOmRUyYxeA2kw6B+FZ45Gt+zYIiyegHQr8RgAYjpDLLj9UY4+qsp2r2ur9FhECv3PUDOU6kGGjOrsBC7C2PVkUesiVrkaeqsZ/yKJsaprR60TmqBm2qDXNFjAAAAFQCZrirF27bZJQPax9yqViOFwZJJQwAAAIEAsQUSncdSKrwZMO4+9qyCN42q5XttLJRXjs/IYJUK4afPrwE+ysxgnNyij9QVpni8hgNTRJqwZ/OJWNzg0HXxnPxw9J+IuAPdlqJUdzyJioK5IJGCQ/4IkBMgwjj0Y2R0vkvACq8uND07W/QDs7CDhsnqzgmi98U2Cr3s8eHBjr0AAACAGq09yYz32Ua+FixxxTvcDVYAzihDd/+JyS64d9d+X9LvSKZS1bnYd8kjjrtOkm3a98/mYLYMhs85yhbHKpR/+NFsIaec9kTdALb0hWQZ5CRwUuMHQE7IBh/N0aRnLEZ1xLhvn9LfPSp3gzEzV1fXShF7LRJPpYtIpBm/zbdEoeA= root@cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe18:b567/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f launch-index: 0 === cirros: current=0.4.0 uptime=3.08 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: 2018-08-28 07:05:02,368 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9a07d0L 2018-08-28 07:05:02,369 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 07:05:02,369 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 07:05:02,369 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 07:05:02,370 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-28 07:05:02,370 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 07:05:02,371 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 07:05:02,371 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 07:05:02,371 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 07:05:02,371 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 07:05:02,388 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 07:05:02,389 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 07:05:02,401 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.215: 280ff45d43ca4b388fc98fc78bca2845 2018-08-28 07:05:02,402 - paramiko.transport - DEBUG - Trying discovered key ef54632cf259ae3d3c3b387d75be067b in /tmp/tmpUvTZnF 2018-08-28 07:05:02,427 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 07:05:02,433 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 07:05:02,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-28 07:05:02,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"volume": {"display_name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "size": "2"}}' 2018-08-28 07:05:03,813 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:05:02 GMT Server: Apache x-compute-request-id: req-347dca80-0850-4ac2-aeb6-747bbda8797e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-347dca80-0850-4ac2-aeb6-747bbda8797e Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}} 2018-08-28 07:05:03,814 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes used request id req-347dca80-0850-4ac2-aeb6-747bbda8797e 2018-08-28 07:05:03,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.3739118576s 2018-08-28 07:05:03,814 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes used request id req-347dca80-0850-4ac2-aeb6-747bbda8797e 2018-08-28 07:05:03,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:04,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:03 GMT Server: Apache x-compute-request-id: req-e7ad7c82-6922-42f3-a960-89e9b89b1fc0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7ad7c82-6922-42f3-a960-89e9b89b1fc0 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:03.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:04,863 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-e7ad7c82-6922-42f3-a960-89e9b89b1fc0 2018-08-28 07:05:04,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04776096344s 2018-08-28 07:05:04,863 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-e7ad7c82-6922-42f3-a960-89e9b89b1fc0 2018-08-28 07:05:04,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:06,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:07,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:06 GMT Server: Apache x-compute-request-id: req-78c6eae3-f781-446c-b23e-857d45c44c37 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78c6eae3-f781-446c-b23e-857d45c44c37 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:06.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:07,851 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-78c6eae3-f781-446c-b23e-857d45c44c37 2018-08-28 07:05:07,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.983388900757s 2018-08-28 07:05:07,851 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-78c6eae3-f781-446c-b23e-857d45c44c37 2018-08-28 07:05:07,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:05:07,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:07,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-3f91078a-1fb3-46f9-9687-1087d60a8f48 Date: Tue, 28 Aug 2018 07:05:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"],"updated_at":"2018-08-28T07:04:32Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:05:07,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3f91078a-1fb3-46f9-9687-1087d60a8f48 2018-08-28 07:05:07,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0854911804199s 2018-08-28 07:05:07,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3f91078a-1fb3-46f9-9687-1087d60a8f48 2018-08-28 07:05:07,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:05:07,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:08,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-ee8636e3-1774-4ba9-b8ca-0a8529e4fd80 Date: Tue, 28 Aug 2018 07:05:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:04:39Z", "file": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file", "owner": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "size": 12716032, "self": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:04:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:05:08,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ee8636e3-1774-4ba9-b8ca-0a8529e4fd80 2018-08-28 07:05:08,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300441026688s 2018-08-28 07:05:08,244 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ee8636e3-1774-4ba9-b8ca-0a8529e4fd80 2018-08-28 07:05:08,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:05:08,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:08,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-441ae9df-c39c-4353-919f-d2a2e3779cc6 x-compute-request-id: req-441ae9df-c39c-4353-919f-d2a2e3779cc6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "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": "9d1a38b4-c8a7-4844-b42a-f121b125c94c"}]} 2018-08-28 07:05:08,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-441ae9df-c39c-4353-919f-d2a2e3779cc6 2018-08-28 07:05:08,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023530960083s 2018-08-28 07:05:08,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-441ae9df-c39c-4353-919f-d2a2e3779cc6 2018-08-28 07:05:08,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-28 07:05:08,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"server": {"name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "imageRef": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "flavorRef": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cf8faf10-526b-4212-a65e-342e49bdc350"}], "security_groups": [{"name": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}]}}' 2018-08-28 07:05:12,103 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:05:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac7bd4bb-7f71-4869-aeb6-7b6435107e51 x-compute-request-id: req-ac7bd4bb-7f71-4869-aeb6-7b6435107e51 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d96e8bc8-24a1-435b-8d31-f227c801a75c"}], "OS-DCF:diskConfig": "MANUAL", "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "adminPass": "Xx8DUu3q7Vkw"}} 2018-08-28 07:05:12,103 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ac7bd4bb-7f71-4869-aeb6-7b6435107e51 2018-08-28 07:05:12,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.83153486252s 2018-08-28 07:05:12,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ac7bd4bb-7f71-4869-aeb6-7b6435107e51 2018-08-28 07:05:12,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:05:12,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:13,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f93b671-8fc4-4db8-9b0e-84102b9ffce1 x-compute-request-id: req-6f93b671-8fc4-4db8-9b0e-84102b9ffce1 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:05:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:56Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:05:13,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f93b671-8fc4-4db8-9b0e-84102b9ffce1 2018-08-28 07:05:13,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00640201569s 2018-08-28 07:05:13,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6f93b671-8fc4-4db8-9b0e-84102b9ffce1 2018-08-28 07:05:13,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:15,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:05:15,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:15,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cdd19b4-d2f4-47c9-84af-a8962f3e2e13 x-compute-request-id: req-7cdd19b4-d2f4-47c9-84af-a8962f3e2e13 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:05:14Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:56Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:05:15,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7cdd19b4-d2f4-47c9-84af-a8962f3e2e13 2018-08-28 07:05:15,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68763589859s 2018-08-28 07:05:15,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7cdd19b4-d2f4-47c9-84af-a8962f3e2e13 2018-08-28 07:05:15,812 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:17,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:05:17,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:18,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05: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-25042649-21db-4f4a-aae0-af1e0692e064 x-compute-request-id: req-25042649-21db-4f4a-aae0-af1e0692e064 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-28T07:05:14Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:56Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:05:18,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-25042649-21db-4f4a-aae0-af1e0692e064 2018-08-28 07:05:18,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16425395012s 2018-08-28 07:05:18,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-25042649-21db-4f4a-aae0-af1e0692e064 2018-08-28 07:05:18,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:05:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef38e25f-833b-4120-9587-afc7cab55b68 x-compute-request-id: req-ef38e25f-833b-4120-9587-afc7cab55b68 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:05:18.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:05:18Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:04:56Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:05:21,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef38e25f-833b-4120-9587-afc7cab55b68 2018-08-28 07:05:21,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689455032349s 2018-08-28 07:05:21,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ef38e25f-833b-4120-9587-afc7cab55b68 2018-08-28 07:05:21,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:05:21,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:21,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cdd98bb6-e491-406d-b94a-c0973fee8767 Date: Tue, 28 Aug 2018 07:05:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:05:15Z","admin_state_up":true,"updated_at":"2018-08-28T07:05:18Z","binding:vnic_type":"normal","device_id":"10e7581b-e5cd-41a9-af00-f3316b76392d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ea:b0:93","id":"1e2f041d-0678-4893-9c8d-826773df9703","port_security_enabled":true,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","fixed_ips":[{"subnet_id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["d96e8bc8-24a1-435b-8d31-f227c801a75c"],"name":""}]} 2018-08-28 07:05:21,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-cdd98bb6-e491-406d-b94a-c0973fee8767 2018-08-28 07:05:21,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0501120090485s 2018-08-28 07:05:21,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-cdd98bb6-e491-406d-b94a-c0973fee8767 2018-08-28 07:05:21,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:05:21,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=1e2f041d-0678-4893-9c8d-826773df9703" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:21,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-973662c5-2d29-475e-8b9c-a8a212c5ab39 Date: Tue, 28 Aug 2018 07:05:21 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:05:21,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=1e2f041d-0678-4893-9c8d-826773df9703 used request id req-973662c5-2d29-475e-8b9c-a8a212c5ab39 2018-08-28 07:05:21,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0774078369141s 2018-08-28 07:05:21,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=1e2f041d-0678-4893-9c8d-826773df9703 used request id req-973662c5-2d29-475e-8b9c-a8a212c5ab39 2018-08-28 07:05:21,816 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ea:b0:93', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'4c4c0817-c688-4a85-b334-bcf3460dfe85'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:05:18.000000', 'flavor': Munch({u'id': u'9d1a38b4-c8a7-4844-b42a-f121b125c94c'}), 'az': u'nova', 'id': u'10e7581b-e5cd-41a9-af00-f3316b76392d', 'security_groups': [Munch({u'name': u'cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3d7c228a85fa400bb17e481b2c1ef8b7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-28T07:05:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-28T07:05:18Z', 'hostId': u'0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-28T07:05:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': u'cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'adminPass': u'Xx8DUu3q7Vkw', 'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'created_at': u'2018-08-28T07:05:12Z', 'created': u'2018-08-28T07:05:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-28 07:05:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:05:21,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:21,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-66392b51-132a-4fab-a905-6b87d67e9e92 Date: Tue, 28 Aug 2018 07:05:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"],"updated_at":"2018-08-28T07:04:32Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:05:21,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-66392b51-132a-4fab-a905-6b87d67e9e92 2018-08-28 07:05:21,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.097718000412s 2018-08-28 07:05:21,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-66392b51-132a-4fab-a905-6b87d67e9e92 2018-08-28 07:05:21,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 07:05:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:22,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8b841b98-d82f-484c-809c-89c618918bea Date: Tue, 28 Aug 2018 07:05:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:05:15Z","admin_state_up":true,"updated_at":"2018-08-28T07:05:18Z","binding:vnic_type":"normal","device_id":"10e7581b-e5cd-41a9-af00-f3316b76392d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ea:b0:93","id":"1e2f041d-0678-4893-9c8d-826773df9703","port_security_enabled":true,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","fixed_ips":[{"subnet_id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["d96e8bc8-24a1-435b-8d31-f227c801a75c"],"name":""}]} 2018-08-28 07:05:22,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-8b841b98-d82f-484c-809c-89c618918bea 2018-08-28 07:05:22,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.320504903793s 2018-08-28 07:05:22,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-8b841b98-d82f-484c-809c-89c618918bea 2018-08-28 07:05:22,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-28 07:05:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"floatingip": {"floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.9", "port_id": "1e2f041d-0678-4893-9c8d-826773df9703"}}' 2018-08-28 07:05:24,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ff7baea2-0bb4-4902-ab73-76da32ba8259 Date: Tue, 28 Aug 2018 07:05:24 GMT RESP BODY: {"floatingip": {"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:23Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1e2f041d-0678-4893-9c8d-826773df9703", "id": "6c780a3b-8088-4d3d-8e3c-27846115fd4d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:23Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}} 2018-08-28 07:05:24,252 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ff7baea2-0bb4-4902-ab73-76da32ba8259 2018-08-28 07:05:24,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.01090502739s 2018-08-28 07:05:24,252 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ff7baea2-0bb4-4902-ab73-76da32ba8259 2018-08-28 07:05:24,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:05:24,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:24,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-f8d0a310-cb02-445d-9400-e816ef4f2a90 Date: Tue, 28 Aug 2018 07:05:24 GMT RESP BODY: {"floatingips": [{"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:23Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1e2f041d-0678-4893-9c8d-826773df9703", "id": "6c780a3b-8088-4d3d-8e3c-27846115fd4d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:23Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:00Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "06dec978-2aa6-4b1d-9a3c-d9b9cee6cf17", "id": "89c32026-1295-48c5-af61-8c3c4beea6fe", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:00Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}]} 2018-08-28 07:05:24,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f8d0a310-cb02-445d-9400-e816ef4f2a90 2018-08-28 07:05:24,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0580370426178s 2018-08-28 07:05:24,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-f8d0a310-cb02-445d-9400-e816ef4f2a90 2018-08-28 07:05:24,325 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8dd92134-d19a-4f5a-bc92-f6d1b3685aca', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'created_at': u'2018-08-28T07:05:23Z', 'attached': True, 'updated_at': u'2018-08-28T07:05:23Z', 'id': u'6c780a3b-8088-4d3d-8e3c-27846115fd4d', 'floating_network_id': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'name': 'cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8dd92134-d19a-4f5a-bc92-f6d1b3685aca', 'project_id': u'd8c87cab7ffd4b1fb8556cde0c18fcf7', 'port_id': u'1e2f041d-0678-4893-9c8d-826773df9703', 'port': u'1e2f041d-0678-4893-9c8d-826773df9703', 'network': u'6bc96d3a-e40c-45e3-b8ac-3629c48df8f8'}) 2018-08-28 07:05:24,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:05:24,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:05:24,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05: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-5874e990-c339-46a0-bd42-1168a352c5d1 x-compute-request-id: req-5874e990-c339-46a0-bd42-1168a352c5d1 Content-Encoding: gzip Content-Length: 9591 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 501437723 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.194831] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.197282] pid_max: default: 32768 minimum: 301\n[ 0.198599] ACPI: Core revision 20150930\n[ 0.200335] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202212] Security Framework initialized\n[ 0.203404] Yama: becoming mindful.\n[ 0.204484] AppArmor: AppArmor initialized\n[ 0.205753] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207623] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209445] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213129] Initializing cgroup subsys io\n[ 0.214295] Initializing cgroup subsys memory\n[ 0.215529] Initializing cgroup subsys devices\n[ 0.216775] Initializing cgroup subsys freezer\n[ 0.218069] Initializing cgroup subsys net_cls\n[ 0.219350] Initializing cgroup subsys perf_event\n[ 0.220682] Initializing cgroup subsys net_prio\n[ 0.221990] Initializing cgroup subsys hugetlb\n[ 0.223267] Initializing cgroup subsys pids\n[ 0.224495] CPU: Physical Processor ID: 0\n[ 0.226353] mce: CPU supports 10 MCE banks\n[ 0.227576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229046] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244049] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250836] ftrace: allocating 31920 entries in 125 pages\n[ 0.276502] smpboot: Max logical packages: 1\n[ 0.277762] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279777] x2apic enabled\n[ 0.280975] Switched APIC routing to physical x2apic.\n[ 0.283525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290636] KVM setup paravirtual spinlock\n[ 0.292323] x86: Booted up 1 node, 1 CPUs\n[ 0.293516] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295523] devtmpfs: initialized\n[ 0.297573] evm: security.selinux\n[ 0.298615] evm: security.SMACK64\n[ 0.299638] evm: security.SMACK64EXEC\n[ 0.300754] evm: security.SMACK64TRANSMUTE\n[ 0.301951] evm: security.SMACK64MMAP\n[ 0.303030] evm: security.ima\n[ 0.303966] evm: security.capability\n[ 0.305109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307824] pinctrl core: initialized pinctrl subsystem\n[ 0.309410] RTC time: 7:05:18, date: 08/28/18\n[ 0.310783] NET: Registered protocol family 16\n[ 0.312176] cpuidle: using governor ladder\n[ 0.313345] cpuidle: using governor menu\n[ 0.314479] PCCT header not found.\n[ 0.315551] ACPI: bus type PCI registered\n[ 0.316704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318474] PCI: Using configuration type 1 for base access\n[ 0.320729] ACPI: Added _OSI(Module Device)\n[ 0.321967] ACPI: Added _OSI(Processor Device)\n[ 0.323247] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326800] ACPI: Interpreter enabled\n[ 0.327906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333331] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338699] ACPI: (supports S0 S5)\n[ 0.339742] ACPI: Using IOAPIC for interrupt routing\n[ 0.341145] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345127] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346797] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348608] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353626] acpiphp: Slot [3] registered\n[ 0.354815] acpiphp: Slot [4] registered\n[ 0.355989] acpiphp: Slot [5] registered\n[ 0.357158] acpiphp: Slot [6] registered\n[ 0.358313] acpiphp: Slot [7] registered\n[ 0.359453] acpiphp: Slot [8] registered\n[ 0.360605] acpiphp: Slot [9] registered\n[ 0.361750] acpiphp: Slot [10] registered\n[ 0.362920] acpiphp: Slot [11] registered\n[ 0.364067] acpiphp: Slot [12] registered\n[ 0.365227] acpiphp: Slot [13] registered\n[ 0.366409] acpiphp: Slot [14] registered\n[ 0.367572] acpiphp: Slot [15] registered\n[ 0.382706] acpiphp: Slot [16] registered\n[ 0.383873] acpiphp: Slot [17] registered\n[ 0.385049] acpiphp: Slot [18] registered\n[ 0.386224] acpiphp: Slot [19] registered\n[ 0.387388] acpiphp: Slot [20] registered\n[ 0.388554] acpiphp: Slot [21] registered\n[ 0.389707] acpiphp: Slot [22] registered\n[ 0.390861] acpiphp: Slot [23] registered\n[ 0.392018] acpiphp: Slot [24] registered\n[ 0.393189] acpiphp: Slot [25] registered\n[ 0.394361] acpiphp: Slot [26] registered\n[ 0.395520] acpiphp: Slot [27] registered\n[ 0.396711] acpiphp: Slot [28] registered\n[ 0.397862] acpiphp: Slot [29] registered\n[ 0.399051] acpiphp: Slot [30] registered\n[ 0.400239] acpiphp: Slot [31] registered\n[ 0.401382] PCI host bridge to bus 0000:00\n[ 0.402559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421799] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450901] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460805] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462297] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464518] vgaarb: loaded\n[ 0.465386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467110] SCSI subsystem initialized\n[ 0.468398] ACPI: bus type USB registered\n[ 0.469594] usbcore: registered new interface driver usbfs\n[ 0.471059] usbcore: registered new interface driver hub\n[ 0.472487] usbcore: registered new device driver usb\n[ 0.474033] PCI: Using ACPI for IRQ routing\n[ 0.475585] NetLabel: Initializing\n[ 0.476605] NetLabel: domain hash size = 128\n[ 0.477800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479138] NetLabel: unlabeled traffic allowed by default\n[ 0.480754] clocksource: Switched to clocksource kvm-clock\n[ 0.490744] AppArmor: AppArmor Filesystem Enabled\n[ 0.492082] pnp: PnP ACPI init\n[ 0.493343] pnp: PnP ACPI: found 5 devices\n[ 0.500174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502594] NET: Registered protocol family 2\n[ 0.504052] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.505846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512428] NET: Registered protocol family 1\n[ 0.513670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515206] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531308] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546009] Trying to unpack rootfs image as initramfs...\n[ 0.607699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612506] Scanning for low memory corruption every 60 seconds\n[ 0.614730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616364] audit: initializing netlink subsys (disabled)\n[ 0.617898] audit: type=2000 audit(1535439919.210:1): initialized\n[ 0.619821] Initialise system trusted keyring\n[ 0.621208] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625581] zbud: loaded\n[ 0.626602] VFS: Disk quotas dquot_6.6.0\n[ 0.627768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629965] fuse init (API version 7.23)\n[ 0.631219] Key type big_key registered\n[ 0.632356] Allocating IMA MOK and blacklist keyrings.\n[ 0.634075] Key type asymmetric registered\n[ 0.635241] Asymmetric key parser 'x509' registered\n[ 0.636581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639829] io scheduler deadline registered (default)\n[ 0.641237] io scheduler cfq registered\n[ 0.642464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647786] ACPI: Power Button [PWRF]\n[ 0.649030] GHES: HEST is not enabled!\n[ 0.663170] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692241] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722423] Linux agpgart interface v0.103\n[ 0.725869] brd: module loaded\n[ 0.728119] loop: module loaded\n[ 0.732538] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734706] GPT:90111 != 2097151\n[ 0.735714] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737331] GPT:90111 != 2097151\n[ 0.738332] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739761] vda: vda1 vda15\n[ 0.741453] scsi host0: ata_piix\n[ 0.742584] scsi host1: ata_piix\n[ 0.743639] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747775] libphy: Fixed MDIO Bus: probed\n[ 0.748998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750415] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753208] PPP generic driver version 2.4.2\n[ 0.754536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756296] ehci-pci: EHCI PCI platform driver\n[ 0.757588] ehci-platform: EHCI generic platform driver\n[ 0.759047] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760719] ohci-pci: OHCI PCI platform driver\n[ 0.762013] ohci-platform: OHCI generic platform driver\n[ 0.763481] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778182] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781820] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783290] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788898] usb usb1: Product: UHCI Host Controller\n[ 0.790263] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791985] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793412] hub 1-0:1.0: USB hub found\n[ 0.794562] hub 1-0:1.0: 2 ports detected\n[ 0.795899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798951] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800347] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801852] mousedev: PS/2 mouse device common for all mice\n[ 0.803638] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806241] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807837] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809552] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811303] i2c /dev entries driver\n[ 0.812417] device-mapper: uevent: version 1.0.3\n[ 0.813822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816233] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818183] NET: Registered protocol family 10\n[ 0.819832] NET: Registered protocol family 17\n[ 0.821148] Key type dns_resolver registered\n[ 0.822510] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.824090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.826654] registered taskstats version 1\n[ 0.827883] Loading compiled-in X.509 certificates\n[ 0.829803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.832530] zswap: loaded using pool lzo/zbud\n[ 0.834669] Key type trusted registered\n[ 0.836851] Key type encrypted registered\n[ 0.838050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841056] evm: HMAC attrs: 0x1\n[ 0.842407] Magic number: 14:370:67\n[ 0.843604] rtc_cmos 00:00: setting system clock to 2018-08-28 07:05:19 UTC (1535439919)\n[ 0.845956] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.847564] EDD information not available.\n[ 0.902709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.919480] Write protecting the kernel read-only data: 14336k\n[ 0.922512] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.925149] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086968] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPhNr+E1zq5cSlOklEKsszwRrnb3W37vUlMxS7aDFbzKA0SEGHVNdHPszy4HnXShjEo9CRZNxrzfG9v6khqRUrsJdcJnbsDdBwMcep0znF4dKm7Se1i5Cq/fd7V5vChCPEi6hKy+WfNjTj1qhjq60nYmzYcM8slTAPrpRao2zBM2Zx51o9DKBrTDWdJ2+qzknxZkkWBrFygufefn+2IgmynQ+vGAR/fsWG4aimhT8oKTfojCOXHETJ82MCAmJJyNPvNeuxZSVG4jKVjNcfwQccZiTc2Gl9gJjUardN14Nb9F+j+oj7el7A56Tb2Xpt45Nnk+zXsaRlcMIM8xiGApTV root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nssh-dss AAAAB3NzaC1kc3MAAACBAK5QbusLy1z/97QKDPpNAyOjS6h+XNMpy3Fe9fL3d4qJPhJDwQ4MXBk5WgAY+47a2Lu/YjPQquw8Sz9Q3WylyAe8NpKqzXtm35AC8JcUfUTTjEB1fLBBMVzG9xEYKzkWhwDoydV0UmhuvUoc6j+yduDB5T3UALwgtJq2RNfNZ8JlAAAAFQCFkCELhEuDf5jfb7WXkzi+oxj0MwAAAIEAjlUr3XWtOni9holvzOhN+Tv9sz1szBlctUhodmq5rlxZWY13P/SwqWvGJj99ju+ngdqMKEJ21a9oS0CsMm5p5hN4nl+luiXHI7UZDokLOUnvlFTBBdR0+seKNdysmYVQ8Owx+9/XX8d9KSvuEOz9cmM/Dnpx8Bd22o44mjGco1gAAACAHqZ570LKzwsFnAemxqRkXxKiQ0LZZ1m7P5KOe3zf4XCbZjtUNlfIgq3x9pCyFs/LSSNXUXrc6z/s4cAmT7Gse1p/GiLmvDUTWsNvFBXVszvQa0muBBtQxdez2AUxH9+hAKSUPGq5uCjEXnbiadlTuSvdFqTM90oL1tVDxcMoNw0= root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feea:b093/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.57 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: "} 2018-08-28 07:05:24,424 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/action used request id req-5874e990-c339-46a0-bd42-1168a352c5d1 2018-08-28 07:05:24,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0992300510406s 2018-08-28 07:05:24,425 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/action used request id req-5874e990-c339-46a0-bd42-1168a352c5d1 2018-08-28 07:05:24,426 - 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 501437723 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.194831] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.197282] pid_max: default: 32768 minimum: 301 [ 0.198599] ACPI: Core revision 20150930 [ 0.200335] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202212] Security Framework initialized [ 0.203404] Yama: becoming mindful. [ 0.204484] AppArmor: AppArmor initialized [ 0.205753] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207623] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209445] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213129] Initializing cgroup subsys io [ 0.214295] Initializing cgroup subsys memory [ 0.215529] Initializing cgroup subsys devices [ 0.216775] Initializing cgroup subsys freezer [ 0.218069] Initializing cgroup subsys net_cls [ 0.219350] Initializing cgroup subsys perf_event [ 0.220682] Initializing cgroup subsys net_prio [ 0.221990] Initializing cgroup subsys hugetlb [ 0.223267] Initializing cgroup subsys pids [ 0.224495] CPU: Physical Processor ID: 0 [ 0.226353] mce: CPU supports 10 MCE banks [ 0.227576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229046] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244049] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250836] ftrace: allocating 31920 entries in 125 pages [ 0.276502] smpboot: Max logical packages: 1 [ 0.277762] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279777] x2apic enabled [ 0.280975] Switched APIC routing to physical x2apic. [ 0.283525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290636] KVM setup paravirtual spinlock [ 0.292323] x86: Booted up 1 node, 1 CPUs [ 0.293516] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295523] devtmpfs: initialized [ 0.297573] evm: security.selinux [ 0.298615] evm: security.SMACK64 [ 0.299638] evm: security.SMACK64EXEC [ 0.300754] evm: security.SMACK64TRANSMUTE [ 0.301951] evm: security.SMACK64MMAP [ 0.303030] evm: security.ima [ 0.303966] evm: security.capability [ 0.305109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307824] pinctrl core: initialized pinctrl subsystem [ 0.309410] RTC time: 7:05:18, date: 08/28/18 [ 0.310783] NET: Registered protocol family 16 [ 0.312176] cpuidle: using governor ladder [ 0.313345] cpuidle: using governor menu [ 0.314479] PCCT header not found. [ 0.315551] ACPI: bus type PCI registered [ 0.316704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318474] PCI: Using configuration type 1 for base access [ 0.320729] ACPI: Added _OSI(Module Device) [ 0.321967] ACPI: Added _OSI(Processor Device) [ 0.323247] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326800] ACPI: Interpreter enabled [ 0.327906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333331] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338699] ACPI: (supports S0 S5) [ 0.339742] ACPI: Using IOAPIC for interrupt routing [ 0.341145] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345127] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346797] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348608] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353626] acpiphp: Slot [3] registered [ 0.354815] acpiphp: Slot [4] registered [ 0.355989] acpiphp: Slot [5] registered [ 0.357158] acpiphp: Slot [6] registered [ 0.358313] acpiphp: Slot [7] registered [ 0.359453] acpiphp: Slot [8] registered [ 0.360605] acpiphp: Slot [9] registered [ 0.361750] acpiphp: Slot [10] registered [ 0.362920] acpiphp: Slot [11] registered [ 0.364067] acpiphp: Slot [12] registered [ 0.365227] acpiphp: Slot [13] registered [ 0.366409] acpiphp: Slot [14] registered [ 0.367572] acpiphp: Slot [15] registered [ 0.382706] acpiphp: Slot [16] registered [ 0.383873] acpiphp: Slot [17] registered [ 0.385049] acpiphp: Slot [18] registered [ 0.386224] acpiphp: Slot [19] registered [ 0.387388] acpiphp: Slot [20] registered [ 0.388554] acpiphp: Slot [21] registered [ 0.389707] acpiphp: Slot [22] registered [ 0.390861] acpiphp: Slot [23] registered [ 0.392018] acpiphp: Slot [24] registered [ 0.393189] acpiphp: Slot [25] registered [ 0.394361] acpiphp: Slot [26] registered [ 0.395520] acpiphp: Slot [27] registered [ 0.396711] acpiphp: Slot [28] registered [ 0.397862] acpiphp: Slot [29] registered [ 0.399051] acpiphp: Slot [30] registered [ 0.400239] acpiphp: Slot [31] registered [ 0.401382] PCI host bridge to bus 0000:00 [ 0.402559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.406089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421799] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450901] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.455057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458950] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460805] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462297] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464518] vgaarb: loaded [ 0.465386] vgaarb: bridge control possible 0000:00:02.0 [ 0.467110] SCSI subsystem initialized [ 0.468398] ACPI: bus type USB registered [ 0.469594] usbcore: registered new interface driver usbfs [ 0.471059] usbcore: registered new interface driver hub [ 0.472487] usbcore: registered new device driver usb [ 0.474033] PCI: Using ACPI for IRQ routing [ 0.475585] NetLabel: Initializing [ 0.476605] NetLabel: domain hash size = 128 [ 0.477800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479138] NetLabel: unlabeled traffic allowed by default [ 0.480754] clocksource: Switched to clocksource kvm-clock [ 0.490744] AppArmor: AppArmor Filesystem Enabled [ 0.492082] pnp: PnP ACPI init [ 0.493343] pnp: PnP ACPI: found 5 devices [ 0.500174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502594] NET: Registered protocol family 2 [ 0.504052] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.505846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507551] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509264] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512428] NET: Registered protocol family 1 [ 0.513670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515206] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516742] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531308] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546009] Trying to unpack rootfs image as initramfs... [ 0.607699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612506] Scanning for low memory corruption every 60 seconds [ 0.614730] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616364] audit: initializing netlink subsys (disabled) [ 0.617898] audit: type=2000 audit(1535439919.210:1): initialized [ 0.619821] Initialise system trusted keyring [ 0.621208] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622823] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625581] zbud: loaded [ 0.626602] VFS: Disk quotas dquot_6.6.0 [ 0.627768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629965] fuse init (API version 7.23) [ 0.631219] Key type big_key registered [ 0.632356] Allocating IMA MOK and blacklist keyrings. [ 0.634075] Key type asymmetric registered [ 0.635241] Asymmetric key parser 'x509' registered [ 0.636581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638714] io scheduler noop registered [ 0.639829] io scheduler deadline registered (default) [ 0.641237] io scheduler cfq registered [ 0.642464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647786] ACPI: Power Button [PWRF] [ 0.649030] GHES: HEST is not enabled! [ 0.663170] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692241] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722423] Linux agpgart interface v0.103 [ 0.725869] brd: module loaded [ 0.728119] loop: module loaded [ 0.732538] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734706] GPT:90111 != 2097151 [ 0.735714] GPT:Alternate GPT header not at the end of the disk. [ 0.737331] GPT:90111 != 2097151 [ 0.738332] GPT: Use GNU Parted to correct GPT errors. [ 0.739761] vda: vda1 vda15 [ 0.741453] scsi host0: ata_piix [ 0.742584] scsi host1: ata_piix [ 0.743639] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747775] libphy: Fixed MDIO Bus: probed [ 0.748998] tun: Universal TUN/TAP device driver, 1.6 [ 0.750415] tun: (C) 1999-2004 Max Krasnyansky [ 0.753208] PPP generic driver version 2.4.2 [ 0.754536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756296] ehci-pci: EHCI PCI platform driver [ 0.757588] ehci-platform: EHCI generic platform driver [ 0.759047] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760719] ohci-pci: OHCI PCI platform driver [ 0.762013] ohci-platform: OHCI generic platform driver [ 0.763481] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778182] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781820] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783290] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788898] usb usb1: Product: UHCI Host Controller [ 0.790263] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791985] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793412] hub 1-0:1.0: USB hub found [ 0.794562] hub 1-0:1.0: 2 ports detected [ 0.795899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798951] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800347] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801852] mousedev: PS/2 mouse device common for all mice [ 0.803638] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806241] rtc_cmos 00:00: RTC can wake from S4 [ 0.807837] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809552] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811303] i2c /dev entries driver [ 0.812417] device-mapper: uevent: version 1.0.3 [ 0.813822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816233] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818183] NET: Registered protocol family 10 [ 0.819832] NET: Registered protocol family 17 [ 0.821148] Key type dns_resolver registered [ 0.822510] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.824090] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.826654] registered taskstats version 1 [ 0.827883] Loading compiled-in X.509 certificates [ 0.829803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.832530] zswap: loaded using pool lzo/zbud [ 0.834669] Key type trusted registered [ 0.836851] Key type encrypted registered [ 0.838050] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839561] ima: No TPM chip found, activating TPM-bypass! [ 0.841056] evm: HMAC attrs: 0x1 [ 0.842407] Magic number: 14:370:67 [ 0.843604] rtc_cmos 00:00: setting system clock to 2018-08-28 07:05:19 UTC (1535439919) [ 0.845956] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.847564] EDD information not available. [ 0.902709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.919480] Write protecting the kernel read-only data: 14336k [ 0.922512] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.925149] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086968] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPhNr+E1zq5cSlOklEKsszwRrnb3W37vUlMxS7aDFbzKA0SEGHVNdHPszy4HnXShjEo9CRZNxrzfG9v6khqRUrsJdcJnbsDdBwMcep0znF4dKm7Se1i5Cq/fd7V5vChCPEi6hKy+WfNjTj1qhjq60nYmzYcM8slTAPrpRao2zBM2Zx51o9DKBrTDWdJ2+qzknxZkkWBrFygufefn+2IgmynQ+vGAR/fsWG4aimhT8oKTfojCOXHETJ82MCAmJJyNPvNeuxZSVG4jKVjNcfwQccZiTc2Gl9gJjUardN14Nb9F+j+oj7el7A56Tb2Xpt45Nnk+zXsaRlcMIM8xiGApTV root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f ssh-dss AAAAB3NzaC1kc3MAAACBAK5QbusLy1z/97QKDPpNAyOjS6h+XNMpy3Fe9fL3d4qJPhJDwQ4MXBk5WgAY+47a2Lu/YjPQquw8Sz9Q3WylyAe8NpKqzXtm35AC8JcUfUTTjEB1fLBBMVzG9xEYKzkWhwDoydV0UmhuvUoc6j+yduDB5T3UALwgtJq2RNfNZ8JlAAAAFQCFkCELhEuDf5jfb7WXkzi+oxj0MwAAAIEAjlUr3XWtOni9holvzOhN+Tv9sz1szBlctUhodmq5rlxZWY13P/SwqWvGJj99ju+ngdqMKEJ21a9oS0CsMm5p5hN4nl+luiXHI7UZDokLOUnvlFTBBdR0+seKNdysmYVQ8Owx+9/XX8d9KSvuEOz9cmM/Dnpx8Bd22o44mjGco1gAAACAHqZ570LKzwsFnAemxqRkXxKiQ0LZZ1m7P5KOe3zf4XCbZjtUNlfIgq3x9pCyFs/LSSNXUXrc6z/s4cAmT7Gse1p/GiLmvDUTWsNvFBXVszvQa0muBBtQxdez2AUxH9+hAKSUPGq5uCjEXnbiadlTuSvdFqTM90oL1tVDxcMoNw0= root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feea:b093/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.57 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: 2018-08-28 07:05:25,428 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-28 07:05:34,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-28 07:05:34,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-28 07:05:34,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d620d83-17e1-499e-8248-338061fde28d x-compute-request-id: req-9d620d83-17e1-499e-8248-338061fde28d Content-Encoding: gzip Content-Length: 9591 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 501437723 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.194831] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.197282] pid_max: default: 32768 minimum: 301\n[ 0.198599] ACPI: Core revision 20150930\n[ 0.200335] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202212] Security Framework initialized\n[ 0.203404] Yama: becoming mindful.\n[ 0.204484] AppArmor: AppArmor initialized\n[ 0.205753] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207623] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209445] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213129] Initializing cgroup subsys io\n[ 0.214295] Initializing cgroup subsys memory\n[ 0.215529] Initializing cgroup subsys devices\n[ 0.216775] Initializing cgroup subsys freezer\n[ 0.218069] Initializing cgroup subsys net_cls\n[ 0.219350] Initializing cgroup subsys perf_event\n[ 0.220682] Initializing cgroup subsys net_prio\n[ 0.221990] Initializing cgroup subsys hugetlb\n[ 0.223267] Initializing cgroup subsys pids\n[ 0.224495] CPU: Physical Processor ID: 0\n[ 0.226353] mce: CPU supports 10 MCE banks\n[ 0.227576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229046] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.244049] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.250836] ftrace: allocating 31920 entries in 125 pages\n[ 0.276502] smpboot: Max logical packages: 1\n[ 0.277762] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.279777] x2apic enabled\n[ 0.280975] Switched APIC routing to physical x2apic.\n[ 0.283525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.285158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.290636] KVM setup paravirtual spinlock\n[ 0.292323] x86: Booted up 1 node, 1 CPUs\n[ 0.293516] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295523] devtmpfs: initialized\n[ 0.297573] evm: security.selinux\n[ 0.298615] evm: security.SMACK64\n[ 0.299638] evm: security.SMACK64EXEC\n[ 0.300754] evm: security.SMACK64TRANSMUTE\n[ 0.301951] evm: security.SMACK64MMAP\n[ 0.303030] evm: security.ima\n[ 0.303966] evm: security.capability\n[ 0.305109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307824] pinctrl core: initialized pinctrl subsystem\n[ 0.309410] RTC time: 7:05:18, date: 08/28/18\n[ 0.310783] NET: Registered protocol family 16\n[ 0.312176] cpuidle: using governor ladder\n[ 0.313345] cpuidle: using governor menu\n[ 0.314479] PCCT header not found.\n[ 0.315551] ACPI: bus type PCI registered\n[ 0.316704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.318474] PCI: Using configuration type 1 for base access\n[ 0.320729] ACPI: Added _OSI(Module Device)\n[ 0.321967] ACPI: Added _OSI(Processor Device)\n[ 0.323247] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.324563] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.326800] ACPI: Interpreter enabled\n[ 0.327906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.330613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.333331] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.336056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.338699] ACPI: (supports S0 S5)\n[ 0.339742] ACPI: Using IOAPIC for interrupt routing\n[ 0.341145] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.345127] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.346797] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.348608] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.350391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.353626] acpiphp: Slot [3] registered\n[ 0.354815] acpiphp: Slot [4] registered\n[ 0.355989] acpiphp: Slot [5] registered\n[ 0.357158] acpiphp: Slot [6] registered\n[ 0.358313] acpiphp: Slot [7] registered\n[ 0.359453] acpiphp: Slot [8] registered\n[ 0.360605] acpiphp: Slot [9] registered\n[ 0.361750] acpiphp: Slot [10] registered\n[ 0.362920] acpiphp: Slot [11] registered\n[ 0.364067] acpiphp: Slot [12] registered\n[ 0.365227] acpiphp: Slot [13] registered\n[ 0.366409] acpiphp: Slot [14] registered\n[ 0.367572] acpiphp: Slot [15] registered\n[ 0.382706] acpiphp: Slot [16] registered\n[ 0.383873] acpiphp: Slot [17] registered\n[ 0.385049] acpiphp: Slot [18] registered\n[ 0.386224] acpiphp: Slot [19] registered\n[ 0.387388] acpiphp: Slot [20] registered\n[ 0.388554] acpiphp: Slot [21] registered\n[ 0.389707] acpiphp: Slot [22] registered\n[ 0.390861] acpiphp: Slot [23] registered\n[ 0.392018] acpiphp: Slot [24] registered\n[ 0.393189] acpiphp: Slot [25] registered\n[ 0.394361] acpiphp: Slot [26] registered\n[ 0.395520] acpiphp: Slot [27] registered\n[ 0.396711] acpiphp: Slot [28] registered\n[ 0.397862] acpiphp: Slot [29] registered\n[ 0.399051] acpiphp: Slot [30] registered\n[ 0.400239] acpiphp: Slot [31] registered\n[ 0.401382] PCI host bridge to bus 0000:00\n[ 0.402559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.404324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.406089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.408218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.410339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.412475] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.416493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.418322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.420018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.421799] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.426088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.428153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450901] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.453015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.455057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458950] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460805] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462297] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464518] vgaarb: loaded\n[ 0.465386] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467110] SCSI subsystem initialized\n[ 0.468398] ACPI: bus type USB registered\n[ 0.469594] usbcore: registered new interface driver usbfs\n[ 0.471059] usbcore: registered new interface driver hub\n[ 0.472487] usbcore: registered new device driver usb\n[ 0.474033] PCI: Using ACPI for IRQ routing\n[ 0.475585] NetLabel: Initializing\n[ 0.476605] NetLabel: domain hash size = 128\n[ 0.477800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479138] NetLabel: unlabeled traffic allowed by default\n[ 0.480754] clocksource: Switched to clocksource kvm-clock\n[ 0.490744] AppArmor: AppArmor Filesystem Enabled\n[ 0.492082] pnp: PnP ACPI init\n[ 0.493343] pnp: PnP ACPI: found 5 devices\n[ 0.500174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.502594] NET: Registered protocol family 2\n[ 0.504052] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.505846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.507551] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.509264] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.510792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512428] NET: Registered protocol family 1\n[ 0.513670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.515206] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.516742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.531308] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.546009] Trying to unpack rootfs image as initramfs...\n[ 0.607699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.612506] Scanning for low memory corruption every 60 seconds\n[ 0.614730] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.616364] audit: initializing netlink subsys (disabled)\n[ 0.617898] audit: type=2000 audit(1535439919.210:1): initialized\n[ 0.619821] Initialise system trusted keyring\n[ 0.621208] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622823] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.625581] zbud: loaded\n[ 0.626602] VFS: Disk quotas dquot_6.6.0\n[ 0.627768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629965] fuse init (API version 7.23)\n[ 0.631219] Key type big_key registered\n[ 0.632356] Allocating IMA MOK and blacklist keyrings.\n[ 0.634075] Key type asymmetric registered\n[ 0.635241] Asymmetric key parser 'x509' registered\n[ 0.636581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638714] io scheduler noop registered\n[ 0.639829] io scheduler deadline registered (default)\n[ 0.641237] io scheduler cfq registered\n[ 0.642464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647786] ACPI: Power Button [PWRF]\n[ 0.649030] GHES: HEST is not enabled!\n[ 0.663170] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.692241] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.695154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.719268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.722423] Linux agpgart interface v0.103\n[ 0.725869] brd: module loaded\n[ 0.728119] loop: module loaded\n[ 0.732538] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734706] GPT:90111 != 2097151\n[ 0.735714] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737331] GPT:90111 != 2097151\n[ 0.738332] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739761] vda: vda1 vda15\n[ 0.741453] scsi host0: ata_piix\n[ 0.742584] scsi host1: ata_piix\n[ 0.743639] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747775] libphy: Fixed MDIO Bus: probed\n[ 0.748998] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750415] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753208] PPP generic driver version 2.4.2\n[ 0.754536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756296] ehci-pci: EHCI PCI platform driver\n[ 0.757588] ehci-platform: EHCI generic platform driver\n[ 0.759047] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760719] ohci-pci: OHCI PCI platform driver\n[ 0.762013] ohci-platform: OHCI generic platform driver\n[ 0.763481] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778182] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781820] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783290] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788898] usb usb1: Product: UHCI Host Controller\n[ 0.790263] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791985] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793412] hub 1-0:1.0: USB hub found\n[ 0.794562] hub 1-0:1.0: 2 ports detected\n[ 0.795899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798951] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800347] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801852] mousedev: PS/2 mouse device common for all mice\n[ 0.803638] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806241] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807837] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809552] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811303] i2c /dev entries driver\n[ 0.812417] device-mapper: uevent: version 1.0.3\n[ 0.813822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816233] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818183] NET: Registered protocol family 10\n[ 0.819832] NET: Registered protocol family 17\n[ 0.821148] Key type dns_resolver registered\n[ 0.822510] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.824090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.826654] registered taskstats version 1\n[ 0.827883] Loading compiled-in X.509 certificates\n[ 0.829803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.832530] zswap: loaded using pool lzo/zbud\n[ 0.834669] Key type trusted registered\n[ 0.836851] Key type encrypted registered\n[ 0.838050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839561] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841056] evm: HMAC attrs: 0x1\n[ 0.842407] Magic number: 14:370:67\n[ 0.843604] rtc_cmos 00:00: setting system clock to 2018-08-28 07:05:19 UTC (1535439919)\n[ 0.845956] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.847564] EDD information not available.\n[ 0.902709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.919480] Write protecting the kernel read-only data: 14336k\n[ 0.922512] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.925149] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.086968] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPhNr+E1zq5cSlOklEKsszwRrnb3W37vUlMxS7aDFbzKA0SEGHVNdHPszy4HnXShjEo9CRZNxrzfG9v6khqRUrsJdcJnbsDdBwMcep0znF4dKm7Se1i5Cq/fd7V5vChCPEi6hKy+WfNjTj1qhjq60nYmzYcM8slTAPrpRao2zBM2Zx51o9DKBrTDWdJ2+qzknxZkkWBrFygufefn+2IgmynQ+vGAR/fsWG4aimhT8oKTfojCOXHETJ82MCAmJJyNPvNeuxZSVG4jKVjNcfwQccZiTc2Gl9gJjUardN14Nb9F+j+oj7el7A56Tb2Xpt45Nnk+zXsaRlcMIM8xiGApTV root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nssh-dss AAAAB3NzaC1kc3MAAACBAK5QbusLy1z/97QKDPpNAyOjS6h+XNMpy3Fe9fL3d4qJPhJDwQ4MXBk5WgAY+47a2Lu/YjPQquw8Sz9Q3WylyAe8NpKqzXtm35AC8JcUfUTTjEB1fLBBMVzG9xEYKzkWhwDoydV0UmhuvUoc6j+yduDB5T3UALwgtJq2RNfNZ8JlAAAAFQCFkCELhEuDf5jfb7WXkzi+oxj0MwAAAIEAjlUr3XWtOni9holvzOhN+Tv9sz1szBlctUhodmq5rlxZWY13P/SwqWvGJj99ju+ngdqMKEJ21a9oS0CsMm5p5hN4nl+luiXHI7UZDokLOUnvlFTBBdR0+seKNdysmYVQ8Owx+9/XX8d9KSvuEOz9cmM/Dnpx8Bd22o44mjGco1gAAACAHqZ570LKzwsFnAemxqRkXxKiQ0LZZ1m7P5KOe3zf4XCbZjtUNlfIgq3x9pCyFs/LSSNXUXrc6z/s4cAmT7Gse1p/GiLmvDUTWsNvFBXVszvQa0muBBtQxdez2AUxH9+hAKSUPGq5uCjEXnbiadlTuSvdFqTM90oL1tVDxcMoNw0= root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feea:b093/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.57 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: "} 2018-08-28 07:05:34,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/action used request id req-9d620d83-17e1-499e-8248-338061fde28d 2018-08-28 07:05:34,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11776304245s 2018-08-28 07:05:34,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/action used request id req-9d620d83-17e1-499e-8248-338061fde28d 2018-08-28 07:05:34,557 - 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 501437723 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.194831] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.197282] pid_max: default: 32768 minimum: 301 [ 0.198599] ACPI: Core revision 20150930 [ 0.200335] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202212] Security Framework initialized [ 0.203404] Yama: becoming mindful. [ 0.204484] AppArmor: AppArmor initialized [ 0.205753] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207623] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209445] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211154] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213129] Initializing cgroup subsys io [ 0.214295] Initializing cgroup subsys memory [ 0.215529] Initializing cgroup subsys devices [ 0.216775] Initializing cgroup subsys freezer [ 0.218069] Initializing cgroup subsys net_cls [ 0.219350] Initializing cgroup subsys perf_event [ 0.220682] Initializing cgroup subsys net_prio [ 0.221990] Initializing cgroup subsys hugetlb [ 0.223267] Initializing cgroup subsys pids [ 0.224495] CPU: Physical Processor ID: 0 [ 0.226353] mce: CPU supports 10 MCE banks [ 0.227576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229046] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.244049] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.250836] ftrace: allocating 31920 entries in 125 pages [ 0.276502] smpboot: Max logical packages: 1 [ 0.277762] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.279777] x2apic enabled [ 0.280975] Switched APIC routing to physical x2apic. [ 0.283525] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.285158] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.290636] KVM setup paravirtual spinlock [ 0.292323] x86: Booted up 1 node, 1 CPUs [ 0.293516] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295523] devtmpfs: initialized [ 0.297573] evm: security.selinux [ 0.298615] evm: security.SMACK64 [ 0.299638] evm: security.SMACK64EXEC [ 0.300754] evm: security.SMACK64TRANSMUTE [ 0.301951] evm: security.SMACK64MMAP [ 0.303030] evm: security.ima [ 0.303966] evm: security.capability [ 0.305109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307824] pinctrl core: initialized pinctrl subsystem [ 0.309410] RTC time: 7:05:18, date: 08/28/18 [ 0.310783] NET: Registered protocol family 16 [ 0.312176] cpuidle: using governor ladder [ 0.313345] cpuidle: using governor menu [ 0.314479] PCCT header not found. [ 0.315551] ACPI: bus type PCI registered [ 0.316704] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.318474] PCI: Using configuration type 1 for base access [ 0.320729] ACPI: Added _OSI(Module Device) [ 0.321967] ACPI: Added _OSI(Processor Device) [ 0.323247] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.324563] ACPI: Added _OSI(Processor Aggregator Device) [ 0.326800] ACPI: Interpreter enabled [ 0.327906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.330613] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.333331] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.336056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.338699] ACPI: (supports S0 S5) [ 0.339742] ACPI: Using IOAPIC for interrupt routing [ 0.341145] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345127] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346797] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.348608] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.350391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.353626] acpiphp: Slot [3] registered [ 0.354815] acpiphp: Slot [4] registered [ 0.355989] acpiphp: Slot [5] registered [ 0.357158] acpiphp: Slot [6] registered [ 0.358313] acpiphp: Slot [7] registered [ 0.359453] acpiphp: Slot [8] registered [ 0.360605] acpiphp: Slot [9] registered [ 0.361750] acpiphp: Slot [10] registered [ 0.362920] acpiphp: Slot [11] registered [ 0.364067] acpiphp: Slot [12] registered [ 0.365227] acpiphp: Slot [13] registered [ 0.366409] acpiphp: Slot [14] registered [ 0.367572] acpiphp: Slot [15] registered [ 0.382706] acpiphp: Slot [16] registered [ 0.383873] acpiphp: Slot [17] registered [ 0.385049] acpiphp: Slot [18] registered [ 0.386224] acpiphp: Slot [19] registered [ 0.387388] acpiphp: Slot [20] registered [ 0.388554] acpiphp: Slot [21] registered [ 0.389707] acpiphp: Slot [22] registered [ 0.390861] acpiphp: Slot [23] registered [ 0.392018] acpiphp: Slot [24] registered [ 0.393189] acpiphp: Slot [25] registered [ 0.394361] acpiphp: Slot [26] registered [ 0.395520] acpiphp: Slot [27] registered [ 0.396711] acpiphp: Slot [28] registered [ 0.397862] acpiphp: Slot [29] registered [ 0.399051] acpiphp: Slot [30] registered [ 0.400239] acpiphp: Slot [31] registered [ 0.401382] PCI host bridge to bus 0000:00 [ 0.402559] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.404324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.406089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.408218] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.410339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.412475] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.416493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.418322] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.420018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.421799] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.426088] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.428153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450901] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.453015] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.455057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458950] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460805] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462297] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464518] vgaarb: loaded [ 0.465386] vgaarb: bridge control possible 0000:00:02.0 [ 0.467110] SCSI subsystem initialized [ 0.468398] ACPI: bus type USB registered [ 0.469594] usbcore: registered new interface driver usbfs [ 0.471059] usbcore: registered new interface driver hub [ 0.472487] usbcore: registered new device driver usb [ 0.474033] PCI: Using ACPI for IRQ routing [ 0.475585] NetLabel: Initializing [ 0.476605] NetLabel: domain hash size = 128 [ 0.477800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479138] NetLabel: unlabeled traffic allowed by default [ 0.480754] clocksource: Switched to clocksource kvm-clock [ 0.490744] AppArmor: AppArmor Filesystem Enabled [ 0.492082] pnp: PnP ACPI init [ 0.493343] pnp: PnP ACPI: found 5 devices [ 0.500174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.502594] NET: Registered protocol family 2 [ 0.504052] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.505846] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.507551] TCP: Hash tables configured (established 4096 bind 4096) [ 0.509264] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.510792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.512428] NET: Registered protocol family 1 [ 0.513670] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.515206] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.516742] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.531308] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.546009] Trying to unpack rootfs image as initramfs... [ 0.607699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.612506] Scanning for low memory corruption every 60 seconds [ 0.614730] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.616364] audit: initializing netlink subsys (disabled) [ 0.617898] audit: type=2000 audit(1535439919.210:1): initialized [ 0.619821] Initialise system trusted keyring [ 0.621208] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622823] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.625581] zbud: loaded [ 0.626602] VFS: Disk quotas dquot_6.6.0 [ 0.627768] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629965] fuse init (API version 7.23) [ 0.631219] Key type big_key registered [ 0.632356] Allocating IMA MOK and blacklist keyrings. [ 0.634075] Key type asymmetric registered [ 0.635241] Asymmetric key parser 'x509' registered [ 0.636581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638714] io scheduler noop registered [ 0.639829] io scheduler deadline registered (default) [ 0.641237] io scheduler cfq registered [ 0.642464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647786] ACPI: Power Button [PWRF] [ 0.649030] GHES: HEST is not enabled! [ 0.663170] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.692241] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.695154] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.719268] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.722423] Linux agpgart interface v0.103 [ 0.725869] brd: module loaded [ 0.728119] loop: module loaded [ 0.732538] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734706] GPT:90111 != 2097151 [ 0.735714] GPT:Alternate GPT header not at the end of the disk. [ 0.737331] GPT:90111 != 2097151 [ 0.738332] GPT: Use GNU Parted to correct GPT errors. [ 0.739761] vda: vda1 vda15 [ 0.741453] scsi host0: ata_piix [ 0.742584] scsi host1: ata_piix [ 0.743639] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745443] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747775] libphy: Fixed MDIO Bus: probed [ 0.748998] tun: Universal TUN/TAP device driver, 1.6 [ 0.750415] tun: (C) 1999-2004 Max Krasnyansky [ 0.753208] PPP generic driver version 2.4.2 [ 0.754536] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756296] ehci-pci: EHCI PCI platform driver [ 0.757588] ehci-platform: EHCI generic platform driver [ 0.759047] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760719] ohci-pci: OHCI PCI platform driver [ 0.762013] ohci-platform: OHCI generic platform driver [ 0.763481] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778182] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779640] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781820] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783290] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784977] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788898] usb usb1: Product: UHCI Host Controller [ 0.790263] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791985] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793412] hub 1-0:1.0: USB hub found [ 0.794562] hub 1-0:1.0: 2 ports detected [ 0.795899] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798951] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800347] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801852] mousedev: PS/2 mouse device common for all mice [ 0.803638] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806241] rtc_cmos 00:00: RTC can wake from S4 [ 0.807837] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809552] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811303] i2c /dev entries driver [ 0.812417] device-mapper: uevent: version 1.0.3 [ 0.813822] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816233] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818183] NET: Registered protocol family 10 [ 0.819832] NET: Registered protocol family 17 [ 0.821148] Key type dns_resolver registered [ 0.822510] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.824090] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.826654] registered taskstats version 1 [ 0.827883] Loading compiled-in X.509 certificates [ 0.829803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.832530] zswap: loaded using pool lzo/zbud [ 0.834669] Key type trusted registered [ 0.836851] Key type encrypted registered [ 0.838050] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839561] ima: No TPM chip found, activating TPM-bypass! [ 0.841056] evm: HMAC attrs: 0x1 [ 0.842407] Magic number: 14:370:67 [ 0.843604] rtc_cmos 00:00: setting system clock to 2018-08-28 07:05:19 UTC (1535439919) [ 0.845956] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.847564] EDD information not available. [ 0.902709] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.919480] Write protecting the kernel read-only data: 14336k [ 0.922512] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.925149] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.086968] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPhNr+E1zq5cSlOklEKsszwRrnb3W37vUlMxS7aDFbzKA0SEGHVNdHPszy4HnXShjEo9CRZNxrzfG9v6khqRUrsJdcJnbsDdBwMcep0znF4dKm7Se1i5Cq/fd7V5vChCPEi6hKy+WfNjTj1qhjq60nYmzYcM8slTAPrpRao2zBM2Zx51o9DKBrTDWdJ2+qzknxZkkWBrFygufefn+2IgmynQ+vGAR/fsWG4aimhT8oKTfojCOXHETJ82MCAmJJyNPvNeuxZSVG4jKVjNcfwQccZiTc2Gl9gJjUardN14Nb9F+j+oj7el7A56Tb2Xpt45Nnk+zXsaRlcMIM8xiGApTV root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f ssh-dss AAAAB3NzaC1kc3MAAACBAK5QbusLy1z/97QKDPpNAyOjS6h+XNMpy3Fe9fL3d4qJPhJDwQ4MXBk5WgAY+47a2Lu/YjPQquw8Sz9Q3WylyAe8NpKqzXtm35AC8JcUfUTTjEB1fLBBMVzG9xEYKzkWhwDoydV0UmhuvUoc6j+yduDB5T3UALwgtJq2RNfNZ8JlAAAAFQCFkCELhEuDf5jfb7WXkzi+oxj0MwAAAIEAjlUr3XWtOni9holvzOhN+Tv9sz1szBlctUhodmq5rlxZWY13P/SwqWvGJj99ju+ngdqMKEJ21a9oS0CsMm5p5hN4nl+luiXHI7UZDokLOUnvlFTBBdR0+seKNdysmYVQ8Owx+9/XX8d9KSvuEOz9cmM/Dnpx8Bd22o44mjGco1gAAACAHqZ570LKzwsFnAemxqRkXxKiQ0LZZ1m7P5KOe3zf4XCbZjtUNlfIgq3x9pCyFs/LSSNXUXrc6z/s4cAmT7Gse1p/GiLmvDUTWsNvFBXVszvQa0muBBtQxdez2AUxH9+hAKSUPGq5uCjEXnbiadlTuSvdFqTM90oL1tVDxcMoNw0= root@cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feea:b093/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.57 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-f6e19dd5-4b5d-4500-991f-e0015cf40f6f login: 2018-08-28 07:05:34,559 - paramiko.transport - DEBUG - starting thread (client mode): 0xc9b2f10L 2018-08-28 07:05:34,560 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-28 07:05:34,560 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-28 07:05:34,560 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-28 07:05:34,562 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-28 07:05:34,562 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-28 07:05:34,562 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-28 07:05:34,562 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-28 07:05:34,563 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-28 07:05:34,563 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-28 07:05:34,580 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-28 07:05:34,581 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-28 07:05:34,592 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: c3e1db9be4eb4271b8c493163a6c1d54 2018-08-28 07:05:34,593 - paramiko.transport - DEBUG - Trying discovered key ef54632cf259ae3d3c3b387d75be067b in /tmp/tmpUvTZnF 2018-08-28 07:05:34,619 - paramiko.transport - DEBUG - userauth is OK 2018-08-28 07:05:34,625 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-28 07:05:34,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-28 07:05:34,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"volumeAttachment": {"volumeId": "f6f8018e-97b2-458b-8802-40463f02c345"}}' 2018-08-28 07:05:37,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54ec0b47-fa08-4a12-bb17-0d4b3506171d x-compute-request-id: req-54ec0b47-fa08-4a12-bb17-0d4b3506171d Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "10e7581b-e5cd-41a9-af00-f3316b76392d", "id": "f6f8018e-97b2-458b-8802-40463f02c345", "volumeId": "f6f8018e-97b2-458b-8802-40463f02c345"}} 2018-08-28 07:05:37,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments used request id req-54ec0b47-fa08-4a12-bb17-0d4b3506171d 2018-08-28 07:05:37,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.02748298645s 2018-08-28 07:05:37,685 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments used request id req-54ec0b47-fa08-4a12-bb17-0d4b3506171d 2018-08-28 07:05:37,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:37,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:38,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:37 GMT Server: Apache x-compute-request-id: req-8d699e1d-c67f-4ade-8556-bea46b0fa034 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8d699e1d-c67f-4ade-8556-bea46b0fa034 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:37.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:38,719 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-8d699e1d-c67f-4ade-8556-bea46b0fa034 2018-08-28 07:05:38,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03289699554s 2018-08-28 07:05:38,719 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-8d699e1d-c67f-4ade-8556-bea46b0fa034 2018-08-28 07:05:38,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:40,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:40,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:41,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:40 GMT Server: Apache x-compute-request-id: req-30a7f78e-9412-413c-a88c-086b247739ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-30a7f78e-9412-413c-a88c-086b247739ab Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:41.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:41,777 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-30a7f78e-9412-413c-a88c-086b247739ab 2018-08-28 07:05:41,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05346894264s 2018-08-28 07:05:41,777 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-30a7f78e-9412-413c-a88c-086b247739ab 2018-08-28 07:05:41,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:43,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:43,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:44,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:43 GMT Server: Apache x-compute-request-id: req-32a0fb08-69c7-43c8-a085-34e84c1aaf2b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-32a0fb08-69c7-43c8-a085-34e84c1aaf2b Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [{"server_id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "attachment_id": "06d6ec75-aec3-44c8-955a-77cd0fd6c103", "attached_at": "2018-08-28T07:05:41.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f6f8018e-97b2-458b-8802-40463f02c345", "device": "/dev/vdb", "id": "f6f8018e-97b2-458b-8802-40463f02c345"}], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:42.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:44,813 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-32a0fb08-69c7-43c8-a085-34e84c1aaf2b 2018-08-28 07:05:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03132295609s 2018-08-28 07:05:44,813 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-32a0fb08-69c7-43c8-a085-34e84c1aaf2b 2018-08-28 07:05:44,815 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 07:05:44,817 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 07:05:44,817 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 07:05:44,820 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 07:05:44,888 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 07:05:44,888 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-28 07:05:44,889 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 07:05:44,890 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-28 07:05:44,927 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-28 07:05:44,927 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-28 07:05:44,955 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-28 07:05:45,320 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-28 07:05:45,320 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: c9fb1b5d-b81e-47ec-bf31-b49df4112604 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-28 07:05:45,321 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-28 07:05:45,321 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-28 07:05:45,322 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-28 07:05:45,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-28 07:05:45,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:48,001 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:05: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-8c6162df-4c98-43b0-8fed-acb96dafa50e x-compute-request-id: req-8c6162df-4c98-43b0-8fed-acb96dafa50e Content-Length: 0 Content-Type: application/json 2018-08-28 07:05:48,001 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-8c6162df-4c98-43b0-8fed-acb96dafa50e 2018-08-28 07:05:48,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.67909407616s 2018-08-28 07:05:48,002 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-8c6162df-4c98-43b0-8fed-acb96dafa50e 2018-08-28 07:05:48,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:48,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:48,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:48 GMT Server: Apache x-compute-request-id: req-cd914927-f082-4cdc-8592-36455f360d78 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd914927-f082-4cdc-8592-36455f360d78 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [{"server_id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "attachment_id": "06d6ec75-aec3-44c8-955a-77cd0fd6c103", "attached_at": "2018-08-28T07:05:41.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f6f8018e-97b2-458b-8802-40463f02c345", "device": "/dev/vdb", "id": "f6f8018e-97b2-458b-8802-40463f02c345"}], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:47.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:48,060 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-cd914927-f082-4cdc-8592-36455f360d78 2018-08-28 07:05:48,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0579979419708s 2018-08-28 07:05:48,061 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-cd914927-f082-4cdc-8592-36455f360d78 2018-08-28 07:05:48,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:50,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:51,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:50 GMT Server: Apache x-compute-request-id: req-bfe57072-da7e-4d20-8773-be4eb7612556 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfe57072-da7e-4d20-8773-be4eb7612556 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:49.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:51,074 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-bfe57072-da7e-4d20-8773-be4eb7612556 2018-08-28 07:05:51,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00887608528s 2018-08-28 07:05:51,074 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-bfe57072-da7e-4d20-8773-be4eb7612556 2018-08-28 07:05:51,075 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-28 07:05:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-28 07:05:51,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"volumeAttachment": {"volumeId": "f6f8018e-97b2-458b-8802-40463f02c345"}}' 2018-08-28 07:05:53,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05: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-ad3dcd80-3278-4191-862a-14b42d900af7 x-compute-request-id: req-ad3dcd80-3278-4191-862a-14b42d900af7 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "id": "f6f8018e-97b2-458b-8802-40463f02c345", "volumeId": "f6f8018e-97b2-458b-8802-40463f02c345"}} 2018-08-28 07:05:53,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments used request id req-ad3dcd80-3278-4191-862a-14b42d900af7 2018-08-28 07:05:53,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.92641305923s 2018-08-28 07:05:53,003 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments used request id req-ad3dcd80-3278-4191-862a-14b42d900af7 2018-08-28 07:05:53,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:53,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:54,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:53 GMT Server: Apache x-compute-request-id: req-772f23a6-7e86-4832-a29b-4aace2823a19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-772f23a6-7e86-4832-a29b-4aace2823a19 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:52.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:54,042 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-772f23a6-7e86-4832-a29b-4aace2823a19 2018-08-28 07:05:54,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03917598724s 2018-08-28 07:05:54,043 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-772f23a6-7e86-4832-a29b-4aace2823a19 2018-08-28 07:05:54,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:05:56,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:56,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:56,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:56 GMT Server: Apache x-compute-request-id: req-a5dfc793-71e1-451f-984a-fff6cbc6e96e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5dfc793-71e1-451f-984a-fff6cbc6e96e Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [{"server_id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "attachment_id": "3a2a90fe-edfd-4276-a865-b8aa629ba3a4", "attached_at": "2018-08-28T07:05:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f6f8018e-97b2-458b-8802-40463f02c345", "device": "/dev/vdb", "id": "f6f8018e-97b2-458b-8802-40463f02c345"}], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:56.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:56,098 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-a5dfc793-71e1-451f-984a-fff6cbc6e96e 2018-08-28 07:05:56,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0519309043884s 2018-08-28 07:05:56,099 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-a5dfc793-71e1-451f-984a-fff6cbc6e96e 2018-08-28 07:05:56,101 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-28 07:05:56,103 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-28 07:05:56,103 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-28 07:05:56,105 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-28 07:05:56,175 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-28 07:05:56,176 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-28 07:05:56,176 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-28 07:05:56,177 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-28 07:05:56,216 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-28 07:05:56,216 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-28 07:05:56,242 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-28 07:05:56,265 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-28 07:05:56,265 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-28 07:05:56,266 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-28 07:05:56,267 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-28 07:05:56,266 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-28 07:05:56,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-28 07:05:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:57,983 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:05: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-7536ab78-0d5f-4b70-b951-a27f80d35897 x-compute-request-id: req-7536ab78-0d5f-4b70-b951-a27f80d35897 Content-Length: 0 Content-Type: application/json 2018-08-28 07:05:57,984 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-7536ab78-0d5f-4b70-b951-a27f80d35897 2018-08-28 07:05:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.71587991714s 2018-08-28 07:05:57,984 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99/os-volume_attachments/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-7536ab78-0d5f-4b70-b951-a27f80d35897 2018-08-28 07:05:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:05:57,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:05:58,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:05:57 GMT Server: Apache x-compute-request-id: req-9f7131f2-e0d8-49f5-9ed2-5f9f7ad90e6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f7131f2-e0d8-49f5-9ed2-5f9f7ad90e6a Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [{"server_id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "attachment_id": "3a2a90fe-edfd-4276-a865-b8aa629ba3a4", "attached_at": "2018-08-28T07:05:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "f6f8018e-97b2-458b-8802-40463f02c345", "device": "/dev/vdb", "id": "f6f8018e-97b2-458b-8802-40463f02c345"}], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:57.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:05:58,991 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-9f7131f2-e0d8-49f5-9ed2-5f9f7ad90e6a 2018-08-28 07:05:58,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00628304482s 2018-08-28 07:05:58,991 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-9f7131f2-e0d8-49f5-9ed2-5f9f7ad90e6a 2018-08-28 07:05:58,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:06:00,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:06:00,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:01,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:01 GMT Server: Apache x-compute-request-id: req-8ad46262-8e7e-47fc-a669-8cbb5e96bd19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ad46262-8e7e-47fc-a669-8cbb5e96bd19 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:59.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:06:01,046 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-8ad46262-8e7e-47fc-a669-8cbb5e96bd19 2018-08-28 07:06:01,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0508399009705s 2018-08-28 07:06:01,046 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-8ad46262-8e7e-47fc-a669-8cbb5e96bd19 2018-08-28 07:06:01,168 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:06:01,169 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:31 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-28 07:06:01,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:06:01,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:01,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:06:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37f75250-ef1b-4334-9813-e32d67b1ea33 x-compute-request-id: req-37f75250-ef1b-4334-9813-e32d67b1ea33 Content-Type: application/json 2018-08-28 07:06:01,382 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-37f75250-ef1b-4334-9813-e32d67b1ea33 2018-08-28 07:06:01,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.208546876907s 2018-08-28 07:06:01,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99 used request id req-37f75250-ef1b-4334-9813-e32d67b1ea33 2018-08-28 07:06:01,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:06:01,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:02,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06: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-febcec09-bce8-4dbc-a1bc-685fee6f7e34 x-compute-request-id: req-febcec09-bce8-4dbc-a1bc-685fee6f7e34 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:05:18.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:05:18Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:b5:67", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/66d952a6-061d-4e7d-ad3a-743d1b09ef99", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:04:56.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "66d952a6-061d-4e7d-ad3a-743d1b09ef99", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:06:01Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm2_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:04:48Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:06:02,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-febcec09-bce8-4dbc-a1bc-685fee6f7e34 2018-08-28 07:06:02,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.922218084335s 2018-08-28 07:06:02,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-febcec09-bce8-4dbc-a1bc-685fee6f7e34 2018-08-28 07:06:02,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:06:04,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:06:04,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:05,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06: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-7a8a210e-512f-45ef-82c8-b2fc8db449bb x-compute-request-id: req-7a8a210e-512f-45ef-82c8-b2fc8db449bb Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:05:18.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:05:18Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:06:05,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7a8a210e-512f-45ef-82c8-b2fc8db449bb 2018-08-28 07:06:05,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868153095245s 2018-08-28 07:06:05,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7a8a210e-512f-45ef-82c8-b2fc8db449bb 2018-08-28 07:06:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 07:06:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/89c32026-1295-48c5-af61-8c3c4beea6fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:05,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f029933-45ef-4118-825c-63c386c66521 Content-Length: 0 Date: Tue, 28 Aug 2018 07:06:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:05,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/89c32026-1295-48c5-af61-8c3c4beea6fe.json used request id req-4f029933-45ef-4118-825c-63c386c66521 2018-08-28 07:06:05,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.572672128677s 2018-08-28 07:06:05,757 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/89c32026-1295-48c5-af61-8c3c4beea6fe.json used request id req-4f029933-45ef-4118-825c-63c386c66521 2018-08-28 07:06:05,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:06:05,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:05,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5365b611-ad31-4031-8d6a-4b3d583a79bd Date: Tue, 28 Aug 2018 07:06:05 GMT RESP BODY: {"floatingips": [{"router_id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-28T07:05:23Z", "floating_network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "1e2f041d-0678-4893-9c8d-826773df9703", "id": "6c780a3b-8088-4d3d-8e3c-27846115fd4d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:05:23Z", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}]} 2018-08-28 07:06:05,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5365b611-ad31-4031-8d6a-4b3d583a79bd 2018-08-28 07:06:05,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0615680217743s 2018-08-28 07:06:05,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-5365b611-ad31-4031-8d6a-4b3d583a79bd 2018-08-28 07:06:05,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:06:05,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:05,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:05 GMT Server: Apache x-compute-request-id: req-a114ce86-9147-4e12-9db6-56797dc3985b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a114ce86-9147-4e12-9db6-56797dc3985b Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:05:59.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:06:05,897 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-a114ce86-9147-4e12-9db6-56797dc3985b 2018-08-28 07:06:05,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0697920322418s 2018-08-28 07:06:05,897 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-a114ce86-9147-4e12-9db6-56797dc3985b 2018-08-28 07:06:05,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-28 07:06:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:06,914 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:06:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f3b7d35e-a9fe-4e58-909c-0b3325b113cc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:06:06,914 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-f3b7d35e-a9fe-4e58-909c-0b3325b113cc 2018-08-28 07:06:06,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.01497197151s 2018-08-28 07:06:06,914 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345 used request id req-f3b7d35e-a9fe-4e58-909c-0b3325b113cc 2018-08-28 07:06:06,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:06:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:06,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:06 GMT Server: Apache x-compute-request-id: req-31e01e4b-1755-44f6-bf94-431e59927fac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-31e01e4b-1755-44f6-bf94-431e59927fac Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "self"}, {"href": "http://172.30.9.22:8776/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/f6f8018e-97b2-458b-8802-40463f02c345", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-28T07:05:03.000000", "description": null, "os-vol-tenant-attr:tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "updated_at": "2018-08-28T07:06:06.000000", "volume_type": null, "name": "cinder_test-volume_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f6f8018e-97b2-458b-8802-40463f02c345", "size": 2}]} 2018-08-28 07:06:06,966 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-31e01e4b-1755-44f6-bf94-431e59927fac 2018-08-28 07:06:06,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0517439842224s 2018-08-28 07:06:06,967 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-31e01e4b-1755-44f6-bf94-431e59927fac 2018-08-28 07:06:06,968 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:06:08,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-28 07:06:08,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:09,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:08 GMT Server: Apache x-compute-request-id: req-c9b871b8-dce1-4766-a3ab-d0301cfcfdf7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c9b871b8-dce1-4766-a3ab-d0301cfcfdf7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-28 07:06:09,011 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-c9b871b8-dce1-4766-a3ab-d0301cfcfdf7 2018-08-28 07:06:09,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0402231216431s 2018-08-28 07:06:09,011 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/d8c87cab7ffd4b1fb8556cde0c18fcf7/volumes/detail used request id req-c9b871b8-dce1-4766-a3ab-d0301cfcfdf7 2018-08-28 07:06:09,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-28 07:06:09,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/6c780a3b-8088-4d3d-8e3c-27846115fd4d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:09,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ee72c0f-c599-48ae-ac61-44605e15e007 Content-Length: 0 Date: Tue, 28 Aug 2018 07:06:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:09,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6c780a3b-8088-4d3d-8e3c-27846115fd4d.json used request id req-9ee72c0f-c599-48ae-ac61-44605e15e007 2018-08-28 07:06:09,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.963515996933s 2018-08-28 07:06:09,978 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6c780a3b-8088-4d3d-8e3c-27846115fd4d.json used request id req-9ee72c0f-c599-48ae-ac61-44605e15e007 2018-08-28 07:06:09,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 07:06:09,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:10,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-53aab6d3-129c-4015-a155-8cebf37f7d09 Date: Tue, 28 Aug 2018 07:06:10 GMT RESP BODY: {"floatingips": []} 2018-08-28 07:06:10,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-53aab6d3-129c-4015-a155-8cebf37f7d09 2018-08-28 07:06:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0500679016113s 2018-08-28 07:06:10,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-53aab6d3-129c-4015-a155-8cebf37f7d09 2018-08-28 07:06:10,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-28 07:06:10,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:10,232 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2325538-4cda-4d14-bfaf-46e4f584ea57 x-compute-request-id: req-c2325538-4cda-4d14-bfaf-46e4f584ea57 Content-Type: application/json 2018-08-28 07:06:10,232 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-c2325538-4cda-4d14-bfaf-46e4f584ea57 2018-08-28 07:06:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196395874023s 2018-08-28 07:06:10,232 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d used request id req-c2325538-4cda-4d14-bfaf-46e4f584ea57 2018-08-28 07:06:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:06:10,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:11,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10c14da4-b9e0-4bc5-8e98-713aa1b2cf09 x-compute-request-id: req-10c14da4-b9e0-4bc5-8e98-713aa1b2cf09 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b0:93", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/10e7581b-e5cd-41a9-af00-f3316b76392d", "rel": "bookmark"}], "image": {"id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "links": [{"href": "http://172.30.9.22:8774/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-28T07:05:18.000000", "flavor": {"id": "9d1a38b4-c8a7-4844-b42a-f121b125c94c", "links": [{"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "bookmark"}]}, "id": "10e7581b-e5cd-41a9-af00-f3316b76392d", "security_groups": [{"name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}], "user_id": "3d7c228a85fa400bb17e481b2c1ef8b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-28T07:06:10Z", "hostId": "0ae9ebe39ebc3e7e443f805901f8c845a5212a128301f6b2bc11b72c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "name": "cinder_test-vm_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "created": "2018-08-28T07:05:12Z", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-28 07:06:11,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10c14da4-b9e0-4bc5-8e98-713aa1b2cf09 2018-08-28 07:06:11,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838428020477s 2018-08-28 07:06:11,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10c14da4-b9e0-4bc5-8e98-713aa1b2cf09 2018-08-28 07:06:11,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-28 07:06:13,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 07:06:13,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:13,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4010a636-dce9-4444-8955-86a59fd9bda9 x-compute-request-id: req-4010a636-dce9-4444-8955-86a59fd9bda9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 07:06:13,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4010a636-dce9-4444-8955-86a59fd9bda9 2018-08-28 07:06:13,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0653369426727s 2018-08-28 07:06:13,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4010a636-dce9-4444-8955-86a59fd9bda9 2018-08-28 07:06:13,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-28 07:06:13,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:13,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-93a94554-b94b-4dcd-b61c-63d4d6a44516 Date: Tue, 28 Aug 2018 07:06:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:31Z", "updated_at": "2018-08-28T07:04:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "039f41b1-7f23-417e-9b59-0aae61974f24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "15f0ef12-ec57-48ff-85ab-020c18582b4a", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "332a6e14-f39c-4ea9-9904-d4201d438c53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:31Z", "revision_number": 0, "id": "e93fdc9c-41a4-4c52-80f8-da3d00f5081d", "remote_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:31Z", "security_group_id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 1, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "b1f877f9-6d25-489d-97a7-1ffe52f7c08d", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:40Z", "updated_at": "2018-08-28T07:04:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-28T07:04:41Z", "revision_number": 0, "id": "130a2b77-0206-41d1-8e06-4b0c079039f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:41Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "186d455d-3025-407c-8461-88cfaacdec5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:40Z", "revision_number": 0, "id": "5ba3e348-e825-4535-b040-5f9b9756f417", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:40Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-28T07:04:42Z", "revision_number": 0, "id": "a8ddf22b-7d66-4271-8490-771666e23ccc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-28T07:04:42Z", "security_group_id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7"}], "revision_number": 3, "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "d96e8bc8-24a1-435b-8d31-f227c801a75c", "name": "cinder_test-sg_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:06:13,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-93a94554-b94b-4dcd-b61c-63d4d6a44516 2018-08-28 07:06:13,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0489919185638s 2018-08-28 07:06:13,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-93a94554-b94b-4dcd-b61c-63d4d6a44516 2018-08-28 07:06:13,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-28 07:06:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/d96e8bc8-24a1-435b-8d31-f227c801a75c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:13,371 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9826ceb6-80fd-454a-82c2-d40f71b4e4f3 Content-Length: 0 Date: Tue, 28 Aug 2018 07:06:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:13,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d96e8bc8-24a1-435b-8d31-f227c801a75c.json used request id req-9826ceb6-80fd-454a-82c2-d40f71b4e4f3 2018-08-28 07:06:13,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.173082828522s 2018-08-28 07:06:13,372 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/d96e8bc8-24a1-435b-8d31-f227c801a75c.json used request id req-9826ceb6-80fd-454a-82c2-d40f71b4e4f3 2018-08-28 07:06:13,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-28 07:06:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:13,437 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:06:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc001f87-d957-4245-9feb-4ef7da6ec80e x-compute-request-id: req-dc001f87-d957-4245-9feb-4ef7da6ec80e Content-Length: 0 Content-Type: application/json 2018-08-28 07:06:13,438 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f used request id req-dc001f87-d957-4245-9feb-4ef7da6ec80e 2018-08-28 07:06:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.065614938736s 2018-08-28 07:06:13,438 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_f6e19dd5-4b5d-4500-991f-e0015cf40f6f used request id req-dc001f87-d957-4245-9feb-4ef7da6ec80e 2018-08-28 07:06:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 07:06:13,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/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}43943d1a32abb8466a75215591f4176fe8f264c5" -d '{"subnet_id": "8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"}' 2018-08-28 07:06:15,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3e6ff663-1ef7-4fdc-9edb-b8defd4c2166 Date: Tue, 28 Aug 2018 07:06:15 GMT RESP BODY: {"network_id": "cf8faf10-526b-4212-a65e-342e49bdc350", "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "subnet_id": "8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb", "subnet_ids": ["8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb"], "port_id": "b488915c-2d94-40ef-98e8-362ce669aeba", "id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca"} 2018-08-28 07:06:15,024 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/remove_router_interface.json used request id req-3e6ff663-1ef7-4fdc-9edb-b8defd4c2166 2018-08-28 07:06:15,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.58532500267s 2018-08-28 07:06:15,024 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca/remove_router_interface.json used request id req-3e6ff663-1ef7-4fdc-9edb-b8defd4c2166 returning object 8dd92134-d19a-4f5a-bc92-f6d1b3685aca 2018-08-28 07:06:15,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 07:06:15,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:15,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-af38559b-b7e7-4b69-b3b0-777c2f7622e5 Date: Tue, 28 Aug 2018 07:06:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "6bc96d3a-e40c-45e3-b8ac-3629c48df8f8", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dcc4201a-ee1d-437e-9a0b-0e60cf865375", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "created_at": "2018-08-28T07:04:33Z", "admin_state_up": true, "updated_at": "2018-08-28T07:06:14Z", "revision_number": 4, "routes": [], "project_id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "8dd92134-d19a-4f5a-bc92-f6d1b3685aca", "name": "cinder_test-router_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:06:15,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-af38559b-b7e7-4b69-b3b0-777c2f7622e5 2018-08-28 07:06:15,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.37236905098s 2018-08-28 07:06:15,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-af38559b-b7e7-4b69-b3b0-777c2f7622e5 2018-08-28 07:06:15,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 07:06:15,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:17,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1571a28-ae05-447a-a695-be4a9c04d9f4 Content-Length: 0 Date: Tue, 28 Aug 2018 07:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:17,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca.json used request id req-d1571a28-ae05-447a-a695-be4a9c04d9f4 2018-08-28 07:06:17,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60466909409s 2018-08-28 07:06:17,004 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8dd92134-d19a-4f5a-bc92-f6d1b3685aca.json used request id req-d1571a28-ae05-447a-a695-be4a9c04d9f4 2018-08-28 07:06:17,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 07:06:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:17,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5aab2045-746b-4ce0-91b7-691b03a87f36 Date: Tue, 28 Aug 2018 07:06:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cf8faf10-526b-4212-a65e-342e49bdc350","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T07:04:32Z","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":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb","subnetpool_id":null,"name":"cinder_test-subnet_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:06:17,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5aab2045-746b-4ce0-91b7-691b03a87f36 2018-08-28 07:06:17,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308590888977s 2018-08-28 07:06:17,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5aab2045-746b-4ce0-91b7-691b03a87f36 2018-08-28 07:06:17,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 07:06:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:19,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d477c72-5a71-4fa9-82ab-00129a3ae243 Date: Tue, 28 Aug 2018 07:06:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:19,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb.json used request id req-1d477c72-5a71-4fa9-82ab-00129a3ae243 2018-08-28 07:06:19,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.44624209404s 2018-08-28 07:06:19,762 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/8e2b1fb9-eb3d-480b-a8cf-adf0891bf7eb.json used request id req-1d477c72-5a71-4fa9-82ab-00129a3ae243 2018-08-28 07:06:19,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 07:06:19,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:19,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-1bee6ad5-00cd-4baf-8feb-27ae2c7f5ad6 Date: Tue, 28 Aug 2018 07:06:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dcc4201a-ee1d-437e-9a0b-0e60cf865375"],"updated_at":"2018-08-28T06:54:43Z","tenant_id":"2984e15ab33b4cd6916f93c02636fc5c","created_at":"2018-08-28T06:54:36Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2984e15ab33b4cd6916f93c02636fc5c","id":"6bc96d3a-e40c-45e3-b8ac-3629c48df8f8","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T07:06:19Z","tenant_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","created_at":"2018-08-28T07:04:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d8c87cab7ffd4b1fb8556cde0c18fcf7","id":"cf8faf10-526b-4212-a65e-342e49bdc350","name":"cinder_test-net_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}]} 2018-08-28 07:06:19,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1bee6ad5-00cd-4baf-8feb-27ae2c7f5ad6 2018-08-28 07:06:19,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.093151807785s 2018-08-28 07:06:19,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1bee6ad5-00cd-4baf-8feb-27ae2c7f5ad6 2018-08-28 07:06:19,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 07:06:19,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/cf8faf10-526b-4212-a65e-342e49bdc350.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:21,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb942996-31e2-4980-875a-8827babd821e Date: Tue, 28 Aug 2018 07:06:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 07:06:21,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cf8faf10-526b-4212-a65e-342e49bdc350.json used request id req-fb942996-31e2-4980-875a-8827babd821e 2018-08-28 07:06:21,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.99707794189s 2018-08-28 07:06:21,855 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cf8faf10-526b-4212-a65e-342e49bdc350.json used request id req-fb942996-31e2-4980-875a-8827babd821e 2018-08-28 07:06:21,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 07:06:21,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:22,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-ac4692ca-032f-45e2-8fc5-de2bfe26b430 Date: Tue, 28 Aug 2018 07:06:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-28T07:04:39Z", "file": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/file", "owner": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "id": "4c4c0817-c688-4a85-b334-bcf3460dfe85", "size": 12716032, "self": "/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://4817285f-3856-4a34-bb7f-2c0603abab3c/images/4c4c0817-c688-4a85-b334-bcf3460dfe85/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-28T07:04:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 07:06:22,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ac4692ca-032f-45e2-8fc5-de2bfe26b430 2018-08-28 07:06:22,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278868198395s 2018-08-28 07:06:22,138 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ac4692ca-032f-45e2-8fc5-de2bfe26b430 2018-08-28 07:06:22,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 07:06:22,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}43943d1a32abb8466a75215591f4176fe8f264c5" 2018-08-28 07:06:23,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5455736-ffdf-414b-a2cc-11457a082f47 Date: Tue, 28 Aug 2018 07:06:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 07:06:23,300 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85 used request id req-b5455736-ffdf-414b-a2cc-11457a082f47 2018-08-28 07:06:23,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.15978002548s 2018-08-28 07:06:23,301 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4c4c0817-c688-4a85-b334-bcf3460dfe85 used request id req-b5455736-ffdf-414b-a2cc-11457a082f47 2018-08-28 07:06:23,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-28 07:06:23,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:23,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-455dab74-d9fa-4186-bdef-7612273e0a69 x-compute-request-id: req-455dab74-d9fa-4186-bdef-7612273e0a69 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c", "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": "9d1a38b4-c8a7-4844-b42a-f121b125c94c"}]} 2018-08-28 07:06:23,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-455dab74-d9fa-4186-bdef-7612273e0a69 2018-08-28 07:06:23,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0229709148407s 2018-08-28 07:06:23,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-455dab74-d9fa-4186-bdef-7612273e0a69 2018-08-28 07:06:23,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-28 07:06:23,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:23,364 - keystoneauth.session - DEBUG - RESP: [202] Date: Tue, 28 Aug 2018 07:06: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-5d91a767-9327-43bc-8e6a-817cef843dbf x-compute-request-id: req-5d91a767-9327-43bc-8e6a-817cef843dbf Content-Length: 0 Content-Type: application/json 2018-08-28 07:06:23,364 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c used request id req-5d91a767-9327-43bc-8e6a-817cef843dbf 2018-08-28 07:06:23,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0381329059601s 2018-08-28 07:06:23,365 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/9d1a38b4-c8a7-4844-b42a-f121b125c94c used request id req-5d91a767-9327-43bc-8e6a-817cef843dbf 2018-08-28 07:06:23,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:06:23,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:23,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2686642-f225-4f1d-a1ec-dbea389d9140 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/098321adc538408fb36f7bdfa2133c36"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098321adc538408fb36f7bdfa2133c36", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/14e22db4733e49109c159d3727d45be9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14e22db4733e49109c159d3727d45be9", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/15ccd76534864f07b079a213240d69a1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ccd76534864f07b079a213240d69a1", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/1825b8ac0d43434495fdbbd63ad7c6e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1825b8ac0d43434495fdbbd63ad7c6e8", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/23b7691be7ac4b6ab57b51f766ab29b5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "23b7691be7ac4b6ab57b51f766ab29b5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/289e83342af04115942183ab8d5bf731"}, "domain_id": "default", "enabled": true, "options": {}, "id": "289e83342af04115942183ab8d5bf731", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": {"self": "http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d7c228a85fa400bb17e481b2c1ef8b7", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/49ae78dbd8f34e7db2786306be887b3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "49ae78dbd8f34e7db2786306be887b3a", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/54ef15f434d34eea84f1973adfde836f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54ef15f434d34eea84f1973adfde836f", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/759fd3d0724840f48c50afeb31da41e4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "759fd3d0724840f48c50afeb31da41e4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/78574bc70df242cc85e2f82de6cf9d33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "78574bc70df242cc85e2f82de6cf9d33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/c0df1deb13c248b798b17bbd90424032"}, "domain_id": "1210309b374d423e9001d3636a7400b1", "enabled": true, "options": {}, "id": "c0df1deb13c248b798b17bbd90424032", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/ce3b9a2015134748821c10102313e670"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce3b9a2015134748821c10102313e670", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/dfb2d4a2866f452cbc1208e485e1e762"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dfb2d4a2866f452cbc1208e485e1e762", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/f10b84e6a29749cc9c41c5d6befdc638"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10b84e6a29749cc9c41c5d6befdc638", "email": "swift@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-28 07:06:23,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b2686642-f225-4f1d-a1ec-dbea389d9140 2018-08-28 07:06:23,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205229997635s 2018-08-28 07:06:23,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b2686642-f225-4f1d-a1ec-dbea389d9140 2018-08-28 07:06:23,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 07:06:23,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:23,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c5629fc-a1ca-4c38-bf91-180d9ec816c2 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_f6e19dd5-4b5d-4500-991f-e0015cf40f6f", "links": {"self": "http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3d7c228a85fa400bb17e481b2c1ef8b7", "description": null}} 2018-08-28 07:06:23,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 used request id req-2c5629fc-a1ca-4c38-bf91-180d9ec816c2 2018-08-28 07:06:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203987121582s 2018-08-28 07:06:23,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 used request id req-2c5629fc-a1ca-4c38-bf91-180d9ec816c2 2018-08-28 07:06:23,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 07:06:23,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:24,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:06:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-186d5f6f-8794-41fa-97e7-cff7e71f6974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:06:24,186 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 used request id req-186d5f6f-8794-41fa-97e7-cff7e71f6974 2018-08-28 07:06:24,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.404080152512s 2018-08-28 07:06:24,186 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3d7c228a85fa400bb17e481b2c1ef8b7 used request id req-186d5f6f-8794-41fa-97e7-cff7e71f6974 2018-08-28 07:06:24,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 07:06:24,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:24,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1514101-d712-4881-939c-a05c7a037406 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/2984e15ab33b4cd6916f93c02636fc5c"}, "tags": [], "enabled": true, "id": "2984e15ab33b4cd6916f93c02636fc5c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7"}, "tags": [], "enabled": true, "id": "d8c87cab7ffd4b1fb8556cde0c18fcf7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_f6e19dd5-4b5d-4500-991f-e0015cf40f6f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/ffb4780928b040148efb0f81bcbbd35f"}, "tags": [], "enabled": true, "id": "ffb4780928b040148efb0f81bcbbd35f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 07:06:24,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c1514101-d712-4881-939c-a05c7a037406 2018-08-28 07:06:24,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18235707283s 2018-08-28 07:06:24,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-c1514101-d712-4881-939c-a05c7a037406 2018-08-28 07:06:24,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 07:06:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2997b5b9900005dfcd563fa5e7c028ed12b3cf7b" 2018-08-28 07:06:24,648 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 07:06:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9b3ffdd-ebec-49c9-97a6-863caacffbcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 07:06:24,648 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7 used request id req-e9b3ffdd-ebec-49c9-97a6-863caacffbcf 2018-08-28 07:06:24,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268833875656s 2018-08-28 07:06:24,649 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d8c87cab7ffd4b1fb8556cde0c18fcf7 used request id req-e9b3ffdd-ebec-49c9-97a6-863caacffbcf 2018-08-28 07:06:24,707 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-28 07:06:24,838 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-28 07:06:24,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 07:06:24,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 07:06:24,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 07:06:24,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 07:06:24,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 07:06:24,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:06:24,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e63a0f-7e2b-474d-9777-86b7b7950c3e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-28 07:06:24,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-18e63a0f-7e2b-474d-9777-86b7b7950c3e 2018-08-28 07:06:24,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-28 07:06:25,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "be461924f6ba41089862cc08bd33fa57", "name": "member"}, {"id": "061b6c950e3a403388a67b1c561de0cc", "name": "reader"}, {"id": "41a310f735d7403c8b8bc3dcbaf48ca1", "name": "admin"}], "expires_at": "2018-08-28T08:06:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffb4780928b040148efb0f81bcbbd35f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "960497a4051c4d24a89c83f451b612e8"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2c75bbd1d764bad9308ac032bf58797"}], "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d084269205784bb5a071e5d4b419196c"}], "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"url": "http://192.30.9.3:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"url": "http://172.30.9.22:8776/v2/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}], "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"url": "http://172.30.9.22:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "767637e0dd534ce18db11f13f47378ec"}, {"url": "http://192.30.9.3:8004/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "89532c57ad2b410994bce9d59d4ad471"}], "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3f3ede3209045e3998718e7b15831a2"}], "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa19974e31714bf19302abfc758d2737"}], "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b39afe54f6234302a7b1ded406eda736"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}], "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffceab17925e4d96a5134007490c7e81"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fffa896dc22b4383b8617008907adfab"}], "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "427bffbc296948a99ec1508635081ace"}, {"url": "http://172.30.9.22:8080/v1/AUTH_ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "49e706918dc24986a5a80f72da774d2d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dd8501272e246e0985815206a01c912"}], "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8000c3abe71e4f6d990bf113e61edee0"}], "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"url": "http://172.30.9.22:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af304753c72c436187b1c33175a53c02"}, {"url": "http://192.30.9.3:8776/v1/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}], "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02df021132bf463a9e9e37781a206b04"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae500a61aed84053bc56569431398e7a"}], "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"url": "http://172.30.9.22:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"url": "http://192.30.9.3:8776/v3/ffb4780928b040148efb0f81bcbbd35f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}], "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}], "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "54ef15f434d34eea84f1973adfde836f"}, "audit_ids": ["QUlOPJpKRaG6uxeX03-BkA"], "issued_at": "2018-08-28T07:06:25.000000Z"}} 2018-08-28 07:06:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:06:25,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:06:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cda791d9-07b7-4a46-a274-18eba44aa0fb Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-28 07:06:25,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-cda791d9-07b7-4a46-a274-18eba44aa0fb 2018-08-28 07:06:25,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-28 07:06:25,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 07:06:25,260 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 07:06:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8745ab4-e020-4158-8095-fcc934aa565b 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.3:35357/v3/", "rel": "self"}]}]}} 2018-08-28 07:06:25,260 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-f8745ab4-e020-4158-8095-fcc934aa565b 2018-08-28 07:06:25,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3: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}5de9f971047d68c07bda9eed398bfc2f1051176f" 2018-08-28 07:06:25,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f51a856-9961-44f8-9715-5764bde2b27f Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0290cbfe04044708a2a2f9eafe6f1311"}, "enabled": true, "type": "event", "id": "0290cbfe04044708a2a2f9eafe6f1311", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/04d5a732efc04a7f9f222132e39e8d11"}, "enabled": true, "type": "metering", "id": "04d5a732efc04a7f9f222132e39e8d11", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1645c585083d438e8a6213bd5054b4bc"}, "enabled": true, "type": "metric", "id": "1645c585083d438e8a6213bd5054b4bc", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/19cd30d7448e4b51867091dcc239cbe7"}, "enabled": true, "type": "volumev2", "id": "19cd30d7448e4b51867091dcc239cbe7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/212632a559b143d48195b35855d7306b"}, "enabled": true, "type": "orchestration", "id": "212632a559b143d48195b35855d7306b", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2cf8501ed1c144d492e9cc7cb3f3cf72"}, "enabled": true, "type": "network", "id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/47c320b6110e4849a5123b65c1b2f9a3"}, "enabled": true, "type": "identity", "id": "47c320b6110e4849a5123b65c1b2f9a3", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4ec81b3d164e4b599dec46841db88392"}, "enabled": true, "type": "cloudformation", "id": "4ec81b3d164e4b599dec46841db88392", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51563715b8c744d5abb309c6204234dc"}, "enabled": true, "type": "placement", "id": "51563715b8c744d5abb309c6204234dc", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5b3cdcfbc26446ccbd47637ffa185cd3"}, "enabled": true, "type": "object-store", "id": "5b3cdcfbc26446ccbd47637ffa185cd3", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6dcb45d2dbbd48d5b8b3a45ca3a01a6f"}, "enabled": true, "type": "compute", "id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a4d8c8d4a06b40a1ab595f2145f5e79a"}, "enabled": true, "type": "volume", "id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c113bd7c2bbe4e37a6c970ef34dcaf0c"}, "enabled": true, "type": "alarming", "id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/c7ae98ea19cd4015a7658fe96f803dfd"}, "enabled": true, "type": "volumev3", "id": "c7ae98ea19cd4015a7658fe96f803dfd", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/da6ba89a1c7a4ea5b7684d3f7f2e4529"}, "enabled": true, "type": "image", "id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "name": "glance"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-28 07:06:25,435 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9f51a856-9961-44f8-9715-5764bde2b27f 2018-08-28 07:06:25,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.184052944183s 2018-08-28 07:06:25,435 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9f51a856-9961-44f8-9715-5764bde2b27f 2018-08-28 07:06:25,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-28 07:06:25,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5de9f971047d68c07bda9eed398bfc2f1051176f" 2018-08-28 07:06:25,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 07:06:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1894ae-5794-441c-a19c-ca23fd06b1f5 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/00464f115aae4c94ac69f14b242a1ba8"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "00464f115aae4c94ac69f14b242a1ba8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/02df021132bf463a9e9e37781a206b04"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "02df021132bf463a9e9e37781a206b04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/04b2b46f655649d4a83f5e914ef679c7"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "04b2b46f655649d4a83f5e914ef679c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b1abbe730e14d3cb987cc7b2b59ce5f"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "0b1abbe730e14d3cb987cc7b2b59ce5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0b6f2dde0d514c69a07f9c95da3e3183"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "0b6f2dde0d514c69a07f9c95da3e3183"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0dfa8d652bc7448fbebd56bf79bfe74d"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "0dfa8d652bc7448fbebd56bf79bfe74d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1556e363e6fe4d9a99ab62f88fdcf8d2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "1556e363e6fe4d9a99ab62f88fdcf8d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1c07fa9060524e9895cb83bf83a50242"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "1c07fa9060524e9895cb83bf83a50242"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2cbd3da689b14030822ae9330bac0a4b"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "2cbd3da689b14030822ae9330bac0a4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/369c5e2b9d254509b68b2c798dfef309"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "369c5e2b9d254509b68b2c798dfef309"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/427bffbc296948a99ec1508635081ace"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "427bffbc296948a99ec1508635081ace"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/488c3a0f0526476a9f5bc33a78db4b66"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "212632a559b143d48195b35855d7306b", "id": "488c3a0f0526476a9f5bc33a78db4b66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/49e706918dc24986a5a80f72da774d2d"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "49e706918dc24986a5a80f72da774d2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4dd8501272e246e0985815206a01c912"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b3cdcfbc26446ccbd47637ffa185cd3", "id": "4dd8501272e246e0985815206a01c912"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e69cd83b27b4de4b908c8d6d3001570"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "4e69cd83b27b4de4b908c8d6d3001570"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/518e15d91e364ff6bccc4b2b60d726fe"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "518e15d91e364ff6bccc4b2b60d726fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/767637e0dd534ce18db11f13f47378ec"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "212632a559b143d48195b35855d7306b", "id": "767637e0dd534ce18db11f13f47378ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7c443f5d875e45a7b0d1c8f99389ff52"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "7c443f5d875e45a7b0d1c8f99389ff52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7e36a2d203dd4694bc51e093084342a7"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "7e36a2d203dd4694bc51e093084342a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8000c3abe71e4f6d990bf113e61edee0"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6dcb45d2dbbd48d5b8b3a45ca3a01a6f", "id": "8000c3abe71e4f6d990bf113e61edee0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/87f1223104af40bb82d2521f31bfe6af"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "87f1223104af40bb82d2521f31bfe6af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/89532c57ad2b410994bce9d59d4ad471"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "212632a559b143d48195b35855d7306b", "id": "89532c57ad2b410994bce9d59d4ad471"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/928fca2a2e83491ebe1bf78741e6f05c"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "928fca2a2e83491ebe1bf78741e6f05c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/960497a4051c4d24a89c83f451b612e8"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "960497a4051c4d24a89c83f451b612e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/998cfb734f6141e8a292f1bfb3ce7afd"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "998cfb734f6141e8a292f1bfb3ce7afd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9ebc2b10420d4e75870a3f7a14cc5b68"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "9ebc2b10420d4e75870a3f7a14cc5b68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a9cfba814c1c44ceb4bc6091fcc043a0"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19cd30d7448e4b51867091dcc239cbe7", "id": "a9cfba814c1c44ceb4bc6091fcc043a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/aa19974e31714bf19302abfc758d2737"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "47c320b6110e4849a5123b65c1b2f9a3", "id": "aa19974e31714bf19302abfc758d2737"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ae500a61aed84053bc56569431398e7a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c113bd7c2bbe4e37a6c970ef34dcaf0c", "id": "ae500a61aed84053bc56569431398e7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/af304753c72c436187b1c33175a53c02"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "af304753c72c436187b1c33175a53c02"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b2406f81cca04d7cbee4b3f4c89cc1a2"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "b2406f81cca04d7cbee4b3f4c89cc1a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b39afe54f6234302a7b1ded406eda736"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "b39afe54f6234302a7b1ded406eda736"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bf921ea9fe28457db6e2663e7d6e7a5e"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a4d8c8d4a06b40a1ab595f2145f5e79a", "id": "bf921ea9fe28457db6e2663e7d6e7a5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c3f3ede3209045e3998718e7b15831a2"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2cf8501ed1c144d492e9cc7cb3f3cf72", "id": "c3f3ede3209045e3998718e7b15831a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/caa8ce2e8733413393589fe242a0bdb0"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "caa8ce2e8733413393589fe242a0bdb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d084269205784bb5a071e5d4b419196c"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1645c585083d438e8a6213bd5054b4bc", "id": "d084269205784bb5a071e5d4b419196c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dc6f3007cc1c4f01b752432aa22dc87a"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da6ba89a1c7a4ea5b7684d3f7f2e4529", "id": "dc6f3007cc1c4f01b752432aa22dc87a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e2c75bbd1d764bad9308ac032bf58797"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0290cbfe04044708a2a2f9eafe6f1311", "id": "e2c75bbd1d764bad9308ac032bf58797"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e2d0a5b03b434a2b8614c3c8f0d36ea8"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c7ae98ea19cd4015a7658fe96f803dfd", "id": "e2d0a5b03b434a2b8614c3c8f0d36ea8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fd29ef4b6a874f828a48eccd53dbfaa7"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4ec81b3d164e4b599dec46841db88392", "id": "fd29ef4b6a874f828a48eccd53dbfaa7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ffceab17925e4d96a5134007490c7e81"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "ffceab17925e4d96a5134007490c7e81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/fffa896dc22b4383b8617008907adfab"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51563715b8c744d5abb309c6204234dc", "id": "fffa896dc22b4383b8617008907adfab"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-28 07:06:25,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-1d1894ae-5794-441c-a19c-ca23fd06b1f5 2018-08-28 07:06:25,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.200150966644s 2018-08-28 07:06:25,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-1d1894ae-5794-441c-a19c-ca23fd06b1f5 2018-08-28 07:15:13,431 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/3c57e3d0-d9fc-422c-af43-f795fb88ec18 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/87eabf1a-cd63-4569-bb42-28ae8899b44b (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.3', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/5c6a9754-7974-4447-9ac6-4ef3d22c74ae (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-28 07:15:13,457 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-28 07:15:13,567 - xtesting.core.robotframework - ERROR - Cannot parse results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/robotframework.py", line 130, in run assert self.generate_report() == 0 AssertionError 2018-08-28 07:15:13,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 07:15:13,686 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:48 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-28 07:15:13,691 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-08-28 07:15:13,692 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:10 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:16 | PASS | | vmready2 | functest | healthcheck | 00:14 | PASS | | singlevm1 | functest | healthcheck | 00:54 | PASS | | singlevm2 | functest | healthcheck | 00:52 | PASS | | vping_ssh | functest | healthcheck | 00:50 | PASS | | vping_userdata | functest | healthcheck | 00:41 | PASS | | cinder_test | functest | healthcheck | 01:31 | PASS | | odl | functest | healthcheck | 08:48 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-28 07:15:13,705 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR