2018-07-15 17:33:04,947 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-152 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-15 17:33:04,950 - 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.25,192.30.9.5 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=U5p5heewfkD819oeLtqg5E6Dk 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=97e7225fef894b79ba0ec19c9485f90a export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-15 17:33:04,950 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-15 17:33:04,951 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-07-15 17:33:04,952 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-07-15 17:33:04,952 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-15 17:33:05,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:33:05,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:33:05,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:33:05,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-15 17:33:05,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:05,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ab7243-ca02-49b2-b37c-d3932773ed38 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:33:05,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f0ab7243-ca02-49b2-b37c-d3932773ed38 2018-07-15 17:33:05,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:33:05,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["f2XWyTqJSXi1MPhyuTj3Yw"], "issued_at": "2018-07-15T17:33:05.000000Z"}} 2018-07-15 17:33:05,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:06,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8e935a1-dc1c-4496-b19e-4b9c31e36a08 x-compute-request-id: req-c8e935a1-dc1c-4496-b19e-4b9c31e36a08 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-15 17:33:06,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-c8e935a1-dc1c-4496-b19e-4b9c31e36a08 2018-07-15 17:33:06,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.19914007187s 2018-07-15 17:33:06,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-c8e935a1-dc1c-4496-b19e-4b9c31e36a08 2018-07-15 17:33:06,458 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-15 17:33:06,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:06,466 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:33:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0d5d868-5f2a-49c0-8ab1-a053793357be 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 17:33:06,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-f0d5d868-5f2a-49c0-8ab1-a053793357be 2018-07-15 17:33:06,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:33:06,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:06,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303a40f2-3810-4c08-b514-e8bb81b0a59b Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a"}, "tags": [], "enabled": true, "id": "b45e7ea9f5044d4389616a1cd34d660a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 17:33:06,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-303a40f2-3810-4c08-b514-e8bb81b0a59b 2018-07-15 17:33:06,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.224627017975s 2018-07-15 17:33:06,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-303a40f2-3810-4c08-b514-e8bb81b0a59b 2018-07-15 17:33:06,693 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'b45e7ea9f5044d4389616a1cd34d660a', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-15 17:33:06,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-15 17:33:06,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:06,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51013822-da90-4435-91be-c9feb0ba61ed Content-Encoding: gzip Content-Length: 1973 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/000bb1f03af24f73b18ab5468d7892d4"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dcc764fd21444e48b083958a5b1e7fd7", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0227c6fda0144b99b1a5796b625b51ab"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f3948f77459a41e899c108e6ff7e56fd", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/04551061bc344aaaa630f35aee0b34c4"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c604620a506747fdae872e44329c6aba", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/04812d156c1a479f85b9cfe2c6ee99fc"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8e77a5f4033f4e899cc43eeed7e27db3", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/048520a8260149ebabdaf7de048eceeb"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "id": "048520a8260149ebabdaf7de048eceeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0870687fcc184ce28ec9e4badc4ecc70"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dcc764fd21444e48b083958a5b1e7fd7", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0b96eab8f63d4b088f41925e416cac47"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0c00c1aee25b44859a14485d7ba3eac8"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa2acbed8365406f9e56166f411c2a84", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0cd49f1b3c9441479a88eae1f71d393e"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f3948f77459a41e899c108e6ff7e56fd", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/12b1dbe227754074b581b42975e5a940"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a66743c3e05246caaf7bef2da427fe35", "id": "12b1dbe227754074b581b42975e5a940"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/233b073bcf824447bdc5f0e4864db59b"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dcc764fd21444e48b083958a5b1e7fd7", "id": "233b073bcf824447bdc5f0e4864db59b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2b935907bb9f49099fb0b9878253e0f8"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78eb66cf81ae420c8fb8590c01b399be", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/300d531b7ed54f06a04a8e7883614fe4"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa2acbed8365406f9e56166f411c2a84", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/319decd66d404df9b03449aaa0d39858"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c604620a506747fdae872e44329c6aba", "id": "319decd66d404df9b03449aaa0d39858"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/37af4c2e2f0646e99b575f99cb4efc2a"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78eb66cf81ae420c8fb8590c01b399be", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/44587f7bee3940b3be30da812981105f"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "id": "44587f7bee3940b3be30da812981105f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/448a6c2843344fcca2115e393eb6aece"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c564666e1424a67bd0da7977830c663", "id": "448a6c2843344fcca2115e393eb6aece"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/46ca5fde51524cd4946ab11fc03bab15"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6d52dc087b4246ffae0025afffe5b116", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4a3cf5d7a9194a0eb1ba2e994be072a8"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c564666e1424a67bd0da7977830c663", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4db45d75260a49c5b75a0e0f1f8390f4"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8e77a5f4033f4e899cc43eeed7e27db3", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4e6b602a64af45dab29c481b2a9b4102"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4f57d268fcb7441889b2a0cb1ab5e1a8"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a66743c3e05246caaf7bef2da427fe35", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/52c363c297eb4b52bc162192aea35c82"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78eb66cf81ae420c8fb8590c01b399be", "id": "52c363c297eb4b52bc162192aea35c82"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/56e011f445f7402f9bf5183105c2c736"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eef9918b95ec4af2a116f904b1b33478", "id": "56e011f445f7402f9bf5183105c2c736"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5cb0d9cf06c5474287eb9987edb08b39"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "11245ad476c34d9f95d5e385b8845534", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/63465edebfcc4776920143421d361a12"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c564666e1424a67bd0da7977830c663", "id": "63465edebfcc4776920143421d361a12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6a44b9399fb24577baf9e7f613e9f5fe"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "11245ad476c34d9f95d5e385b8845534", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/72601ccc80a64511863deefc2790f575"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c22c30b21c79417e92631aa76d31565c", "id": "72601ccc80a64511863deefc2790f575"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8b8048efbb5b446aa8be77077ee15a54"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c22c30b21c79417e92631aa76d31565c", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/951785f9c5a44113a2e2dd847443db8d"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "id": "951785f9c5a44113a2e2dd847443db8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9bccc21ccdc94da181523de1fa6b85e3"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eef9918b95ec4af2a116f904b1b33478", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a2fde30a142c46519007b6c3d4badd05"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c22c30b21c79417e92631aa76d31565c", "id": "a2fde30a142c46519007b6c3d4badd05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a70d932e3dc343a299bb26fecd8c2340"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "id": "a70d932e3dc343a299bb26fecd8c2340"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/be93b559f5d94ed3a69d24ad858f12d3"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c604620a506747fdae872e44329c6aba", "id": "be93b559f5d94ed3a69d24ad858f12d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bf883d72f570442a8aa08c61714c5f60"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa2acbed8365406f9e56166f411c2a84", "id": "bf883d72f570442a8aa08c61714c5f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c27ea524004c4ced8b0732236ee2427b"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a66743c3e05246caaf7bef2da427fe35", "id": "c27ea524004c4ced8b0732236ee2427b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9daa5565ec14a21a5c55af598fb4c60"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8e77a5f4033f4e899cc43eeed7e27db3", "id": "c9daa5565ec14a21a5c55af598fb4c60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d4ac1bee845e4309a06292c1818154b4"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f3948f77459a41e899c108e6ff7e56fd", "id": "d4ac1bee845e4309a06292c1818154b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/dae2a0a9c80b47e2ab36b53e183b3c2d"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eef9918b95ec4af2a116f904b1b33478", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ee7c8db0e9074fa4a408cfa1023828ea"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "11245ad476c34d9f95d5e385b8845534", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f2030f23ed08414ea6f34c8d27039e22"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6d52dc087b4246ffae0025afffe5b116", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ff3b8e58c7a144259dbe5b2125700155"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6d52dc087b4246ffae0025afffe5b116", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-15 17:33:06,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-51013822-da90-4435-91be-c9feb0ba61ed 2018-07-15 17:33:06,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0271949768066s 2018-07-15 17:33:06,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-51013822-da90-4435-91be-c9feb0ba61ed 2018-07-15 17:33:06,730 - 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.25:5000/v3/endpoints/000bb1f03af24f73b18ab5468d7892d4'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dcc764fd21444e48b083958a5b1e7fd7', u'id': u'000bb1f03af24f73b18ab5468d7892d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0227c6fda0144b99b1a5796b625b51ab'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f3948f77459a41e899c108e6ff7e56fd', u'id': u'0227c6fda0144b99b1a5796b625b51ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/04551061bc344aaaa630f35aee0b34c4'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c604620a506747fdae872e44329c6aba', u'id': u'04551061bc344aaaa630f35aee0b34c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/04812d156c1a479f85b9cfe2c6ee99fc'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8e77a5f4033f4e899cc43eeed7e27db3', u'id': u'04812d156c1a479f85b9cfe2c6ee99fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/048520a8260149ebabdaf7de048eceeb'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'57a1ba4cf6f2455f9ba1d4551f75fb01', u'id': u'048520a8260149ebabdaf7de048eceeb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0870687fcc184ce28ec9e4badc4ecc70'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dcc764fd21444e48b083958a5b1e7fd7', u'id': u'0870687fcc184ce28ec9e4badc4ecc70'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0b96eab8f63d4b088f41925e416cac47'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a3ca114cb4a04b2e91f9c670a7cf10b0', u'id': u'0b96eab8f63d4b088f41925e416cac47'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0c00c1aee25b44859a14485d7ba3eac8'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fa2acbed8365406f9e56166f411c2a84', u'id': u'0c00c1aee25b44859a14485d7ba3eac8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0cd49f1b3c9441479a88eae1f71d393e'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f3948f77459a41e899c108e6ff7e56fd', u'id': u'0cd49f1b3c9441479a88eae1f71d393e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/12b1dbe227754074b581b42975e5a940'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a66743c3e05246caaf7bef2da427fe35', u'id': u'12b1dbe227754074b581b42975e5a940'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/233b073bcf824447bdc5f0e4864db59b'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dcc764fd21444e48b083958a5b1e7fd7', u'id': u'233b073bcf824447bdc5f0e4864db59b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2b935907bb9f49099fb0b9878253e0f8'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'78eb66cf81ae420c8fb8590c01b399be', u'id': u'2b935907bb9f49099fb0b9878253e0f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/300d531b7ed54f06a04a8e7883614fe4'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fa2acbed8365406f9e56166f411c2a84', u'id': u'300d531b7ed54f06a04a8e7883614fe4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/319decd66d404df9b03449aaa0d39858'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c604620a506747fdae872e44329c6aba', u'id': u'319decd66d404df9b03449aaa0d39858'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/37af4c2e2f0646e99b575f99cb4efc2a'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'78eb66cf81ae420c8fb8590c01b399be', u'id': u'37af4c2e2f0646e99b575f99cb4efc2a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/44587f7bee3940b3be30da812981105f'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a3ca114cb4a04b2e91f9c670a7cf10b0', u'id': u'44587f7bee3940b3be30da812981105f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/448a6c2843344fcca2115e393eb6aece'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8c564666e1424a67bd0da7977830c663', u'id': u'448a6c2843344fcca2115e393eb6aece'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/46ca5fde51524cd4946ab11fc03bab15'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6d52dc087b4246ffae0025afffe5b116', u'id': u'46ca5fde51524cd4946ab11fc03bab15'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4a3cf5d7a9194a0eb1ba2e994be072a8'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8c564666e1424a67bd0da7977830c663', u'id': u'4a3cf5d7a9194a0eb1ba2e994be072a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4db45d75260a49c5b75a0e0f1f8390f4'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8e77a5f4033f4e899cc43eeed7e27db3', u'id': u'4db45d75260a49c5b75a0e0f1f8390f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4e6b602a64af45dab29c481b2a9b4102'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'57a1ba4cf6f2455f9ba1d4551f75fb01', u'id': u'4e6b602a64af45dab29c481b2a9b4102'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4f57d268fcb7441889b2a0cb1ab5e1a8'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a66743c3e05246caaf7bef2da427fe35', u'id': u'4f57d268fcb7441889b2a0cb1ab5e1a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/52c363c297eb4b52bc162192aea35c82'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'78eb66cf81ae420c8fb8590c01b399be', u'id': u'52c363c297eb4b52bc162192aea35c82'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/56e011f445f7402f9bf5183105c2c736'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eef9918b95ec4af2a116f904b1b33478', u'id': u'56e011f445f7402f9bf5183105c2c736'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5cb0d9cf06c5474287eb9987edb08b39'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'11245ad476c34d9f95d5e385b8845534', u'id': u'5cb0d9cf06c5474287eb9987edb08b39'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/63465edebfcc4776920143421d361a12'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8c564666e1424a67bd0da7977830c663', u'id': u'63465edebfcc4776920143421d361a12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6a44b9399fb24577baf9e7f613e9f5fe'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'11245ad476c34d9f95d5e385b8845534', u'id': u'6a44b9399fb24577baf9e7f613e9f5fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/72601ccc80a64511863deefc2790f575'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c22c30b21c79417e92631aa76d31565c', u'id': u'72601ccc80a64511863deefc2790f575'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8b8048efbb5b446aa8be77077ee15a54'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c22c30b21c79417e92631aa76d31565c', u'id': u'8b8048efbb5b446aa8be77077ee15a54'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/951785f9c5a44113a2e2dd847443db8d'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'57a1ba4cf6f2455f9ba1d4551f75fb01', u'id': u'951785f9c5a44113a2e2dd847443db8d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9bccc21ccdc94da181523de1fa6b85e3'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eef9918b95ec4af2a116f904b1b33478', u'id': u'9bccc21ccdc94da181523de1fa6b85e3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a2fde30a142c46519007b6c3d4badd05'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c22c30b21c79417e92631aa76d31565c', u'id': u'a2fde30a142c46519007b6c3d4badd05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a70d932e3dc343a299bb26fecd8c2340'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a3ca114cb4a04b2e91f9c670a7cf10b0', u'id': u'a70d932e3dc343a299bb26fecd8c2340'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/be93b559f5d94ed3a69d24ad858f12d3'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c604620a506747fdae872e44329c6aba', u'id': u'be93b559f5d94ed3a69d24ad858f12d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/bf883d72f570442a8aa08c61714c5f60'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fa2acbed8365406f9e56166f411c2a84', u'id': u'bf883d72f570442a8aa08c61714c5f60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c27ea524004c4ced8b0732236ee2427b'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a66743c3e05246caaf7bef2da427fe35', u'id': u'c27ea524004c4ced8b0732236ee2427b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c9daa5565ec14a21a5c55af598fb4c60'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8e77a5f4033f4e899cc43eeed7e27db3', u'id': u'c9daa5565ec14a21a5c55af598fb4c60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d4ac1bee845e4309a06292c1818154b4'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f3948f77459a41e899c108e6ff7e56fd', u'id': u'd4ac1bee845e4309a06292c1818154b4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/dae2a0a9c80b47e2ab36b53e183b3c2d'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eef9918b95ec4af2a116f904b1b33478', u'id': u'dae2a0a9c80b47e2ab36b53e183b3c2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ee7c8db0e9074fa4a408cfa1023828ea'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'11245ad476c34d9f95d5e385b8845534', u'id': u'ee7c8db0e9074fa4a408cfa1023828ea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f2030f23ed08414ea6f34c8d27039e22'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6d52dc087b4246ffae0025afffe5b116', u'id': u'f2030f23ed08414ea6f34c8d27039e22'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ff3b8e58c7a144259dbe5b2125700155'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6d52dc087b4246ffae0025afffe5b116', u'id': u'ff3b8e58c7a144259dbe5b2125700155'})] 2018-07-15 17:33:06,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-15 17:33:06,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:06,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33: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-4bc3d597-664a-4a9d-9d9d-0fb0ac9a4471 x-compute-request-id: req-4bc3d597-664a-4a9d-9d9d-0fb0ac9a4471 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-15 17:33:06,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-4bc3d597-664a-4a9d-9d9d-0fb0ac9a4471 2018-07-15 17:33:06,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.130440950394s 2018-07-15 17:33:06,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-4bc3d597-664a-4a9d-9d9d-0fb0ac9a4471 2018-07-15 17:33:06,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-15 17:33:06,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:08,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e1bc478-e5fc-4622-8fe3-77bbcad119ff x-compute-request-id: req-8e1bc478-e5fc-4622-8fe3-77bbcad119ff Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-15 17:33:08,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-8e1bc478-e5fc-4622-8fe3-77bbcad119ff 2018-07-15 17:33:08,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.07614183426s 2018-07-15 17:33:08,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-8e1bc478-e5fc-4622-8fe3-77bbcad119ff 2018-07-15 17:33:08,956 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-15 17:33:08,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:33:08,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:09,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0d1c6c23-5d86-45ae-90a7-4a5cd65fcc13 Date: Sun, 15 Jul 2018 17:33:09 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:33:09,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0d1c6c23-5d86-45ae-90a7-4a5cd65fcc13 2018-07-15 17:33:09,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.0374341011s 2018-07-15 17:33:09,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0d1c6c23-5d86-45ae-90a7-4a5cd65fcc13 2018-07-15 17:33:09,999 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-15 17:33:10,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-15 17:33:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:10,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33: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-7fe9b048-1d16-41b7-b216-ff40ed9ea0b3 x-compute-request-id: req-7fe9b048-1d16-41b7-b216-ff40ed9ea0b3 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 86}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 89}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-15 17:33:10,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-7fe9b048-1d16-41b7-b216-ff40ed9ea0b3 2018-07-15 17:33:10,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195129871368s 2018-07-15 17:33:10,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-7fe9b048-1d16-41b7-b216-ff40ed9ea0b3 2018-07-15 17:33:10,196 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 86}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 89}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-15 17:33:10,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-15 17:33:10,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:10,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33: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-dc006475-7e32-4b11-9b0d-fd08211868b3 x-compute-request-id: req-dc006475-7e32-4b11-9b0d-fd08211868b3 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-15 17:33:10,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-dc006475-7e32-4b11-9b0d-fd08211868b3 2018-07-15 17:33:10,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.127566814423s 2018-07-15 17:33:10,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-dc006475-7e32-4b11-9b0d-fd08211868b3 2018-07-15 17:33:10,325 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-15 17:33:10,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:10,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:11,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5851136a-e1b4-482d-8b30-21975f3362d8 Date: Sun, 15 Jul 2018 17:33:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:33:11,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5851136a-e1b4-482d-8b30-21975f3362d8 2018-07-15 17:33:11,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07208299637s 2018-07-15 17:33:11,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5851136a-e1b4-482d-8b30-21975f3362d8 2018-07-15 17:33:11,398 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'8678f063-cda6-431e-a1b1-ef1041eeb1a3'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:29:06Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-07-15T17:28:58Z', u'provider:network_type': u'flat', u'tenant_id': u'0ed4f320b6bf4f118ff0c3c29d99c866', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0ed4f320b6bf4f118ff0c3c29d99c866', u'l2_adjacency': True})] 2018-07-15 17:33:11,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:33:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:11,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-41ff6b3f-750f-472a-8cdb-a1dda26170c0 Date: Sun, 15 Jul 2018 17:33:11 GMT RESP BODY: {"ports":[]} 2018-07-15 17:33:11,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-41ff6b3f-750f-472a-8cdb-a1dda26170c0 2018-07-15 17:33:11,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.305020093918s 2018-07-15 17:33:11,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-41ff6b3f-750f-472a-8cdb-a1dda26170c0 2018-07-15 17:33:11,705 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-15 17:33:11,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 17:33:11,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:11,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4fe1fa-f980-4cac-aec8-9202cc211976 Content-Encoding: gzip Content-Length: 718 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "2e43a359f5174e9c9d462c66b1d83ca3"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/2e43a359f5174e9c9d462c66b1d83ca3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "384e6551db744807ae4c3d5d55063515"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/384e6551db744807ae4c3d5d55063515/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "97e7225fef894b79ba0ec19c9485f90a"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "3b98893783314f13bc315f75cbfb57b2"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a/users/3b98893783314f13bc315f75cbfb57b2/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "404f47344fc840e8b5d47c3544e5af9a"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/404f47344fc840e8b5d47c3544e5af9a/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "4488a9c73de14926bde09244a55ea15e"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/4488a9c73de14926bde09244a55ea15e/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "73e69906ea974220ad6f1764826e04c4"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/73e69906ea974220ad6f1764826e04c4/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "75bafda82e5c4f6187d6c5b197a4a579"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/75bafda82e5c4f6187d6c5b197a4a579/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "8cbe45991341440ca65f8776954f3386"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/8cbe45991341440ca65f8776954f3386/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "9cec908e9d684f649dc293a3c978ebc1"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/9cec908e9d684f649dc293a3c978ebc1/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "afa9852187cb43e8a47c9e29ec360076"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/afa9852187cb43e8a47c9e29ec360076/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "c6ba7bcb02004772a77f99d429fba5ca"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/c6ba7bcb02004772a77f99d429fba5ca/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "c92a3101894e48f4a0d7665ba62cab98"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/c92a3101894e48f4a0d7665ba62cab98/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "e854f596dfef408ab8ec8857623a4f31"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/e854f596dfef408ab8ec8857623a4f31/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"project": {"id": "0ed4f320b6bf4f118ff0c3c29d99c866"}}, "role": {"id": "c5c3c68c1ae24b70ab2df6ac4565c06d"}, "user": {"id": "e854f596dfef408ab8ec8857623a4f31"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866/users/e854f596dfef408ab8ec8857623a4f31/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}}, {"scope": {"domain": {"id": "b45e7ea9f5044d4389616a1cd34d660a"}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "1c080d4ac86a48d08071761d8cc05a5c"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a/users/1c080d4ac86a48d08071761d8cc05a5c/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}, {"scope": {"system": {"all": true}}, "role": {"id": "0ca4d69b86ea40c2ac97f10560a9fb47"}, "user": {"id": "3b98893783314f13bc315f75cbfb57b2"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/3b98893783314f13bc315f75cbfb57b2/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-15 17:33:11,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-da4fe1fa-f980-4cac-aec8-9202cc211976 2018-07-15 17:33:11,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.184318065643s 2018-07-15 17:33:11,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-da4fe1fa-f980-4cac-aec8-9202cc211976 2018-07-15 17:33:11,896 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'2e43a359f5174e9c9d462c66b1d83ca3'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'384e6551db744807ae4c3d5d55063515'}), Munch({'project': u'97e7225fef894b79ba0ec19c9485f90a', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'3b98893783314f13bc315f75cbfb57b2'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'404f47344fc840e8b5d47c3544e5af9a'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'4488a9c73de14926bde09244a55ea15e'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'73e69906ea974220ad6f1764826e04c4'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'75bafda82e5c4f6187d6c5b197a4a579'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'8cbe45991341440ca65f8776954f3386'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'9cec908e9d684f649dc293a3c978ebc1'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'afa9852187cb43e8a47c9e29ec360076'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'c6ba7bcb02004772a77f99d429fba5ca'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'c92a3101894e48f4a0d7665ba62cab98'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'e854f596dfef408ab8ec8857623a4f31'}), Munch({'project': u'0ed4f320b6bf4f118ff0c3c29d99c866', 'id': u'c5c3c68c1ae24b70ab2df6ac4565c06d', 'user': u'e854f596dfef408ab8ec8857623a4f31'}), Munch({'domain': u'b45e7ea9f5044d4389616a1cd34d660a', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'1c080d4ac86a48d08071761d8cc05a5c'}), Munch({'id': u'0ca4d69b86ea40c2ac97f10560a9fb47', 'user': u'3b98893783314f13bc315f75cbfb57b2'})] 2018-07-15 17:33:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:33:11,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:12,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a022aea7-a786-4b7e-8e21-f6fffcf5639a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:33:12,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a022aea7-a786-4b7e-8e21-f6fffcf5639a 2018-07-15 17:33:12,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207681894302s 2018-07-15 17:33:12,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a022aea7-a786-4b7e-8e21-f6fffcf5639a 2018-07-15 17:33:12,109 - 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'admin', 'id': u'0ca4d69b86ea40c2ac97f10560a9fb47'}), 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'45d3e8a3b2ed40b3b813040f459b45dc'}), 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'4ef7d250dc244aad969eca36d295de97'}), 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'7b74749ac2c343f18ed77dbd2fec5ad2'}), 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'heat_stack_user', 'id': u'ba71cc862781448ca04c8e96ce17ecfe'}), 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'c5c3c68c1ae24b70ab2df6ac4565c06d'})] 2018-07-15 17:33:12,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:33:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:13,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c953b7d1-9764-44ba-b3cc-b741597b20f8 Date: Sun, 15 Jul 2018 17:33:13 GMT RESP BODY: {"routers": []} 2018-07-15 17:33:13,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c953b7d1-9764-44ba-b3cc-b741597b20f8 2018-07-15 17:33:13,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.1945002079s 2018-07-15 17:33:13,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c953b7d1-9764-44ba-b3cc-b741597b20f8 2018-07-15 17:33:13,305 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-15 17:33:13,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:33:13,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:13,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33: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-14a7b301-4735-4358-9b8d-a047b355c1fc x-compute-request-id: req-14a7b301-4735-4358-9b8d-a047b355c1fc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 17:33:13,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-14a7b301-4735-4358-9b8d-a047b355c1fc 2018-07-15 17:33:13,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.123855113983s 2018-07-15 17:33:13,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-14a7b301-4735-4358-9b8d-a047b355c1fc 2018-07-15 17:33:13,430 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-15 17:33:13,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-15 17:33:13,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:13,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57d08fc6-83c7-4c9c-b6c1-862d5dd734a3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}]}} 2018-07-15 17:33:13,443 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-57d08fc6-83c7-4c9c-b6c1-862d5dd734a3 2018-07-15 17:33:13,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:13,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-125e85cb-45a0-4df6-84c3-be72b5004947 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/11245ad476c34d9f95d5e385b8845534"}, "enabled": true, "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3a3164f752fd45db94d5f229bca19ff0"}, "enabled": true, "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/57a1ba4cf6f2455f9ba1d4551f75fb01"}, "enabled": true, "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/6d52dc087b4246ffae0025afffe5b116"}, "enabled": true, "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/78eb66cf81ae420c8fb8590c01b399be"}, "enabled": true, "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/8c564666e1424a67bd0da7977830c663"}, "enabled": true, "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/8e77a5f4033f4e899cc43eeed7e27db3"}, "enabled": true, "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/a3ca114cb4a04b2e91f9c670a7cf10b0"}, "enabled": true, "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a66743c3e05246caaf7bef2da427fe35"}, "enabled": true, "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c22c30b21c79417e92631aa76d31565c"}, "enabled": true, "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c604620a506747fdae872e44329c6aba"}, "enabled": true, "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/dcc764fd21444e48b083958a5b1e7fd7"}, "enabled": true, "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/eef9918b95ec4af2a116f904b1b33478"}, "enabled": true, "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f3948f77459a41e899c108e6ff7e56fd"}, "enabled": true, "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa2acbed8365406f9e56166f411c2a84"}, "enabled": true, "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-07-15 17:33:13,656 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-125e85cb-45a0-4df6-84c3-be72b5004947 2018-07-15 17:33:13,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.222589015961s 2018-07-15 17:33:13,656 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-125e85cb-45a0-4df6-84c3-be72b5004947 2018-07-15 17:33:13,661 - 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'11245ad476c34d9f95d5e385b8845534', 'name': u'panko'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'3a3164f752fd45db94d5f229bca19ff0', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'57a1ba4cf6f2455f9ba1d4551f75fb01', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'6d52dc087b4246ffae0025afffe5b116', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'78eb66cf81ae420c8fb8590c01b399be', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'8c564666e1424a67bd0da7977830c663', 'name': u'placement'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8e77a5f4033f4e899cc43eeed7e27db3', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'a3ca114cb4a04b2e91f9c670a7cf10b0', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'a66743c3e05246caaf7bef2da427fe35', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c22c30b21c79417e92631aa76d31565c', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'c604620a506747fdae872e44329c6aba', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'dcc764fd21444e48b083958a5b1e7fd7', 'name': u'cinderv2'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'eef9918b95ec4af2a116f904b1b33478', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'f3948f77459a41e899c108e6ff7e56fd', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'fa2acbed8365406f9e56166f411c2a84', 'name': u'nova'})] 2018-07-15 17:33:13,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:33:13,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e56dbbfa8ced9dd13c79c8c6d5843a09d71af9d" 2018-07-15 17:33:13,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9d2d67e3-52e8-474d-afa2-673aa22cd05d Date: Sun, 15 Jul 2018 17:33:14 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-15T17:29:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8678f063-cda6-431e-a1b1-ef1041eeb1a3","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:29:06Z","ip_version":4}]} 2018-07-15 17:33:13,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9d2d67e3-52e8-474d-afa2-673aa22cd05d 2018-07-15 17:33:13,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308079004288s 2018-07-15 17:33:13,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9d2d67e3-52e8-474d-afa2-673aa22cd05d 2018-07-15 17:33:13,970 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:29:06Z', 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'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'tenant_id': u'0ed4f320b6bf4f118ff0c3c29d99c866', u'created_at': u'2018-07-15T17:29:06Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'0ed4f320b6bf4f118ff0c3c29d99c866'})] 2018-07-15 17:33:14,078 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:33:14,079 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-15 17:33:14,083 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:33:14,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:33:14,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:33:14,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:14,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36a55d4-fa41-4cbd-af9c-18c1bf11d2a7 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:33:14,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e36a55d4-fa41-4cbd-af9c-18c1bf11d2a7 2018-07-15 17:33:14,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:33:14,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:33:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["ZkhcgUi6R-CXU7TH8ZV2oA"], "issued_at": "2018-07-15T17:33:14.000000Z"}} 2018-07-15 17:33:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:14,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:15,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5cfed422-ab50-41ff-932c-f77f48ded903 Date: Sun, 15 Jul 2018 17:33:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:33:15,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5cfed422-ab50-41ff-932c-f77f48ded903 2018-07-15 17:33:15,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.998654127121s 2018-07-15 17:33:15,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5cfed422-ab50-41ff-932c-f77f48ded903 2018-07-15 17:33:15,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:33:15,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" -d '{"network": {"name": "tenantnetwork1-net_01f942f8-a202-45f6-b275-7920dfb00a5f", "admin_state_up": true}}' 2018-07-15 17:33:17,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-825caef7-2a8d-482d-bd01-270a26e7aad2 Date: Sun, 15 Jul 2018 17:33:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c8e1a634-7435-463f-9ed9-de6b46de9e1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:33:17Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_01f942f8-a202-45f6-b275-7920dfb00a5f","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:33:16Z","mtu":1450}} 2018-07-15 17:33:17,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-825caef7-2a8d-482d-bd01-270a26e7aad2 2018-07-15 17:33:17,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.56239509583s 2018-07-15 17:33:17,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-825caef7-2a8d-482d-bd01-270a26e7aad2 2018-07-15 17:33:17,211 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:33:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c8e1a634-7435-463f-9ed9-de6b46de9e1c', u'provider:segmentation_id': 11, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_01f942f8-a202-45f6-b275-7920dfb00a5f', u'created_at': u'2018-07-15T17:33:16Z', u'mtu': 1450, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a', u'l2_adjacency': True}) 2018-07-15 17:33:17,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:17,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:18,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-068b9a3a-6b92-430f-a3bb-9773bd29a127 Date: Sun, 15 Jul 2018 17:33:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c8e1a634-7435-463f-9ed9-de6b46de9e1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:33:17Z","qos_policy_id":null,"name":"tenantnetwork1-net_01f942f8-a202-45f6-b275-7920dfb00a5f","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:33:16Z","provider:network_type":"vxlan"}]} 2018-07-15 17:33:18,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-068b9a3a-6b92-430f-a3bb-9773bd29a127 2018-07-15 17:33:18,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13623189926s 2018-07-15 17:33:18,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-068b9a3a-6b92-430f-a3bb-9773bd29a127 2018-07-15 17:33:18,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:33:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" -d '{"subnet": {"name": "tenantnetwork1-subnet_01f942f8-a202-45f6-b275-7920dfb00a5f", "enable_dhcp": true, "network_id": "c8e1a634-7435-463f-9ed9-de6b46de9e1c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:33:19,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-775d4d80-6758-453e-8727-514d9cc73a64 Date: Sun, 15 Jul 2018 17:33:19 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-15T17:33:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"0a6651c8-760f-4b85-9f8c-cc63fd487005","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_01f942f8-a202-45f6-b275-7920dfb00a5f","enable_dhcp":true,"segment_id":null,"network_id":"c8e1a634-7435-463f-9ed9-de6b46de9e1c","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:33:19Z","ip_version":4}} 2018-07-15 17:33:19,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-775d4d80-6758-453e-8727-514d9cc73a64 2018-07-15 17:33:19,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.43464803696s 2018-07-15 17:33:19,785 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-775d4d80-6758-453e-8727-514d9cc73a64 2018-07-15 17:33:19,785 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:33:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'0a6651c8-760f-4b85-9f8c-cc63fd487005', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_01f942f8-a202-45f6-b275-7920dfb00a5f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'c8e1a634-7435-463f-9ed9-de6b46de9e1c', u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:33:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:33:19,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:33:19,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "tenantnetwork1-router_01f942f8-a202-45f6-b275-7920dfb00a5f", "admin_state_up": true}}' 2018-07-15 17:33:26,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-6d17fa00-3b69-4ff3-bb78-9e42621d2be2 Date: Sun, 15 Jul 2018 17:33:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:33:21Z", "admin_state_up": true, "updated_at": "2018-07-15T17:33:22Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "18529775-80ff-4b92-a091-2de6dae91cd3", "name": "tenantnetwork1-router_01f942f8-a202-45f6-b275-7920dfb00a5f"}} 2018-07-15 17:33:26,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6d17fa00-3b69-4ff3-bb78-9e42621d2be2 2018-07-15 17:33:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.00726318359s 2018-07-15 17:33:26,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6d17fa00-3b69-4ff3-bb78-9e42621d2be2 2018-07-15 17:33:26,794 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:33:22Z', u'revision_number': 3, u'ha': True, u'id': u'18529775-80ff-4b92-a091-2de6dae91cd3', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_01f942f8-a202-45f6-b275-7920dfb00a5f', u'admin_state_up': True, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:33:21Z', u'flavor_id': None, u'routes': [], u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:33:26,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:33:26,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" -d '{"subnet_id": "0a6651c8-760f-4b85-9f8c-cc63fd487005"}' 2018-07-15 17:33:30,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c612ca3c-fb8b-406a-9aa0-13e5102f4659 Date: Sun, 15 Jul 2018 17:33:30 GMT RESP BODY: {"network_id": "c8e1a634-7435-463f-9ed9-de6b46de9e1c", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "0a6651c8-760f-4b85-9f8c-cc63fd487005", "subnet_ids": ["0a6651c8-760f-4b85-9f8c-cc63fd487005"], "port_id": "183ed0eb-3404-46ed-9d97-12076094fa20", "id": "18529775-80ff-4b92-a091-2de6dae91cd3"} 2018-07-15 17:33:30,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/add_router_interface.json used request id req-c612ca3c-fb8b-406a-9aa0-13e5102f4659 2018-07-15 17:33:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.54263806343s 2018-07-15 17:33:30,338 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/add_router_interface.json used request id req-c612ca3c-fb8b-406a-9aa0-13e5102f4659 returning object 18529775-80ff-4b92-a091-2de6dae91cd3 2018-07-15 17:33:30,459 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:33:30,459 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:15 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 17:33:30,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:33:30,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" -d '{"subnet_id": "0a6651c8-760f-4b85-9f8c-cc63fd487005"}' 2018-07-15 17:33:34,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-90ba8433-bab9-44b7-be84-c7e0d2e0c5dd Date: Sun, 15 Jul 2018 17:33:34 GMT RESP BODY: {"network_id": "c8e1a634-7435-463f-9ed9-de6b46de9e1c", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "0a6651c8-760f-4b85-9f8c-cc63fd487005", "subnet_ids": ["0a6651c8-760f-4b85-9f8c-cc63fd487005"], "port_id": "183ed0eb-3404-46ed-9d97-12076094fa20", "id": "18529775-80ff-4b92-a091-2de6dae91cd3"} 2018-07-15 17:33:34,493 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/remove_router_interface.json used request id req-90ba8433-bab9-44b7-be84-c7e0d2e0c5dd 2018-07-15 17:33:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.02897191048s 2018-07-15 17:33:34,494 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3/remove_router_interface.json used request id req-90ba8433-bab9-44b7-be84-c7e0d2e0c5dd returning object 18529775-80ff-4b92-a091-2de6dae91cd3 2018-07-15 17:33:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:33:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:35,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-65d308d2-f818-4bde-8cb3-9ad4c36a6e26 Date: Sun, 15 Jul 2018 17:33:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:33:21Z", "admin_state_up": true, "updated_at": "2018-07-15T17:33:32Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "18529775-80ff-4b92-a091-2de6dae91cd3", "name": "tenantnetwork1-router_01f942f8-a202-45f6-b275-7920dfb00a5f"}]} 2018-07-15 17:33:35,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-65d308d2-f818-4bde-8cb3-9ad4c36a6e26 2018-07-15 17:33:35,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.2797100544s 2018-07-15 17:33:35,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-65d308d2-f818-4bde-8cb3-9ad4c36a6e26 2018-07-15 17:33:35,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:33:35,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:39,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8d9d88e-aa18-4ca8-be62-17c89676a807 Content-Length: 0 Date: Sun, 15 Jul 2018 17:33:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:33:39,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3.json used request id req-a8d9d88e-aa18-4ca8-be62-17c89676a807 2018-07-15 17:33:39,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.13243603706s 2018-07-15 17:33:39,909 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/18529775-80ff-4b92-a091-2de6dae91cd3.json used request id req-a8d9d88e-aa18-4ca8-be62-17c89676a807 2018-07-15 17:33:39,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:33:39,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:40,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-e67d7667-69d1-4d13-8926-27a4e1940137 Date: Sun, 15 Jul 2018 17:33:40 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-15T17:33:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"0a6651c8-760f-4b85-9f8c-cc63fd487005","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_01f942f8-a202-45f6-b275-7920dfb00a5f","enable_dhcp":true,"segment_id":null,"network_id":"c8e1a634-7435-463f-9ed9-de6b46de9e1c","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:33:19Z","ip_version":4},{"updated_at":"2018-07-15T17:29:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8678f063-cda6-431e-a1b1-ef1041eeb1a3","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:29:06Z","ip_version":4}]} 2018-07-15 17:33:40,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e67d7667-69d1-4d13-8926-27a4e1940137 2018-07-15 17:33:40,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.080078125s 2018-07-15 17:33:40,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e67d7667-69d1-4d13-8926-27a4e1940137 2018-07-15 17:33:40,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:33:40,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/0a6651c8-760f-4b85-9f8c-cc63fd487005.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:43,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ee86749-9763-465a-a64c-59f52ce4a11d Date: Sun, 15 Jul 2018 17:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:33:43,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/0a6651c8-760f-4b85-9f8c-cc63fd487005.json used request id req-9ee86749-9763-465a-a64c-59f52ce4a11d 2018-07-15 17:33:43,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.03911781311s 2018-07-15 17:33:43,030 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/0a6651c8-760f-4b85-9f8c-cc63fd487005.json used request id req-9ee86749-9763-465a-a64c-59f52ce4a11d 2018-07-15 17:33:43,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:43,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:44,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-0e480ce6-7e08-4313-8a6d-9159814008d7 Date: Sun, 15 Jul 2018 17:33:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c8e1a634-7435-463f-9ed9-de6b46de9e1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:33:42Z","qos_policy_id":null,"name":"tenantnetwork1-net_01f942f8-a202-45f6-b275-7920dfb00a5f","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:33:16Z","provider:network_type":"vxlan"}]} 2018-07-15 17:33:44,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e480ce6-7e08-4313-8a6d-9159814008d7 2018-07-15 17:33:44,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.27030801773s 2018-07-15 17:33:44,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e480ce6-7e08-4313-8a6d-9159814008d7 2018-07-15 17:33:44,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:33:44,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/c8e1a634-7435-463f-9ed9-de6b46de9e1c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}331f1a41a0e2c6ecdafe3c8ca349889221199f4a" 2018-07-15 17:33:45,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-537f3062-7d56-4136-8717-6554e9497430 Date: Sun, 15 Jul 2018 17:33:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:33:45,938 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c8e1a634-7435-463f-9ed9-de6b46de9e1c.json used request id req-537f3062-7d56-4136-8717-6554e9497430 2018-07-15 17:33:45,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.63608598709s 2018-07-15 17:33:45,939 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c8e1a634-7435-463f-9ed9-de6b46de9e1c.json used request id req-537f3062-7d56-4136-8717-6554e9497430 2018-07-15 17:33:45,939 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-15 17:33:46,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:33:46,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:33:46,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:33:46,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:46,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3818e881-cf0a-4943-a739-0f10692fee65 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:33:46,053 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-3818e881-cf0a-4943-a739-0f10692fee65 2018-07-15 17:33:46,054 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:33:46,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["lFTDeJjGQweWz20bD8tAXA"], "issued_at": "2018-07-15T17:33:46.000000Z"}} 2018-07-15 17:33:46,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:46,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:47,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c710946b-f9bd-4eee-8117-be4de1797a63 Date: Sun, 15 Jul 2018 17:33:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:33:47,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c710946b-f9bd-4eee-8117-be4de1797a63 2018-07-15 17:33:47,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07488203049s 2018-07-15 17:33:47,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c710946b-f9bd-4eee-8117-be4de1797a63 2018-07-15 17:33:47,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:47,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-881dac11-5020-47dd-b2e6-b53842e69352 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 17:33:47,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-881dac11-5020-47dd-b2e6-b53842e69352 2018-07-15 17:33:47,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:33:47,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:47,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2dfde2-93b5-4636-9164-1682a3e50521 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a"}, "tags": [], "enabled": true, "id": "b45e7ea9f5044d4389616a1cd34d660a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 17:33:47,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-ac2dfde2-93b5-4636-9164-1682a3e50521 2018-07-15 17:33:47,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.114410161972s 2018-07-15 17:33:47,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-ac2dfde2-93b5-4636-9164-1682a3e50521 2018-07-15 17:33:47,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 17:33:47,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c"}}' 2018-07-15 17:33:47,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3605d03-5707-459c-b780-05ce7766b2ac 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.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c"}, "tags": [], "enabled": true, "id": "82a73588c7cf4ef38a96d1e60fa88d5c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c"}} 2018-07-15 17:33:47,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e3605d03-5707-459c-b780-05ce7766b2ac 2018-07-15 17:33:47,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.279875993729s 2018-07-15 17:33:47,949 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e3605d03-5707-459c-b780-05ce7766b2ac 2018-07-15 17:33:47,950 - 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'82a73588c7cf4ef38a96d1e60fa88d5c', '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_4bdf6a5c-0323-4472-a946-5252f2382d5c'}) 2018-07-15 17:33:47,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 17:33:47,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "388377f8-d3a4-460a-b137-0cd43a93a3f3", "email": null, "name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c"}}' 2018-07-15 17:33:48,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5100f9c7-76e3-4ad3-b609-b664a02351c0 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c", "links": {"self": "http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5bd49beb081d43daa27f65bb7331a433", "domain_id": "default", "password_expires_at": null}} 2018-07-15 17:33:48,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5100f9c7-76e3-4ad3-b609-b664a02351c0 2018-07-15 17:33:48,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.411764144897s 2018-07-15 17:33:48,368 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5100f9c7-76e3-4ad3-b609-b664a02351c0 2018-07-15 17:33:48,369 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5bd49beb081d43daa27f65bb7331a433', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c'}) 2018-07-15 17:33:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:33:48,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:48,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8665d49-7f85-4034-a969-dfbff0b091ef Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:33:48,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8665d49-7f85-4034-a969-dfbff0b091ef 2018-07-15 17:33:48,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18367099762s 2018-07-15 17:33:48,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8665d49-7f85-4034-a969-dfbff0b091ef 2018-07-15 17:33:48,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:33:48,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:48,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6028671-4be2-40a9-acce-790a3855e1a1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:33:48,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f6028671-4be2-40a9-acce-790a3855e1a1 2018-07-15 17:33:48,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107619047165s 2018-07-15 17:33:48,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f6028671-4be2-40a9-acce-790a3855e1a1 2018-07-15 17:33:48,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:33:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:48,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a1ee36-a5e1-43f1-a63b-dd252aeb43c5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:33:48,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44a1ee36-a5e1-43f1-a63b-dd252aeb43c5 2018-07-15 17:33:48,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0999209880829s 2018-07-15 17:33:48,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44a1ee36-a5e1-43f1-a63b-dd252aeb43c5 2018-07-15 17:33:48,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:33:48,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:48,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c8f83f-aca5-4bca-8662-846f6b59d263 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 17:33:48,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d4c8f83f-aca5-4bca-8662-846f6b59d263 2018-07-15 17:33:48,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.116708993912s 2018-07-15 17:33:48,896 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d4c8f83f-aca5-4bca-8662-846f6b59d263 2018-07-15 17:33:48,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:33:48,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:49,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fd479e5-57ab-4b52-817a-3a45b74b4325 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c", "links": {"self": "http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5bd49beb081d43daa27f65bb7331a433", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:33:49,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3fd479e5-57ab-4b52-817a-3a45b74b4325 2018-07-15 17:33:49,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128422021866s 2018-07-15 17:33:49,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3fd479e5-57ab-4b52-817a-3a45b74b4325 2018-07-15 17:33:49,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:33:49,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:49,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bdf990-11db-485b-9481-7025cce73110 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c"}, "tags": [], "enabled": true, "id": "82a73588c7cf4ef38a96d1e60fa88d5c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c"}]} 2018-07-15 17:33:49,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-81bdf990-11db-485b-9481-7025cce73110 2018-07-15 17:33:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106618881226s 2018-07-15 17:33:49,145 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-81bdf990-11db-485b-9481-7025cce73110 2018-07-15 17:33:49,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 17:33:49,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=5bd49beb081d43daa27f65bb7331a433&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=82a73588c7cf4ef38a96d1e60fa88d5c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:49,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb674ce5-be0b-488b-9c7e-4ac00b2d6dda Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=5bd49beb081d43daa27f65bb7331a433&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=82a73588c7cf4ef38a96d1e60fa88d5c", "previous": null, "next": null}} 2018-07-15 17:33:49,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=5bd49beb081d43daa27f65bb7331a433&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=82a73588c7cf4ef38a96d1e60fa88d5c used request id req-fb674ce5-be0b-488b-9c7e-4ac00b2d6dda 2018-07-15 17:33:49,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.184476137161s 2018-07-15 17:33:49,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=5bd49beb081d43daa27f65bb7331a433&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=82a73588c7cf4ef38a96d1e60fa88d5c used request id req-fb674ce5-be0b-488b-9c7e-4ac00b2d6dda 2018-07-15 17:33:49,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 17:33:49,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c/users/5bd49beb081d43daa27f65bb7331a433/roles/4ef7d250dc244aad969eca36d295de97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:33:49,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:33:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96891040-8744-4357-aae5-6492cde37eb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:33:49,542 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c/users/5bd49beb081d43daa27f65bb7331a433/roles/4ef7d250dc244aad969eca36d295de97 used request id req-96891040-8744-4357-aae5-6492cde37eb4 2018-07-15 17:33:49,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.201875925064s 2018-07-15 17:33:49,543 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c/users/5bd49beb081d43daa27f65bb7331a433/roles/4ef7d250dc244aad969eca36d295de97 used request id req-96891040-8744-4357-aae5-6492cde37eb4 2018-07-15 17:33:49,543 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c', 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'82a73588c7cf4ef38a96d1e60fa88d5c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '388377f8-d3a4-460a-b137-0cd43a93a3f3', 'username': u'tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:33:49,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:33:49,546 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:33:49,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:33:49,549 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c', 'password': '388377f8-d3a4-460a-b137-0cd43a93a3f3', 'project_name': 'tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '82a73588c7cf4ef38a96d1e60fa88d5c', 'project_domain_name': 'Default'} 2018-07-15 17:33:49,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:33:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:33:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c10a419f-c933-4252-a376-28d2e3cf595e 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:33:49,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c10a419f-c933-4252-a376-28d2e3cf595e 2018-07-15 17:33:49,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:33:49,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:33:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82a73588c7cf4ef38a96d1e60fa88d5c", "name": "tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/82a73588c7cf4ef38a96d1e60fa88d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c", "id": "5bd49beb081d43daa27f65bb7331a433"}, "audit_ids": ["74Tlw0AiRVO2h6ULy-e1rA"], "issued_at": "2018-07-15T17:33:49.000000Z"}} 2018-07-15 17:33:49,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:33:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" -d '{"network": {"name": "tenantnetwork2-net_4bdf6a5c-0323-4472-a946-5252f2382d5c", "admin_state_up": true}}' 2018-07-15 17:33:51,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-100d5cda-d599-4964-9df6-a7354394b229 Date: Sun, 15 Jul 2018 17:33:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cd3f4b42-cfb4-421c-ab90-1f03be48bfa7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82a73588c7cf4ef38a96d1e60fa88d5c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:33:51Z","is_default":false,"name":"tenantnetwork2-net_4bdf6a5c-0323-4472-a946-5252f2382d5c","qos_policy_id":null,"admin_state_up":true,"tenant_id":"82a73588c7cf4ef38a96d1e60fa88d5c","created_at":"2018-07-15T17:33:51Z","mtu":1450}} 2018-07-15 17:33:51,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-100d5cda-d599-4964-9df6-a7354394b229 2018-07-15 17:33:51,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48808598518s 2018-07-15 17:33:51,462 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-100d5cda-d599-4964-9df6-a7354394b229 2018-07-15 17:33:51,462 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:33:51Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'cd3f4b42-cfb4-421c-ab90-1f03be48bfa7', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_4bdf6a5c-0323-4472-a946-5252f2382d5c', u'admin_state_up': True, u'tenant_id': u'82a73588c7cf4ef38a96d1e60fa88d5c', u'created_at': u'2018-07-15T17:33:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82a73588c7cf4ef38a96d1e60fa88d5c', u'l2_adjacency': True}) 2018-07-15 17:33:51,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:33:51,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:33:51,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-8b8ab30c-defb-4bbd-b759-acb594a60b0b Date: Sun, 15 Jul 2018 17:33:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cd3f4b42-cfb4-421c-ab90-1f03be48bfa7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"82a73588c7cf4ef38a96d1e60fa88d5c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:33:51Z","qos_policy_id":null,"name":"tenantnetwork2-net_4bdf6a5c-0323-4472-a946-5252f2382d5c","admin_state_up":true,"tenant_id":"82a73588c7cf4ef38a96d1e60fa88d5c","created_at":"2018-07-15T17:33:51Z","mtu":1450}]} 2018-07-15 17:33:51,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8b8ab30c-defb-4bbd-b759-acb594a60b0b 2018-07-15 17:33:51,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360206127167s 2018-07-15 17:33:51,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8b8ab30c-defb-4bbd-b759-acb594a60b0b 2018-07-15 17:33:51,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:33:51,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" -d '{"subnet": {"name": "tenantnetwork2-subnet_4bdf6a5c-0323-4472-a946-5252f2382d5c", "enable_dhcp": true, "network_id": "cd3f4b42-cfb4-421c-ab90-1f03be48bfa7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:33:52,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e812b473-a728-4e21-9072-796698bad163 Date: Sun, 15 Jul 2018 17:33:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd3f4b42-cfb4-421c-ab90-1f03be48bfa7","tenant_id":"82a73588c7cf4ef38a96d1e60fa88d5c","created_at":"2018-07-15T17:33:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:33:52Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"82a73588c7cf4ef38a96d1e60fa88d5c","id":"e9651b19-30aa-4ce2-8951-c9e92b39fb25","subnetpool_id":null,"name":"tenantnetwork2-subnet_4bdf6a5c-0323-4472-a946-5252f2382d5c"}} 2018-07-15 17:33:52,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e812b473-a728-4e21-9072-796698bad163 2018-07-15 17:33:52,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.977653026581s 2018-07-15 17:33:52,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e812b473-a728-4e21-9072-796698bad163 2018-07-15 17:33:52,804 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:33:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'e9651b19-30aa-4ce2-8951-c9e92b39fb25', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_4bdf6a5c-0323-4472-a946-5252f2382d5c', u'enable_dhcp': True, u'network_id': u'cd3f4b42-cfb4-421c-ab90-1f03be48bfa7', u'tenant_id': u'82a73588c7cf4ef38a96d1e60fa88d5c', u'created_at': u'2018-07-15T17:33:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'82a73588c7cf4ef38a96d1e60fa88d5c'}) 2018-07-15 17:33:52,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:33:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "tenantnetwork2-router_4bdf6a5c-0323-4472-a946-5252f2382d5c", "admin_state_up": true}}' 2018-07-15 17:33:59,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b2d28e17-b57d-431b-b229-1283266134b0 Date: Sun, 15 Jul 2018 17:33:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "created_at": "2018-07-15T17:33:53Z", "admin_state_up": true, "updated_at": "2018-07-15T17:33:54Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "id": "e8b90da6-70cd-4fd1-9a3a-78ced06bb72f", "name": "tenantnetwork2-router_4bdf6a5c-0323-4472-a946-5252f2382d5c"}} 2018-07-15 17:33:59,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b2d28e17-b57d-431b-b229-1283266134b0 2018-07-15 17:33:59,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.25307798386s 2018-07-15 17:33:59,058 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b2d28e17-b57d-431b-b229-1283266134b0 2018-07-15 17:33:59,058 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:33:54Z', u'revision_number': 3, u'id': u'e8b90da6-70cd-4fd1-9a3a-78ced06bb72f', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_4bdf6a5c-0323-4472-a946-5252f2382d5c', u'admin_state_up': True, u'tenant_id': u'82a73588c7cf4ef38a96d1e60fa88d5c', u'created_at': u'2018-07-15T17:33:53Z', u'flavor_id': None, u'routes': [], u'project_id': u'82a73588c7cf4ef38a96d1e60fa88d5c'}) 2018-07-15 17:33:59,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:33:59,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" -d '{"subnet_id": "e9651b19-30aa-4ce2-8951-c9e92b39fb25"}' 2018-07-15 17:34:02,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3839967b-8700-4936-9821-08feb37884de Date: Sun, 15 Jul 2018 17:34:02 GMT RESP BODY: {"network_id": "cd3f4b42-cfb4-421c-ab90-1f03be48bfa7", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "subnet_id": "e9651b19-30aa-4ce2-8951-c9e92b39fb25", "subnet_ids": ["e9651b19-30aa-4ce2-8951-c9e92b39fb25"], "port_id": "2b9efeba-fada-46c9-921b-f4591fab873f", "id": "e8b90da6-70cd-4fd1-9a3a-78ced06bb72f"} 2018-07-15 17:34:02,473 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/add_router_interface.json used request id req-3839967b-8700-4936-9821-08feb37884de 2018-07-15 17:34:02,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.41424798965s 2018-07-15 17:34:02,474 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/add_router_interface.json used request id req-3839967b-8700-4936-9821-08feb37884de returning object e8b90da6-70cd-4fd1-9a3a-78ced06bb72f 2018-07-15 17:34:02,581 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:34:02,582 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 17:34:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:34:02,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" -d '{"subnet_id": "e9651b19-30aa-4ce2-8951-c9e92b39fb25"}' 2018-07-15 17:34:05,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d680548-b65d-4f68-ac00-356b868e2880 Date: Sun, 15 Jul 2018 17:34:05 GMT RESP BODY: {"network_id": "cd3f4b42-cfb4-421c-ab90-1f03be48bfa7", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "subnet_id": "e9651b19-30aa-4ce2-8951-c9e92b39fb25", "subnet_ids": ["e9651b19-30aa-4ce2-8951-c9e92b39fb25"], "port_id": "2b9efeba-fada-46c9-921b-f4591fab873f", "id": "e8b90da6-70cd-4fd1-9a3a-78ced06bb72f"} 2018-07-15 17:34:05,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/remove_router_interface.json used request id req-9d680548-b65d-4f68-ac00-356b868e2880 2018-07-15 17:34:05,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.65262293816s 2018-07-15 17:34:05,240 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f/remove_router_interface.json used request id req-9d680548-b65d-4f68-ac00-356b868e2880 returning object e8b90da6-70cd-4fd1-9a3a-78ced06bb72f 2018-07-15 17:34:05,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:34:05,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:05,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-7524d3e9-4fd0-4625-9118-c3286b3abc1a Date: Sun, 15 Jul 2018 17:34:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "created_at": "2018-07-15T17:33:53Z", "admin_state_up": true, "updated_at": "2018-07-15T17:34:03Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "id": "e8b90da6-70cd-4fd1-9a3a-78ced06bb72f", "name": "tenantnetwork2-router_4bdf6a5c-0323-4472-a946-5252f2382d5c"}]} 2018-07-15 17:34:05,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7524d3e9-4fd0-4625-9118-c3286b3abc1a 2018-07-15 17:34:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.45778298378s 2018-07-15 17:34:05,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7524d3e9-4fd0-4625-9118-c3286b3abc1a 2018-07-15 17:34:05,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:34:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:10,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38a43d3b-e2ad-47ac-be71-1488ae3eaa4b Content-Length: 0 Date: Sun, 15 Jul 2018 17:34:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:10,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f.json used request id req-38a43d3b-e2ad-47ac-be71-1488ae3eaa4b 2018-07-15 17:34:10,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.76564908028s 2018-07-15 17:34:10,466 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/e8b90da6-70cd-4fd1-9a3a-78ced06bb72f.json used request id req-38a43d3b-e2ad-47ac-be71-1488ae3eaa4b 2018-07-15 17:34:10,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:34:10,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:10,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-50d68eda-3175-446c-a769-66a94d00749e Date: Sun, 15 Jul 2018 17:34:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd3f4b42-cfb4-421c-ab90-1f03be48bfa7","tenant_id":"82a73588c7cf4ef38a96d1e60fa88d5c","created_at":"2018-07-15T17:33:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:33:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"82a73588c7cf4ef38a96d1e60fa88d5c","id":"e9651b19-30aa-4ce2-8951-c9e92b39fb25","subnetpool_id":null,"name":"tenantnetwork2-subnet_4bdf6a5c-0323-4472-a946-5252f2382d5c"}]} 2018-07-15 17:34:10,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-50d68eda-3175-446c-a769-66a94d00749e 2018-07-15 17:34:10,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.071967124939s 2018-07-15 17:34:10,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-50d68eda-3175-446c-a769-66a94d00749e 2018-07-15 17:34:10,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:34:10,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/e9651b19-30aa-4ce2-8951-c9e92b39fb25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:12,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e83aba4a-4684-4c52-b4e8-a5b866a53fbe Date: Sun, 15 Jul 2018 17:34:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:12,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/e9651b19-30aa-4ce2-8951-c9e92b39fb25.json used request id req-e83aba4a-4684-4c52-b4e8-a5b866a53fbe 2018-07-15 17:34:12,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27941417694s 2018-07-15 17:34:12,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/e9651b19-30aa-4ce2-8951-c9e92b39fb25.json used request id req-e83aba4a-4684-4c52-b4e8-a5b866a53fbe 2018-07-15 17:34:12,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:12,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:13,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-ac7bb965-c7b1-4f00-b4da-15b32be59500 Date: Sun, 15 Jul 2018 17:34:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"cd3f4b42-cfb4-421c-ab90-1f03be48bfa7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82a73588c7cf4ef38a96d1e60fa88d5c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:12Z","qos_policy_id":null,"name":"tenantnetwork2-net_4bdf6a5c-0323-4472-a946-5252f2382d5c","admin_state_up":true,"tenant_id":"82a73588c7cf4ef38a96d1e60fa88d5c","created_at":"2018-07-15T17:33:51Z","mtu":1450}]} 2018-07-15 17:34:13,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ac7bb965-c7b1-4f00-b4da-15b32be59500 2018-07-15 17:34:13,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280377864838s 2018-07-15 17:34:13,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ac7bb965-c7b1-4f00-b4da-15b32be59500 2018-07-15 17:34:13,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:34:13,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/cd3f4b42-cfb4-421c-ab90-1f03be48bfa7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64f7be3ab4849ec79d1c56b85bdf3858cbd16c53" 2018-07-15 17:34:14,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2fcc897f-0981-44ca-8d1c-0df923f4952d Date: Sun, 15 Jul 2018 17:34:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:14,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/cd3f4b42-cfb4-421c-ab90-1f03be48bfa7.json used request id req-2fcc897f-0981-44ca-8d1c-0df923f4952d 2018-07-15 17:34:14,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69693303108s 2018-07-15 17:34:14,800 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/cd3f4b42-cfb4-421c-ab90-1f03be48bfa7.json used request id req-2fcc897f-0981-44ca-8d1c-0df923f4952d 2018-07-15 17:34:14,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:34:14,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:34:14,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1af87e-4094-4731-80a3-c33af7b38b25 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c", "links": {"self": "http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5bd49beb081d43daa27f65bb7331a433", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:34:14,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4c1af87e-4094-4731-80a3-c33af7b38b25 2018-07-15 17:34:14,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118922948837s 2018-07-15 17:34:14,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-4c1af87e-4094-4731-80a3-c33af7b38b25 2018-07-15 17:34:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:34:14,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:34:15,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ad4aa9-ccaa-4483-931c-a9c4689d37e7 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4bdf6a5c-0323-4472-a946-5252f2382d5c", "links": {"self": "http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5bd49beb081d43daa27f65bb7331a433", "description": null}} 2018-07-15 17:34:15,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 used request id req-d8ad4aa9-ccaa-4483-931c-a9c4689d37e7 2018-07-15 17:34:15,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101718902588s 2018-07-15 17:34:15,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 used request id req-d8ad4aa9-ccaa-4483-931c-a9c4689d37e7 2018-07-15 17:34:15,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 17:34:15,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:34:15,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe15cfb-488b-4611-bbd3-7f3df7041df7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:34:15,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 used request id req-7fe15cfb-488b-4611-bbd3-7f3df7041df7 2018-07-15 17:34:15,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.449275970459s 2018-07-15 17:34:15,478 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/5bd49beb081d43daa27f65bb7331a433 used request id req-7fe15cfb-488b-4611-bbd3-7f3df7041df7 2018-07-15 17:34:15,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:34:15,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:34:15,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a30ed2d-20f5-4022-9775-76427e54ae2d Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c"}, "tags": [], "enabled": true, "id": "82a73588c7cf4ef38a96d1e60fa88d5c", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4bdf6a5c-0323-4472-a946-5252f2382d5c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 17:34:15,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-1a30ed2d-20f5-4022-9775-76427e54ae2d 2018-07-15 17:34:15,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106485128403s 2018-07-15 17:34:15,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-1a30ed2d-20f5-4022-9775-76427e54ae2d 2018-07-15 17:34:15,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 17:34:15,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b3a7e5f052c3f6525caf9675862ba1b61b386a81" 2018-07-15 17:34:15,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b495de4-aaad-42ce-8967-fac56d6670a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:34:15,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c used request id req-1b495de4-aaad-42ce-8967-fac56d6670a1 2018-07-15 17:34:15,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.222494125366s 2018-07-15 17:34:15,819 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/82a73588c7cf4ef38a96d1e60fa88d5c used request id req-1b495de4-aaad-42ce-8967-fac56d6670a1 2018-07-15 17:34:15,819 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-15 17:34:15,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:34:15,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:34:15,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:34:15,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:34:15,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:34:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:34:15,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:34:15,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:34:15,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2784553e-960f-42b0-a777-e6a6a80a302e 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:34:15,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2784553e-960f-42b0-a777-e6a6a80a302e 2018-07-15 17:34:15,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:34:16,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["IjaSFLHgQ0CYlUDpgd18Gg"], "issued_at": "2018-07-15T17:34:16.000000Z"}} 2018-07-15 17:34:16,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:16,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:16,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-9d35665e-a85f-49b1-b0a8-37f5999d9703 Date: Sun, 15 Jul 2018 17:34:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:34:16,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9d35665e-a85f-49b1-b0a8-37f5999d9703 2018-07-15 17:34:16,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276582956314s 2018-07-15 17:34:16,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9d35665e-a85f-49b1-b0a8-37f5999d9703 2018-07-15 17:34:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:34:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"network": {"name": "vmready1-net_f4668185-c2f7-48b7-9147-312a1141a923", "admin_state_up": true}}' 2018-07-15 17:34:17,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-1c1bfb9c-1221-4d29-a334-7cf2f06ff01c Date: Sun, 15 Jul 2018 17:34:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"de35c845-45ce-4b8a-a642-c7ba67926706","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:17Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_f4668185-c2f7-48b7-9147-312a1141a923","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:34:16Z","mtu":1450}} 2018-07-15 17:34:17,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1c1bfb9c-1221-4d29-a334-7cf2f06ff01c 2018-07-15 17:34:17,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.538843154907s 2018-07-15 17:34:17,168 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1c1bfb9c-1221-4d29-a334-7cf2f06ff01c 2018-07-15 17:34:17,169 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:34:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'de35c845-45ce-4b8a-a642-c7ba67926706', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_f4668185-c2f7-48b7-9147-312a1141a923', u'created_at': u'2018-07-15T17:34:16Z', u'mtu': 1450, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a', u'l2_adjacency': True}) 2018-07-15 17:34:17,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:17,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:18,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-e15f63a3-bb0b-4561-994c-4fe91dabf0f5 Date: Sun, 15 Jul 2018 17:34:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"de35c845-45ce-4b8a-a642-c7ba67926706","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:17Z","qos_policy_id":null,"name":"vmready1-net_f4668185-c2f7-48b7-9147-312a1141a923","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:34:16Z","provider:network_type":"vxlan"}]} 2018-07-15 17:34:18,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e15f63a3-bb0b-4561-994c-4fe91dabf0f5 2018-07-15 17:34:18,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03660511971s 2018-07-15 17:34:18,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e15f63a3-bb0b-4561-994c-4fe91dabf0f5 2018-07-15 17:34:18,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:34:18,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"subnet": {"name": "vmready1-subnet_f4668185-c2f7-48b7-9147-312a1141a923", "enable_dhcp": true, "network_id": "de35c845-45ce-4b8a-a642-c7ba67926706", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:34:18,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-2f139f3b-ca9b-41e2-9049-93ff7aceeb1c Date: Sun, 15 Jul 2018 17:34:18 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-15T17:34:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f314bd34-e2ea-44f8-a2e9-5a118c87e49e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_f4668185-c2f7-48b7-9147-312a1141a923","enable_dhcp":true,"segment_id":null,"network_id":"de35c845-45ce-4b8a-a642-c7ba67926706","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:34:18Z","ip_version":4}} 2018-07-15 17:34:18,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2f139f3b-ca9b-41e2-9049-93ff7aceeb1c 2018-07-15 17:34:18,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.569919109344s 2018-07-15 17:34:18,779 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2f139f3b-ca9b-41e2-9049-93ff7aceeb1c 2018-07-15 17:34:18,779 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:34:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'f314bd34-e2ea-44f8-a2e9-5a118c87e49e', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f4668185-c2f7-48b7-9147-312a1141a923', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'de35c845-45ce-4b8a-a642-c7ba67926706', u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:34:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:34:18,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:34:18,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "vmready1-router_f4668185-c2f7-48b7-9147-312a1141a923", "admin_state_up": true}}' 2018-07-15 17:34:25,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-ec8ba7ec-927b-45e2-b0c2-4226b74e29f3 Date: Sun, 15 Jul 2018 17:34:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:34:20Z", "admin_state_up": true, "updated_at": "2018-07-15T17:34:21Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "3565cb69-ee0f-4058-b66a-86104bce6b80", "name": "vmready1-router_f4668185-c2f7-48b7-9147-312a1141a923"}} 2018-07-15 17:34:25,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-ec8ba7ec-927b-45e2-b0c2-4226b74e29f3 2018-07-15 17:34:25,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.02718091011s 2018-07-15 17:34:25,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-ec8ba7ec-927b-45e2-b0c2-4226b74e29f3 2018-07-15 17:34:25,808 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:34:21Z', u'revision_number': 3, u'ha': True, u'id': u'3565cb69-ee0f-4058-b66a-86104bce6b80', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_f4668185-c2f7-48b7-9147-312a1141a923', u'admin_state_up': True, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:34:20Z', u'flavor_id': None, u'routes': [], u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:34:25,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:34:25,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"subnet_id": "f314bd34-e2ea-44f8-a2e9-5a118c87e49e"}' 2018-07-15 17:34:28,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f58e852e-adc1-4309-bb3b-b278a86a748c Date: Sun, 15 Jul 2018 17:34:28 GMT RESP BODY: {"network_id": "de35c845-45ce-4b8a-a642-c7ba67926706", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "f314bd34-e2ea-44f8-a2e9-5a118c87e49e", "subnet_ids": ["f314bd34-e2ea-44f8-a2e9-5a118c87e49e"], "port_id": "a9a41534-d754-41dd-88ef-5bc3bae4c716", "id": "3565cb69-ee0f-4058-b66a-86104bce6b80"} 2018-07-15 17:34:28,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/add_router_interface.json used request id req-f58e852e-adc1-4309-bb3b-b278a86a748c 2018-07-15 17:34:28,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.56285715103s 2018-07-15 17:34:28,372 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/add_router_interface.json used request id req-f58e852e-adc1-4309-bb3b-b278a86a748c returning object 3565cb69-ee0f-4058-b66a-86104bce6b80 2018-07-15 17:34:28,372 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 17:34:28,500 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 17:34:28,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:34:28,507 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 17:34:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 17:34:28,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:34:28,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:29,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-630657cd-cb0b-47a9-b1db-e209599136c6 Date: Sun, 15 Jul 2018 17:34:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:34:29,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-630657cd-cb0b-47a9-b1db-e209599136c6 2018-07-15 17:34:29,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.687101125717s 2018-07-15 17:34:29,196 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-630657cd-cb0b-47a9-b1db-e209599136c6 2018-07-15 17:34:29,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 17:34:29,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923"}' 2018-07-15 17:34:29,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aabe650e-1a57-44e8-8211-12b2ff530808 Date: Sun, 15 Jul 2018 17:34:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file", "owner": "97e7225fef894b79ba0ec19c9485f90a", "id": "500d5835-a2ef-48df-a29d-b3b1cd9fc25f", "size": null, "self": "/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:34:29Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923", "checksum": null, "created_at": "2018-07-15T17:34:29Z", "protected": false} 2018-07-15 17:34:29,953 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-aabe650e-1a57-44e8-8211-12b2ff530808 2018-07-15 17:34:29,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.749356031418s 2018-07-15 17:34:29,954 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-aabe650e-1a57-44e8-8211-12b2ff530808 returning object 500d5835-a2ef-48df-a29d-b3b1cd9fc25f 2018-07-15 17:34:29,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 17:34:29,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '' 2018-07-15 17:34:33,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc975278-5402-4703-ab70-95e267581be7 Date: Sun, 15 Jul 2018 17:34:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:34:33,380 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file used request id req-bc975278-5402-4703-ab70-95e267581be7 2018-07-15 17:34:33,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.42513489723s 2018-07-15 17:34:33,380 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file used request id req-bc975278-5402-4703-ab70-95e267581be7 2018-07-15 17:34:33,380 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T17:34:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file', u'owner': u'97e7225fef894b79ba0ec19c9485f90a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'500d5835-a2ef-48df-a29d-b3b1cd9fc25f', u'size': None, u'name': u'vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923', u'checksum': None, u'self': u'/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T17:34:29Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 17:34:33,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 17:34:33,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_f4668185-c2f7-48b7-9147-312a1141a923", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 17:34:34,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34: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-90939a29-6dee-40ce-b54b-3c2e9689475c x-compute-request-id: req-90939a29-6dee-40ce-b54b-3c2e9689475c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_f4668185-c2f7-48b7-9147-312a1141a923", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/1607ed6b-2492-4fe7-8e19-528801336f34", "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": "1607ed6b-2492-4fe7-8e19-528801336f34"}} 2018-07-15 17:34:34,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-90939a29-6dee-40ce-b54b-3c2e9689475c 2018-07-15 17:34:34,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.792884111404s 2018-07-15 17:34:34,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-90939a29-6dee-40ce-b54b-3c2e9689475c 2018-07-15 17:34:34,175 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_f4668185-c2f7-48b7-9147-312a1141a923', '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'97e7225fef894b79ba0ec19c9485f90a', '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'1607ed6b-2492-4fe7-8e19-528801336f34', 'swap': 0}) 2018-07-15 17:34:34,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 17:34:34,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"extra_specs": {}}' 2018-07-15 17:34:34,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a21b45c-daa9-4b2d-a655-d91af6d200c8 x-compute-request-id: req-2a21b45c-daa9-4b2d-a655-d91af6d200c8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 17:34:34,376 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34/os-extra_specs used request id req-2a21b45c-daa9-4b2d-a655-d91af6d200c8 2018-07-15 17:34:34,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.200237989426s 2018-07-15 17:34:34,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34/os-extra_specs used request id req-2a21b45c-daa9-4b2d-a655-d91af6d200c8 2018-07-15 17:34:34,480 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:34:34,481 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 17:34:34,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:34:34,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" -d '{"subnet_id": "f314bd34-e2ea-44f8-a2e9-5a118c87e49e"}' 2018-07-15 17:34:37,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-300a775e-cc43-46d4-9866-aa633c1162d2 Date: Sun, 15 Jul 2018 17:34:37 GMT RESP BODY: {"network_id": "de35c845-45ce-4b8a-a642-c7ba67926706", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "f314bd34-e2ea-44f8-a2e9-5a118c87e49e", "subnet_ids": ["f314bd34-e2ea-44f8-a2e9-5a118c87e49e"], "port_id": "a9a41534-d754-41dd-88ef-5bc3bae4c716", "id": "3565cb69-ee0f-4058-b66a-86104bce6b80"} 2018-07-15 17:34:37,110 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/remove_router_interface.json used request id req-300a775e-cc43-46d4-9866-aa633c1162d2 2018-07-15 17:34:37,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.62439393997s 2018-07-15 17:34:37,111 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80/remove_router_interface.json used request id req-300a775e-cc43-46d4-9866-aa633c1162d2 returning object 3565cb69-ee0f-4058-b66a-86104bce6b80 2018-07-15 17:34:37,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:34:37,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:38,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-06cb3c1c-b33c-4604-9a32-cc13688ea60d Date: Sun, 15 Jul 2018 17:34:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:34:20Z", "admin_state_up": true, "updated_at": "2018-07-15T17:34:35Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "3565cb69-ee0f-4058-b66a-86104bce6b80", "name": "vmready1-router_f4668185-c2f7-48b7-9147-312a1141a923"}]} 2018-07-15 17:34:38,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-06cb3c1c-b33c-4604-9a32-cc13688ea60d 2018-07-15 17:34:38,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.02455186844s 2018-07-15 17:34:38,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-06cb3c1c-b33c-4604-9a32-cc13688ea60d 2018-07-15 17:34:38,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:34:38,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:42,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a48d7a02-673d-4f03-b725-287772995286 Content-Length: 0 Date: Sun, 15 Jul 2018 17:34:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:42,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80.json used request id req-a48d7a02-673d-4f03-b725-287772995286 2018-07-15 17:34:42,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.29436707497s 2018-07-15 17:34:42,432 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3565cb69-ee0f-4058-b66a-86104bce6b80.json used request id req-a48d7a02-673d-4f03-b725-287772995286 2018-07-15 17:34:42,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:34:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:42,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1318 X-Openstack-Request-Id: req-21522390-4c9c-469a-833b-8bb995cf296e Date: Sun, 15 Jul 2018 17:34:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-15T17:29:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8678f063-cda6-431e-a1b1-ef1041eeb1a3","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:29:06Z","ip_version":4},{"updated_at":"2018-07-15T17:34:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f314bd34-e2ea-44f8-a2e9-5a118c87e49e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_f4668185-c2f7-48b7-9147-312a1141a923","enable_dhcp":true,"segment_id":null,"network_id":"de35c845-45ce-4b8a-a642-c7ba67926706","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:34:18Z","ip_version":4}]} 2018-07-15 17:34:42,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-21522390-4c9c-469a-833b-8bb995cf296e 2018-07-15 17:34:42,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.237949132919s 2018-07-15 17:34:42,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-21522390-4c9c-469a-833b-8bb995cf296e 2018-07-15 17:34:42,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:34:42,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/f314bd34-e2ea-44f8-a2e9-5a118c87e49e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:44,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca9b3669-5104-49ac-b4eb-5d0fc32bb14f Date: Sun, 15 Jul 2018 17:34:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:44,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f314bd34-e2ea-44f8-a2e9-5a118c87e49e.json used request id req-ca9b3669-5104-49ac-b4eb-5d0fc32bb14f 2018-07-15 17:34:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23247003555s 2018-07-15 17:34:44,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f314bd34-e2ea-44f8-a2e9-5a118c87e49e.json used request id req-ca9b3669-5104-49ac-b4eb-5d0fc32bb14f 2018-07-15 17:34:44,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:44,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:45,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-6f188acb-bfe9-4af2-83ec-3bdd0996a25c Date: Sun, 15 Jul 2018 17:34:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"de35c845-45ce-4b8a-a642-c7ba67926706","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:44Z","qos_policy_id":null,"name":"vmready1-net_f4668185-c2f7-48b7-9147-312a1141a923","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:34:16Z","provider:network_type":"vxlan"}]} 2018-07-15 17:34:45,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6f188acb-bfe9-4af2-83ec-3bdd0996a25c 2018-07-15 17:34:45,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333487987518s 2018-07-15 17:34:45,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6f188acb-bfe9-4af2-83ec-3bdd0996a25c 2018-07-15 17:34:45,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:34:45,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/de35c845-45ce-4b8a-a642-c7ba67926706.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:46,670 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2421ddda-6d4d-4479-b133-12c7fc1c2298 Date: Sun, 15 Jul 2018 17:34:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:34:46,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/de35c845-45ce-4b8a-a642-c7ba67926706.json used request id req-2421ddda-6d4d-4479-b133-12c7fc1c2298 2018-07-15 17:34:46,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42935585976s 2018-07-15 17:34:46,671 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/de35c845-45ce-4b8a-a642-c7ba67926706.json used request id req-2421ddda-6d4d-4479-b133-12c7fc1c2298 2018-07-15 17:34:46,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:34:46,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:47,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-8b991903-9f47-48db-ac5f-5704a41c31b0 Date: Sun, 15 Jul 2018 17:34:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/snap", "metadata": {}}], "file": "/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/file", "owner": "97e7225fef894b79ba0ec19c9485f90a", "id": "500d5835-a2ef-48df-a29d-b3b1cd9fc25f", "size": 12716032, "self": "/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:34:33Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f4668185-c2f7-48b7-9147-312a1141a923", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:34:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:34:47,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8b991903-9f47-48db-ac5f-5704a41c31b0 2018-07-15 17:34:47,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.692349910736s 2018-07-15 17:34:47,368 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8b991903-9f47-48db-ac5f-5704a41c31b0 2018-07-15 17:34:47,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 17:34:47,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:48,652 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7cb9bea-1a3f-4dea-b55e-4a681bc19f52 Date: Sun, 15 Jul 2018 17:34:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:34:48,652 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f used request id req-d7cb9bea-1a3f-4dea-b55e-4a681bc19f52 2018-07-15 17:34:48,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.28243017197s 2018-07-15 17:34:48,653 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/500d5835-a2ef-48df-a29d-b3b1cd9fc25f used request id req-d7cb9bea-1a3f-4dea-b55e-4a681bc19f52 2018-07-15 17:34:48,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:34:48,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:48,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34: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-806c37fe-f9c4-478f-9032-625a828ca83f x-compute-request-id: req-806c37fe-f9c4-478f-9032-625a828ca83f Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_f4668185-c2f7-48b7-9147-312a1141a923", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/1607ed6b-2492-4fe7-8e19-528801336f34", "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": "1607ed6b-2492-4fe7-8e19-528801336f34"}]} 2018-07-15 17:34:48,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-806c37fe-f9c4-478f-9032-625a828ca83f 2018-07-15 17:34:48,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143945932388s 2018-07-15 17:34:48,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-806c37fe-f9c4-478f-9032-625a828ca83f 2018-07-15 17:34:48,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 17:34:48,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d5c64cd804b8461c1d8381eabb731c6c2290eff7" 2018-07-15 17:34:48,947 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:34: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-58640512-d45d-47cb-b8f8-c282964483c5 x-compute-request-id: req-58640512-d45d-47cb-b8f8-c282964483c5 Content-Length: 0 Content-Type: application/json 2018-07-15 17:34:48,947 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34 used request id req-58640512-d45d-47cb-b8f8-c282964483c5 2018-07-15 17:34:48,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.147422075272s 2018-07-15 17:34:48,947 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/1607ed6b-2492-4fe7-8e19-528801336f34 used request id req-58640512-d45d-47cb-b8f8-c282964483c5 2018-07-15 17:34:48,948 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:34:49,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:34:49,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:34:49,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:34:49,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:34:49,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a40089-582e-40b9-94c4-5e11662e8e78 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:34:49,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-90a40089-582e-40b9-94c4-5e11662e8e78 2018-07-15 17:34:49,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:34:49,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["zhvRb45RQRms_PhZzHYeqA"], "issued_at": "2018-07-15T17:34:49.000000Z"}} 2018-07-15 17:34:49,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:49,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:49,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5d7a096e-f9e2-4be6-aef8-1809bbd65f83 Date: Sun, 15 Jul 2018 17:34:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:34:49,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d7a096e-f9e2-4be6-aef8-1809bbd65f83 2018-07-15 17:34:49,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279676914215s 2018-07-15 17:34:49,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5d7a096e-f9e2-4be6-aef8-1809bbd65f83 2018-07-15 17:34:49,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:34:49,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:34:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a86cd850-6f97-4408-bf57-60064473b49f 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 17:34:49,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-a86cd850-6f97-4408-bf57-60064473b49f 2018-07-15 17:34:49,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:34:49,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:49,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7666d72-c06f-44ab-91d7-f948f5523ed8 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a"}, "tags": [], "enabled": true, "id": "b45e7ea9f5044d4389616a1cd34d660a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 17:34:49,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-c7666d72-c06f-44ab-91d7-f948f5523ed8 2018-07-15 17:34:49,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113323926926s 2018-07-15 17:34:49,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-c7666d72-c06f-44ab-91d7-f948f5523ed8 2018-07-15 17:34:49,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 17:34:49,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3"}}' 2018-07-15 17:34:50,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:34:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d742b3e-4f98-490e-94a6-0af6b3926785 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.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, "tags": [], "enabled": true, "id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3"}} 2018-07-15 17:34:50,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-9d742b3e-4f98-490e-94a6-0af6b3926785 2018-07-15 17:34:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.188960075378s 2018-07-15 17:34:50,066 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-9d742b3e-4f98-490e-94a6-0af6b3926785 2018-07-15 17:34:50,066 - 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'd11eb8dba36b4f4a8d75dd5e8c1a8f35', '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_b7ed7473-cb2a-444e-8483-e0d121eefff3'}) 2018-07-15 17:34:50,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 17:34:50,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3c606139-356c-4996-9f18-37ae855e663a", "email": null, "name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3"}}' 2018-07-15 17:34:50,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98770610-c1cc-4498-83a7-6a330cfd5601 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": {"self": "http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7db5f5965614c45ac5f9192c7e32fa2", "domain_id": "default", "password_expires_at": null}} 2018-07-15 17:34:50,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-98770610-c1cc-4498-83a7-6a330cfd5601 2018-07-15 17:34:50,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.608897924423s 2018-07-15 17:34:50,681 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-98770610-c1cc-4498-83a7-6a330cfd5601 2018-07-15 17:34:50,682 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd7db5f5965614c45ac5f9192c7e32fa2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3'}) 2018-07-15 17:34:50,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:34:50,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:50,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2d09ef-eeb2-4572-adac-1eed9ec0524e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:34:50,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ad2d09ef-eeb2-4572-adac-1eed9ec0524e 2018-07-15 17:34:50,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.167372941971s 2018-07-15 17:34:50,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ad2d09ef-eeb2-4572-adac-1eed9ec0524e 2018-07-15 17:34:50,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:34:50,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:50,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bad3d31-b15b-456a-9e66-5f4f93ebbd16 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:34:50,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8bad3d31-b15b-456a-9e66-5f4f93ebbd16 2018-07-15 17:34:50,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105384111404s 2018-07-15 17:34:50,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8bad3d31-b15b-456a-9e66-5f4f93ebbd16 2018-07-15 17:34:50,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:34:50,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e81738-7bee-4c42-8721-2fcec8fd9078 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:34:51,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-26e81738-7bee-4c42-8721-2fcec8fd9078 2018-07-15 17:34:51,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182453870773s 2018-07-15 17:34:51,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-26e81738-7bee-4c42-8721-2fcec8fd9078 2018-07-15 17:34:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:34:51,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d955cd76-c09a-4c31-85e4-90d3add81420 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 17:34:51,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d955cd76-c09a-4c31-85e4-90d3add81420 2018-07-15 17:34:51,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0983629226685s 2018-07-15 17:34:51,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d955cd76-c09a-4c31-85e4-90d3add81420 2018-07-15 17:34:51,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:34:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31dda56a-8f8a-4c1e-b32c-019d34963079 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": {"self": "http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7db5f5965614c45ac5f9192c7e32fa2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:34:51,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-31dda56a-8f8a-4c1e-b32c-019d34963079 2018-07-15 17:34:51,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124391794205s 2018-07-15 17:34:51,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-31dda56a-8f8a-4c1e-b32c-019d34963079 2018-07-15 17:34:51,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:34:51,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c540ed-df8f-4115-9033-c371e481070b Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, "tags": [], "enabled": true, "id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3"}]} 2018-07-15 17:34:51,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c5c540ed-df8f-4115-9033-c371e481070b 2018-07-15 17:34:51,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106669902802s 2018-07-15 17:34:51,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c5c540ed-df8f-4115-9033-c371e481070b 2018-07-15 17:34:51,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 17:34:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=d7db5f5965614c45ac5f9192c7e32fa2&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=d11eb8dba36b4f4a8d75dd5e8c1a8f35" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d962df69-ce63-48d7-8586-44b4eebb6ebd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=d7db5f5965614c45ac5f9192c7e32fa2&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=d11eb8dba36b4f4a8d75dd5e8c1a8f35", "previous": null, "next": null}} 2018-07-15 17:34:51,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d7db5f5965614c45ac5f9192c7e32fa2&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=d11eb8dba36b4f4a8d75dd5e8c1a8f35 used request id req-d962df69-ce63-48d7-8586-44b4eebb6ebd 2018-07-15 17:34:51,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105802059174s 2018-07-15 17:34:51,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d7db5f5965614c45ac5f9192c7e32fa2&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=d11eb8dba36b4f4a8d75dd5e8c1a8f35 used request id req-d962df69-ce63-48d7-8586-44b4eebb6ebd 2018-07-15 17:34:51,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 17:34:51,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35/users/d7db5f5965614c45ac5f9192c7e32fa2/roles/4ef7d250dc244aad969eca36d295de97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:34:51,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d812f2d-c199-4a8b-bca1-d0d019413ffe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:34:51,812 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35/users/d7db5f5965614c45ac5f9192c7e32fa2/roles/4ef7d250dc244aad969eca36d295de97 used request id req-0d812f2d-c199-4a8b-bca1-d0d019413ffe 2018-07-15 17:34:51,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.197551965714s 2018-07-15 17:34:51,813 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35/users/d7db5f5965614c45ac5f9192c7e32fa2/roles/4ef7d250dc244aad969eca36d295de97 used request id req-0d812f2d-c199-4a8b-bca1-d0d019413ffe 2018-07-15 17:34:51,814 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3', 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'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '3c606139-356c-4996-9f18-37ae855e663a', 'username': u'vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:34:51,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:34:51,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:34:51,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:34:51,819 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3', 'password': '3c606139-356c-4996-9f18-37ae855e663a', 'project_name': 'vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd11eb8dba36b4f4a8d75dd5e8c1a8f35', 'project_domain_name': 'Default'} 2018-07-15 17:34:51,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:34:51,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd56c4e2-5631-478d-bb94-f3aec8c28604 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:34:51,827 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-fd56c4e2-5631-478d-bb94-f3aec8c28604 2018-07-15 17:34:51,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:34:52,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:34:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "name": "vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/d11eb8dba36b4f4a8d75dd5e8c1a8f35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3", "id": "d7db5f5965614c45ac5f9192c7e32fa2"}, "audit_ids": ["20OZebQIQjmmd9Kysf36BQ"], "issued_at": "2018-07-15T17:34:52.000000Z"}} 2018-07-15 17:34:52,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:34:52,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"network": {"name": "vmready2-net_b7ed7473-cb2a-444e-8483-e0d121eefff3", "admin_state_up": true}}' 2018-07-15 17:34:53,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-f574699c-1913-4fe9-9a2c-6463bdab2fbd Date: Sun, 15 Jul 2018 17:34:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:52Z","is_default":false,"name":"vmready2-net_b7ed7473-cb2a-444e-8483-e0d121eefff3","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","created_at":"2018-07-15T17:34:52Z","mtu":1450}} 2018-07-15 17:34:53,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f574699c-1913-4fe9-9a2c-6463bdab2fbd 2018-07-15 17:34:53,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.775371074677s 2018-07-15 17:34:53,001 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f574699c-1913-4fe9-9a2c-6463bdab2fbd 2018-07-15 17:34:53,001 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:34:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_b7ed7473-cb2a-444e-8483-e0d121eefff3', u'admin_state_up': True, u'tenant_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'created_at': u'2018-07-15T17:34:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'l2_adjacency': True}) 2018-07-15 17:34:53,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:34:53,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:34:54,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-772cc23f-3edd-4dea-9b0c-1110c4865b49 Date: Sun, 15 Jul 2018 17:34:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:34:52Z","qos_policy_id":null,"name":"vmready2-net_b7ed7473-cb2a-444e-8483-e0d121eefff3","admin_state_up":true,"tenant_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","created_at":"2018-07-15T17:34:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:34:54,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-772cc23f-3edd-4dea-9b0c-1110c4865b49 2018-07-15 17:34:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05765008926s 2018-07-15 17:34:54,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-772cc23f-3edd-4dea-9b0c-1110c4865b49 2018-07-15 17:34:54,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:34:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"subnet": {"name": "vmready2-subnet_b7ed7473-cb2a-444e-8483-e0d121eefff3", "enable_dhcp": true, "network_id": "512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:34:54,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cdf3468f-94df-4e3d-aae4-01487e365f01 Date: Sun, 15 Jul 2018 17:34:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1","tenant_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","created_at":"2018-07-15T17:34:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:34:54Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","id":"448f4d7d-a646-4954-bb94-202224c250a1","subnetpool_id":null,"name":"vmready2-subnet_b7ed7473-cb2a-444e-8483-e0d121eefff3"}} 2018-07-15 17:34:54,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cdf3468f-94df-4e3d-aae4-01487e365f01 2018-07-15 17:34:54,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.920603990555s 2018-07-15 17:34:54,983 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cdf3468f-94df-4e3d-aae4-01487e365f01 2018-07-15 17:34:54,983 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:34:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'448f4d7d-a646-4954-bb94-202224c250a1', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_b7ed7473-cb2a-444e-8483-e0d121eefff3', u'enable_dhcp': True, u'network_id': u'512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1', u'tenant_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'created_at': u'2018-07-15T17:34:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35'}) 2018-07-15 17:34:54,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:34:54,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "vmready2-router_b7ed7473-cb2a-444e-8483-e0d121eefff3", "admin_state_up": true}}' 2018-07-15 17:35:02,374 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-68259e08-ee98-4038-a612-7f194b8c875a Date: Sun, 15 Jul 2018 17:35:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "created_at": "2018-07-15T17:34:56Z", "admin_state_up": true, "updated_at": "2018-07-15T17:34:57Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "81610915-1689-4c1e-87b0-5b5f6401fd81", "name": "vmready2-router_b7ed7473-cb2a-444e-8483-e0d121eefff3"}} 2018-07-15 17:35:02,375 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-68259e08-ee98-4038-a612-7f194b8c875a 2018-07-15 17:35:02,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.39074516296s 2018-07-15 17:35:02,375 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-68259e08-ee98-4038-a612-7f194b8c875a 2018-07-15 17:35:02,376 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:34:57Z', u'revision_number': 3, u'id': u'81610915-1689-4c1e-87b0-5b5f6401fd81', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_b7ed7473-cb2a-444e-8483-e0d121eefff3', u'admin_state_up': True, u'tenant_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'created_at': u'2018-07-15T17:34:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35'}) 2018-07-15 17:35:02,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:35:02,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"subnet_id": "448f4d7d-a646-4954-bb94-202224c250a1"}' 2018-07-15 17:35:06,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e38dac33-0623-4333-9044-27de0b32dcc2 Date: Sun, 15 Jul 2018 17:35:06 GMT RESP BODY: {"network_id": "512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "subnet_id": "448f4d7d-a646-4954-bb94-202224c250a1", "subnet_ids": ["448f4d7d-a646-4954-bb94-202224c250a1"], "port_id": "e0613de4-24d2-47ed-833f-011bda760ee8", "id": "81610915-1689-4c1e-87b0-5b5f6401fd81"} 2018-07-15 17:35:06,858 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/add_router_interface.json used request id req-e38dac33-0623-4333-9044-27de0b32dcc2 2018-07-15 17:35:06,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 4.4818110466s 2018-07-15 17:35:06,858 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/add_router_interface.json used request id req-e38dac33-0623-4333-9044-27de0b32dcc2 returning object 81610915-1689-4c1e-87b0-5b5f6401fd81 2018-07-15 17:35:06,859 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 17:35:06,991 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 17:35:06,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:35:06,997 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 17:35:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 17:35:07,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:35:07,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:07,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c62362eb-62aa-4738-924b-8444bea48a9a Date: Sun, 15 Jul 2018 17:35:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:35:07,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c62362eb-62aa-4738-924b-8444bea48a9a 2018-07-15 17:35:07,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.717037916183s 2018-07-15 17:35:07,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c62362eb-62aa-4738-924b-8444bea48a9a 2018-07-15 17:35:07,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 17:35:07,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3"}' 2018-07-15 17:35:08,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-00833478-b09b-40cb-9ada-904810fdae4c Date: Sun, 15 Jul 2018 17:35:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file", "owner": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "97c75513-655a-4bb5-b662-bf576b4b3069", "size": null, "self": "/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:35:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3", "checksum": null, "created_at": "2018-07-15T17:35:08Z", "protected": false} 2018-07-15 17:35:08,696 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-00833478-b09b-40cb-9ada-904810fdae4c 2018-07-15 17:35:08,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.96887588501s 2018-07-15 17:35:08,697 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-00833478-b09b-40cb-9ada-904810fdae4c returning object 97c75513-655a-4bb5-b662-bf576b4b3069 2018-07-15 17:35:08,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 17:35:08,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '' 2018-07-15 17:35:10,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6b351ff2-a0cd-4ea9-bb33-c7296aaa912c Date: Sun, 15 Jul 2018 17:35:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:35:10,630 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file used request id req-6b351ff2-a0cd-4ea9-bb33-c7296aaa912c 2018-07-15 17:35:10,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.93245410919s 2018-07-15 17:35:10,630 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file used request id req-6b351ff2-a0cd-4ea9-bb33-c7296aaa912c 2018-07-15 17:35:10,630 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T17:35:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file', u'owner': u'd11eb8dba36b4f4a8d75dd5e8c1a8f35', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'97c75513-655a-4bb5-b662-bf576b4b3069', u'size': None, u'name': u'vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3', u'checksum': None, u'self': u'/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T17:35:08Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 17:35:10,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 17:35:10,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_b7ed7473-cb2a-444e-8483-e0d121eefff3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 17:35:11,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-785a3594-4a9f-43b8-ba6e-ebaa9a33ae6f x-compute-request-id: req-785a3594-4a9f-43b8-ba6e-ebaa9a33ae6f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e9700704-8445-428e-94d5-d83ead98f6a8", "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": "e9700704-8445-428e-94d5-d83ead98f6a8"}} 2018-07-15 17:35:11,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-785a3594-4a9f-43b8-ba6e-ebaa9a33ae6f 2018-07-15 17:35:11,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.765476942062s 2018-07-15 17:35:11,397 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-785a3594-4a9f-43b8-ba6e-ebaa9a33ae6f 2018-07-15 17:35:11,398 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_b7ed7473-cb2a-444e-8483-e0d121eefff3', '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'97e7225fef894b79ba0ec19c9485f90a', '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'e9700704-8445-428e-94d5-d83ead98f6a8', 'swap': 0}) 2018-07-15 17:35:11,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 17:35:11,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" -d '{"extra_specs": {}}' 2018-07-15 17:35:11,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e87b667f-2f86-4d1f-acfc-9c3ad7b60fbb x-compute-request-id: req-e87b667f-2f86-4d1f-acfc-9c3ad7b60fbb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 17:35:11,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8/os-extra_specs used request id req-e87b667f-2f86-4d1f-acfc-9c3ad7b60fbb 2018-07-15 17:35:11,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.132525920868s 2018-07-15 17:35:11,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8/os-extra_specs used request id req-e87b667f-2f86-4d1f-acfc-9c3ad7b60fbb 2018-07-15 17:35:11,646 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:35:11,646 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 17:35:11,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:35:11,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" -d '{"subnet_id": "448f4d7d-a646-4954-bb94-202224c250a1"}' 2018-07-15 17:35:14,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-27d0e79a-018f-4926-a020-0373a1761437 Date: Sun, 15 Jul 2018 17:35:14 GMT RESP BODY: {"network_id": "512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "subnet_id": "448f4d7d-a646-4954-bb94-202224c250a1", "subnet_ids": ["448f4d7d-a646-4954-bb94-202224c250a1"], "port_id": "e0613de4-24d2-47ed-833f-011bda760ee8", "id": "81610915-1689-4c1e-87b0-5b5f6401fd81"} 2018-07-15 17:35:14,068 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/remove_router_interface.json used request id req-27d0e79a-018f-4926-a020-0373a1761437 2018-07-15 17:35:14,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.41617202759s 2018-07-15 17:35:14,069 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81/remove_router_interface.json used request id req-27d0e79a-018f-4926-a020-0373a1761437 returning object 81610915-1689-4c1e-87b0-5b5f6401fd81 2018-07-15 17:35:14,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:35:14,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:15,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-9eca0442-e3fc-43ba-a767-6566379dfbc3 Date: Sun, 15 Jul 2018 17:35:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "created_at": "2018-07-15T17:34:56Z", "admin_state_up": true, "updated_at": "2018-07-15T17:35:12Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "81610915-1689-4c1e-87b0-5b5f6401fd81", "name": "vmready2-router_b7ed7473-cb2a-444e-8483-e0d121eefff3"}]} 2018-07-15 17:35:15,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9eca0442-e3fc-43ba-a767-6566379dfbc3 2018-07-15 17:35:15,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.19170188904s 2018-07-15 17:35:15,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9eca0442-e3fc-43ba-a767-6566379dfbc3 2018-07-15 17:35:15,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:35:15,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:19,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d49e658c-09df-454c-8ce1-1b5dd7817880 Content-Length: 0 Date: Sun, 15 Jul 2018 17:35:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:35:19,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81.json used request id req-d49e658c-09df-454c-8ce1-1b5dd7817880 2018-07-15 17:35:19,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.9290831089s 2018-07-15 17:35:19,195 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/81610915-1689-4c1e-87b0-5b5f6401fd81.json used request id req-d49e658c-09df-454c-8ce1-1b5dd7817880 2018-07-15 17:35:19,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:35:19,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:19,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-c72d95ae-a5ae-4616-a961-f2228c898bc4 Date: Sun, 15 Jul 2018 17:35:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1","tenant_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","created_at":"2018-07-15T17:34:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:34:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","id":"448f4d7d-a646-4954-bb94-202224c250a1","subnetpool_id":null,"name":"vmready2-subnet_b7ed7473-cb2a-444e-8483-e0d121eefff3"}]} 2018-07-15 17:35:19,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c72d95ae-a5ae-4616-a961-f2228c898bc4 2018-07-15 17:35:19,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.245483875275s 2018-07-15 17:35:19,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-c72d95ae-a5ae-4616-a961-f2228c898bc4 2018-07-15 17:35:19,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:35:19,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/448f4d7d-a646-4954-bb94-202224c250a1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:21,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f66a656b-2a7b-4bc8-99dd-836930ace26e Date: Sun, 15 Jul 2018 17:35:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:35:21,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/448f4d7d-a646-4954-bb94-202224c250a1.json used request id req-f66a656b-2a7b-4bc8-99dd-836930ace26e 2018-07-15 17:35:21,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.41461992264s 2018-07-15 17:35:21,858 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/448f4d7d-a646-4954-bb94-202224c250a1.json used request id req-f66a656b-2a7b-4bc8-99dd-836930ace26e 2018-07-15 17:35:21,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:35:21,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:21,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-d555f7ce-d297-4538-9d2a-96a13303ebcb Date: Sun, 15 Jul 2018 17:35:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:35:21Z","qos_policy_id":null,"name":"vmready2-net_b7ed7473-cb2a-444e-8483-e0d121eefff3","admin_state_up":true,"tenant_id":"d11eb8dba36b4f4a8d75dd5e8c1a8f35","created_at":"2018-07-15T17:34:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:35:21,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d555f7ce-d297-4538-9d2a-96a13303ebcb 2018-07-15 17:35:21,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116917133331s 2018-07-15 17:35:21,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d555f7ce-d297-4538-9d2a-96a13303ebcb 2018-07-15 17:35:21,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:35:21,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:23,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a37831e-5fd8-415e-a0b9-5519550793df Date: Sun, 15 Jul 2018 17:35:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:35:23,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1.json used request id req-9a37831e-5fd8-415e-a0b9-5519550793df 2018-07-15 17:35:23,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37223100662s 2018-07-15 17:35:23,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/512fdb99-e0e0-4bff-bb2b-f160fa3dbcc1.json used request id req-9a37831e-5fd8-415e-a0b9-5519550793df 2018-07-15 17:35:23,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:35:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:24,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-56ca4933-fc87-41c4-a187-f15f152a6c28 Date: Sun, 15 Jul 2018 17:35:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/97c75513-655a-4bb5-b662-bf576b4b3069/snap", "metadata": {}}], "file": "/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069/file", "owner": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "97c75513-655a-4bb5-b662-bf576b4b3069", "size": 12716032, "self": "/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/97c75513-655a-4bb5-b662-bf576b4b3069/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:35:10Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_b7ed7473-cb2a-444e-8483-e0d121eefff3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:35:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:35:24,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-56ca4933-fc87-41c4-a187-f15f152a6c28 2018-07-15 17:35:24,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705370903015s 2018-07-15 17:35:24,059 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-56ca4933-fc87-41c4-a187-f15f152a6c28 2018-07-15 17:35:24,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 17:35:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ced19f348b52795e952e09636f3cf1bc14adadcb" 2018-07-15 17:35:24,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-704ca6a3-aae6-4b64-a6b8-7fe617ee420b Date: Sun, 15 Jul 2018 17:35:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:35:24,618 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069 used request id req-704ca6a3-aae6-4b64-a6b8-7fe617ee420b 2018-07-15 17:35:24,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.557024002075s 2018-07-15 17:35:24,619 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/97c75513-655a-4bb5-b662-bf576b4b3069 used request id req-704ca6a3-aae6-4b64-a6b8-7fe617ee420b 2018-07-15 17:35:24,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:35:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:24,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-be04afb6-44dc-43ad-aa3d-9f2d71895066 x-compute-request-id: req-be04afb6-44dc-43ad-aa3d-9f2d71895066 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/e9700704-8445-428e-94d5-d83ead98f6a8", "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": "e9700704-8445-428e-94d5-d83ead98f6a8"}]} 2018-07-15 17:35:24,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-be04afb6-44dc-43ad-aa3d-9f2d71895066 2018-07-15 17:35:24,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0294189453125s 2018-07-15 17:35:24,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-be04afb6-44dc-43ad-aa3d-9f2d71895066 2018-07-15 17:35:24,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 17:35:24,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:24,695 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:35: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-962c3687-a132-423f-9fc8-f4587b181850 x-compute-request-id: req-962c3687-a132-423f-9fc8-f4587b181850 Content-Length: 0 Content-Type: application/json 2018-07-15 17:35:24,695 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8 used request id req-962c3687-a132-423f-9fc8-f4587b181850 2018-07-15 17:35:24,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0440459251404s 2018-07-15 17:35:24,695 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/e9700704-8445-428e-94d5-d83ead98f6a8 used request id req-962c3687-a132-423f-9fc8-f4587b181850 2018-07-15 17:35:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:35:24,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:24,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83ec7c2-a4f6-4df5-8696-db78e50b9af4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": {"self": "http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d7db5f5965614c45ac5f9192c7e32fa2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:35:24,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f83ec7c2-a4f6-4df5-8696-db78e50b9af4 2018-07-15 17:35:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134267091751s 2018-07-15 17:35:24,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f83ec7c2-a4f6-4df5-8696-db78e50b9af4 2018-07-15 17:35:24,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:35:24,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:24,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280449f8-b8f6-4faf-96f0-a98449c37a4d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_b7ed7473-cb2a-444e-8483-e0d121eefff3", "links": {"self": "http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d7db5f5965614c45ac5f9192c7e32fa2", "description": null}} 2018-07-15 17:35:24,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 used request id req-280449f8-b8f6-4faf-96f0-a98449c37a4d 2018-07-15 17:35:24,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117117881775s 2018-07-15 17:35:24,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 used request id req-280449f8-b8f6-4faf-96f0-a98449c37a4d 2018-07-15 17:35:24,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 17:35:24,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:25,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecd21a28-1ac6-464f-a092-86b8e0bb1791 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:35:25,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 used request id req-ecd21a28-1ac6-464f-a092-86b8e0bb1791 2018-07-15 17:35:25,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.258167982101s 2018-07-15 17:35:25,213 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/d7db5f5965614c45ac5f9192c7e32fa2 used request id req-ecd21a28-1ac6-464f-a092-86b8e0bb1791 2018-07-15 17:35:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:35:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:25,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33c967a1-f6b5-4d31-a5c2-ba7aa8ba207f Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, "tags": [], "enabled": true, "id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_b7ed7473-cb2a-444e-8483-e0d121eefff3"}]} 2018-07-15 17:35:25,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-33c967a1-f6b5-4d31-a5c2-ba7aa8ba207f 2018-07-15 17:35:25,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108945846558s 2018-07-15 17:35:25,328 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-33c967a1-f6b5-4d31-a5c2-ba7aa8ba207f 2018-07-15 17:35:25,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 17:35:25,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}06fb7781f0b6edfb4db584bc359eedc596a36efa" 2018-07-15 17:35:25,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83344413-0587-4c38-9008-a14ecac8ba4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:35:25,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35 used request id req-83344413-0587-4c38-9008-a14ecac8ba4f 2018-07-15 17:35:25,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.22626209259s 2018-07-15 17:35:25,559 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d11eb8dba36b4f4a8d75dd5e8c1a8f35 used request id req-83344413-0587-4c38-9008-a14ecac8ba4f 2018-07-15 17:35:25,559 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-15 17:35:25,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:35:25,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:35:25,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:35:25,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:35:25,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:35:25,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:35:25,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:35:25,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:35:25,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:35:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:35:25,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a12a2f5-ee74-4921-8f68-5b47d3c7de74 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:35:25,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6a12a2f5-ee74-4921-8f68-5b47d3c7de74 2018-07-15 17:35:25,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:35:26,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["D0t0jtLiRbSTfAWgOIGctg"], "issued_at": "2018-07-15T17:35:26.000000Z"}} 2018-07-15 17:35:26,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:35:26,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:26,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-abf1e34d-1068-4857-b51a-7bc6ff21469f Date: Sun, 15 Jul 2018 17:35:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:35:26,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abf1e34d-1068-4857-b51a-7bc6ff21469f 2018-07-15 17:35:26,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276144981384s 2018-07-15 17:35:26,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abf1e34d-1068-4857-b51a-7bc6ff21469f 2018-07-15 17:35:26,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:35:26,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"network": {"name": "singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "admin_state_up": true}}' 2018-07-15 17:35:26,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b345b1a5-42bd-4a22-8b12-95d8cdb22108 Date: Sun, 15 Jul 2018 17:35:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:35:26Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","mtu":1450}} 2018-07-15 17:35:26,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b345b1a5-42bd-4a22-8b12-95d8cdb22108 2018-07-15 17:35:26,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.484977006912s 2018-07-15 17:35:26,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b345b1a5-42bd-4a22-8b12-95d8cdb22108 2018-07-15 17:35:26,833 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:35:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'276015a6-a12d-4cff-b6c2-22ed8ef4051d', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13', u'created_at': u'2018-07-15T17:35:26Z', u'mtu': 1450, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a', u'l2_adjacency': True}) 2018-07-15 17:35:26,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:35:26,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:27,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-a78c5c68-8e29-4585-8f6d-66901a8caad8 Date: Sun, 15 Jul 2018 17:35:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:35:26Z","qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:35:27,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a78c5c68-8e29-4585-8f6d-66901a8caad8 2018-07-15 17:35:27,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263221979141s 2018-07-15 17:35:27,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a78c5c68-8e29-4585-8f6d-66901a8caad8 2018-07-15 17:35:27,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:35:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"subnet": {"name": "singlevm1-subnet_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "enable_dhcp": true, "network_id": "276015a6-a12d-4cff-b6c2-22ed8ef4051d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:35:27,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ef2f4f16-158b-4c10-a999-ca0a143a859a Date: Sun, 15 Jul 2018 17:35:27 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-15T17:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_e5da3bc1-f677-4dc9-b383-e64ff4528d13","enable_dhcp":true,"segment_id":null,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:27Z","ip_version":4}} 2018-07-15 17:35:27,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ef2f4f16-158b-4c10-a999-ca0a143a859a 2018-07-15 17:35:27,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.703150987625s 2018-07-15 17:35:27,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ef2f4f16-158b-4c10-a999-ca0a143a859a 2018-07-15 17:35:27,803 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:35:27Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'49d027f6-cece-44ba-9ec7-80d6c10a000a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_e5da3bc1-f677-4dc9-b383-e64ff4528d13', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'276015a6-a12d-4cff-b6c2-22ed8ef4051d', u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:35:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:35:27,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:35:27,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "singlevm1-router_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "admin_state_up": true}}' 2018-07-15 17:35:34,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-f1fb466c-fa39-4431-85d3-57685dd44929 Date: Sun, 15 Jul 2018 17:35:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:29Z", "admin_state_up": true, "updated_at": "2018-07-15T17:35:30Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "c7af4d66-4b0f-434d-9786-078f42bcd73c", "name": "singlevm1-router_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}} 2018-07-15 17:35:34,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f1fb466c-fa39-4431-85d3-57685dd44929 2018-07-15 17:35:34,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.11678791046s 2018-07-15 17:35:34,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f1fb466c-fa39-4431-85d3-57685dd44929 2018-07-15 17:35:34,921 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:35:30Z', u'revision_number': 3, u'ha': True, u'id': u'c7af4d66-4b0f-434d-9786-078f42bcd73c', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_e5da3bc1-f677-4dc9-b383-e64ff4528d13', u'admin_state_up': True, u'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', u'created_at': u'2018-07-15T17:35:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'97e7225fef894b79ba0ec19c9485f90a'}) 2018-07-15 17:35:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:35:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"subnet_id": "49d027f6-cece-44ba-9ec7-80d6c10a000a"}' 2018-07-15 17:35:37,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b2bd0ab8-ca65-426e-90c8-7733a044b781 Date: Sun, 15 Jul 2018 17:35:37 GMT RESP BODY: {"network_id": "276015a6-a12d-4cff-b6c2-22ed8ef4051d", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "49d027f6-cece-44ba-9ec7-80d6c10a000a", "subnet_ids": ["49d027f6-cece-44ba-9ec7-80d6c10a000a"], "port_id": "3f971f69-f467-45fc-9d65-74232641513f", "id": "c7af4d66-4b0f-434d-9786-078f42bcd73c"} 2018-07-15 17:35:37,511 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/add_router_interface.json used request id req-b2bd0ab8-ca65-426e-90c8-7733a044b781 2018-07-15 17:35:37,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.58924603462s 2018-07-15 17:35:37,512 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/add_router_interface.json used request id req-b2bd0ab8-ca65-426e-90c8-7733a044b781 returning object c7af4d66-4b0f-434d-9786-078f42bcd73c 2018-07-15 17:35:37,512 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 17:35:37,644 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 17:35:37,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:35:37,652 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 17:35:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 17:35:37,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:35:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:37,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-04ec8288-ec41-43b0-845f-219b85397792 Date: Sun, 15 Jul 2018 17:35:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:35:37,894 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-04ec8288-ec41-43b0-845f-219b85397792 2018-07-15 17:35:37,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.236311912537s 2018-07-15 17:35:37,894 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-04ec8288-ec41-43b0-845f-219b85397792 2018-07-15 17:35:37,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 17:35:37,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}' 2018-07-15 17:35:38,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8d413cce-7697-48ee-9ced-3b735fca013d Date: Sun, 15 Jul 2018 17:35:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file", "owner": "97e7225fef894b79ba0ec19c9485f90a", "id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "size": null, "self": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:35:38Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "checksum": null, "created_at": "2018-07-15T17:35:38Z", "protected": false} 2018-07-15 17:35:38,721 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8d413cce-7697-48ee-9ced-3b735fca013d 2018-07-15 17:35:38,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.819364070892s 2018-07-15 17:35:38,721 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8d413cce-7697-48ee-9ced-3b735fca013d returning object 8dab9482-3fa6-443d-8a28-bb11d13b43cd 2018-07-15 17:35:38,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 17:35:38,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '' 2018-07-15 17:35:39,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da002dda-0100-4f41-b3a8-9e10e921af70 Date: Sun, 15 Jul 2018 17:35:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:35:39,616 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file used request id req-da002dda-0100-4f41-b3a8-9e10e921af70 2018-07-15 17:35:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.893712997437s 2018-07-15 17:35:39,616 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file used request id req-da002dda-0100-4f41-b3a8-9e10e921af70 2018-07-15 17:35:39,616 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T17:35:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file', u'owner': u'97e7225fef894b79ba0ec19c9485f90a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8dab9482-3fa6-443d-8a28-bb11d13b43cd', u'size': None, u'name': u'singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13', u'checksum': None, u'self': u'/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T17:35:38Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 17:35:39,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 17:35:39,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 17:35:39,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-a141c4fd-19a5-4a41-a623-1de79fb15cf2 x-compute-request-id: req-a141c4fd-19a5-4a41-a623-1de79fb15cf2 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "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": "d67c9784-1255-409a-a7b2-0c240dbfe7b6"}} 2018-07-15 17:35:39,903 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a141c4fd-19a5-4a41-a623-1de79fb15cf2 2018-07-15 17:35:39,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.285870075226s 2018-07-15 17:35:39,904 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a141c4fd-19a5-4a41-a623-1de79fb15cf2 2018-07-15 17:35:39,904 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_e5da3bc1-f677-4dc9-b383-e64ff4528d13', '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'97e7225fef894b79ba0ec19c9485f90a', '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'd67c9784-1255-409a-a7b2-0c240dbfe7b6', 'swap': 0}) 2018-07-15 17:35:39,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 17:35:39,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"extra_specs": {}}' 2018-07-15 17:35:40,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afa2d416-a714-44e4-9bfa-435309ef4a8c x-compute-request-id: req-afa2d416-a714-44e4-9bfa-435309ef4a8c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 17:35:40,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6/os-extra_specs used request id req-afa2d416-a714-44e4-9bfa-435309ef4a8c 2018-07-15 17:35:40,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.136980056763s 2018-07-15 17:35:40,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6/os-extra_specs used request id req-afa2d416-a714-44e4-9bfa-435309ef4a8c 2018-07-15 17:35:40,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 17:35:40,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"keypair": {"name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}}' 2018-07-15 17:35:40,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-58f9bc86-c796-49ef-8a13-353aecd7dafb x-compute-request-id: req-58f9bc86-c796-49ef-8a13-353aecd7dafb Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIqTx+WXgZXCJ+6AF0ER5GFWeFiI1HofkBAgG8beSg76Y5reNTX9Jdhs/PNZVp5MOd2pJ2ujCVkAGJhlCf7fO/rqb1cLTu0OFVkd4muJPx5iw3r9Q5KwRR7qP6gNrdHoTux4E9Kvr1JpQ+cdinbZ+MAlBUuXs3HZXZ3g5wPAaf05CsOdMLBJYNaQFKdvu08ckQaktWDDl0XxCRvV/JY/LSoHv7FChDHBx9mC5efnUvf7RgBotKFT8diEGG8AIrS1AF1yRnVeNHLcXZGlnUl9mOfUxAbxG/xPzZQPhqyD5Ol/aSf3K04LyYo+z8/Rx6kkDR2pAtZd5VIP2CD+4Ne2Uz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyKk8fll4GVwifugBdBEeRhVnhYiNR6H5AQIBvG3koO+mOa3j\nU1/SXYbPzzWVaeTDndqSdrowlZABiYZQn+3zv66m9XC07tDhVZHeJriT8eYsN6/U\nOSsEUe6j+oDa3R6E7seBPSr69SaUPnHYp22fjAJQVLl7Nx2V2d4OcDwGn9OQrDnT\nCwSWDWkBSnb7tPHJEGpLVgw5dF8Qkb1fyWPy0qB7+xQoQxwcfZguXn51L3+0YAaL\nShU/HYhBhvACK0tQBdckZ1XjRy3F2RpZ1JfZjn1MQG8Rv8T82UD4asg+Tpf2kn9y\ntOC8mKPs/P0cepJA0dqQLWXeVSD9gg/uDXtlMwIDAQABAoIBAQC1+Mv0ZVzF2skp\nv2q6AGAs/HJCJeDBqoDvSgua/ynMTSi4vBog3RAgYwaICjbyrlQ8DiCu7RDsQYkz\nV4w8TQW0ukWM5eYfgWwoNr147gC06aEF6z2RjpI/XyR0I3DYADpbdK+eciDeO1tK\n+eGZjI+Y3+xLuV2lUP45cugzHix/uTZmRcLS9ug3r9YVErqeDvrty9ph8sqLDG5z\n9drCV+AeEdIAYHHmirXZT71K3FDMC5iqdngmi217S+2HQDk+iGQUh+YfvMA9WYbC\n62ST7IsIUaEcf47iRcsDk6NN7wMTmugf+0qvHWG/03XMUTwnolNK6yRH5k6E/Zaj\nR7GHDu1BAoGBAP6fh3U0fvlLMZ3nqJzjvjpWLNbeSIiBCj51H7Ndd9zdjygGhdak\nvzBwUGeoYS+feC8MvvQyugA7G6TmInyNxzqPwvd2LavNP3O9RSvVcQD7uBCHxH97\nzFVqnF21NvK54tOmdfHCNZ0oIXR2KYiIPlLONFKT35jjnQJmGQCnnYyhAoGBAMm/\nAiAwEJE+FDKv7RZreLz/jQhp+cxdAixNWSLGPIc7l7EY1/cOYdSvLdN1aAlHhqiO\nF4e8QvtrV0YcCJHOY5LOW8UVkV5MVqLchJzKHm34hUem9/6k3fSpagzplP7HHebG\nPPcecI5aeOSQqy5tPa2dGzGJ9IMnYp4a4/4ynq1TAoGBAOkAizCR7W+rg6gACago\nMDeqDDZECxP/IaSuAWhdrAYNKady8J7O+7YT0UBKMUUnJQ/JFiTZFqSHcnCfuAdK\npnnMfJl/J6QDmoELPnUySMqhjnpyAzq1yvKPMK//2FyeBhewSFYHZpB93L96Md+i\n7YVQ9Uhr0T1TbKZ5T3/t4pqBAoGANYq01LgM3Y8dKyqXgHi7TWWBF3eQrRUOC5Xn\njxwPWlCNfJm8TzwI6LopLlKdbsEF0twLEKH9IN6nBdtQxumAcajEoDSOJPmbkJN3\numjF1Ke9L3v3myREJ7eChrTDLy7HF8UKzwbMFmuaZAak96hUUyw72FTliJ0+Rfmb\nAo6KoDMCgYB+madyma7Vc+JfnU21aC5TngK/8V1gsJPz1Voycq8+yvwbDWnYwUPB\nNEaCVTUNZ4m4k57ST95uzbngWtKm+ZeKW4wPRCeKyajz7P29+OAOLJvZ6x0+uCjf\nMfYZrYHsgMcC+l6DRrvRO34OxkElbHrJnYeBVlmbXCWh8JTn3sYIjQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "3b98893783314f13bc315f75cbfb57b2", "name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "fingerprint": "4a:2d:0c:3e:bf:34:9a:89:e6:8b:2a:4b:a6:ab:09:21"}} 2018-07-15 17:35:40,319 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-58f9bc86-c796-49ef-8a13-353aecd7dafb 2018-07-15 17:35:40,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.27628493309s 2018-07-15 17:35:40,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-58f9bc86-c796-49ef-8a13-353aecd7dafb 2018-07-15 17:35:40,320 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIqTx+WXgZXCJ+6AF0ER5GFWeFiI1HofkBAgG8beSg76Y5reNTX9Jdhs/PNZVp5MOd2pJ2ujCVkAGJhlCf7fO/rqb1cLTu0OFVkd4muJPx5iw3r9Q5KwRR7qP6gNrdHoTux4E9Kvr1JpQ+cdinbZ+MAlBUuXs3HZXZ3g5wPAaf05CsOdMLBJYNaQFKdvu08ckQaktWDDl0XxCRvV/JY/LSoHv7FChDHBx9mC5efnUvf7RgBotKFT8diEGG8AIrS1AF1yRnVeNHLcXZGlnUl9mOfUxAbxG/xPzZQPhqyD5Ol/aSf3K04LyYo+z8/Rx6kkDR2pAtZd5VIP2CD+4Ne2Uz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAyKk8fll4GVwifugBdBEeRhVnhYiNR6H5AQIBvG3koO+mOa3j\nU1/SXYbPzzWVaeTDndqSdrowlZABiYZQn+3zv66m9XC07tDhVZHeJriT8eYsN6/U\nOSsEUe6j+oDa3R6E7seBPSr69SaUPnHYp22fjAJQVLl7Nx2V2d4OcDwGn9OQrDnT\nCwSWDWkBSnb7tPHJEGpLVgw5dF8Qkb1fyWPy0qB7+xQoQxwcfZguXn51L3+0YAaL\nShU/HYhBhvACK0tQBdckZ1XjRy3F2RpZ1JfZjn1MQG8Rv8T82UD4asg+Tpf2kn9y\ntOC8mKPs/P0cepJA0dqQLWXeVSD9gg/uDXtlMwIDAQABAoIBAQC1+Mv0ZVzF2skp\nv2q6AGAs/HJCJeDBqoDvSgua/ynMTSi4vBog3RAgYwaICjbyrlQ8DiCu7RDsQYkz\nV4w8TQW0ukWM5eYfgWwoNr147gC06aEF6z2RjpI/XyR0I3DYADpbdK+eciDeO1tK\n+eGZjI+Y3+xLuV2lUP45cugzHix/uTZmRcLS9ug3r9YVErqeDvrty9ph8sqLDG5z\n9drCV+AeEdIAYHHmirXZT71K3FDMC5iqdngmi217S+2HQDk+iGQUh+YfvMA9WYbC\n62ST7IsIUaEcf47iRcsDk6NN7wMTmugf+0qvHWG/03XMUTwnolNK6yRH5k6E/Zaj\nR7GHDu1BAoGBAP6fh3U0fvlLMZ3nqJzjvjpWLNbeSIiBCj51H7Ndd9zdjygGhdak\nvzBwUGeoYS+feC8MvvQyugA7G6TmInyNxzqPwvd2LavNP3O9RSvVcQD7uBCHxH97\nzFVqnF21NvK54tOmdfHCNZ0oIXR2KYiIPlLONFKT35jjnQJmGQCnnYyhAoGBAMm/\nAiAwEJE+FDKv7RZreLz/jQhp+cxdAixNWSLGPIc7l7EY1/cOYdSvLdN1aAlHhqiO\nF4e8QvtrV0YcCJHOY5LOW8UVkV5MVqLchJzKHm34hUem9/6k3fSpagzplP7HHebG\nPPcecI5aeOSQqy5tPa2dGzGJ9IMnYp4a4/4ynq1TAoGBAOkAizCR7W+rg6gACago\nMDeqDDZECxP/IaSuAWhdrAYNKady8J7O+7YT0UBKMUUnJQ/JFiTZFqSHcnCfuAdK\npnnMfJl/J6QDmoELPnUySMqhjnpyAzq1yvKPMK//2FyeBhewSFYHZpB93L96Md+i\n7YVQ9Uhr0T1TbKZ5T3/t4pqBAoGANYq01LgM3Y8dKyqXgHi7TWWBF3eQrRUOC5Xn\njxwPWlCNfJm8TzwI6LopLlKdbsEF0twLEKH9IN6nBdtQxumAcajEoDSOJPmbkJN3\numjF1Ke9L3v3myREJ7eChrTDLy7HF8UKzwbMFmuaZAak96hUUyw72FTliJ0+Rfmb\nAo6KoDMCgYB+madyma7Vc+JfnU21aC5TngK/8V1gsJPz1Voycq8+yvwbDWnYwUPB\nNEaCVTUNZ4m4k57ST95uzbngWtKm+ZeKW4wPRCeKyajz7P29+OAOLJvZ6x0+uCjf\nMfYZrYHsgMcC+l6DRrvRO34OxkElbHrJnYeBVlmbXCWh8JTn3sYIjQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3b98893783314f13bc315f75cbfb57b2', 'name': u'singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13', 'created_at': '2018-07-15T17:35:40.320901', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97e7225fef894b79ba0ec19c9485f90a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4a:2d:0c:3e:bf:34:9a:89:e6:8b:2a:4b:a6:ab:09:21', 'type': 'ssh', 'id': u'singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13'}) 2018-07-15 17:35:40,321 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAyKk8fll4GVwifugBdBEeRhVnhYiNR6H5AQIBvG3koO+mOa3j U1/SXYbPzzWVaeTDndqSdrowlZABiYZQn+3zv66m9XC07tDhVZHeJriT8eYsN6/U OSsEUe6j+oDa3R6E7seBPSr69SaUPnHYp22fjAJQVLl7Nx2V2d4OcDwGn9OQrDnT CwSWDWkBSnb7tPHJEGpLVgw5dF8Qkb1fyWPy0qB7+xQoQxwcfZguXn51L3+0YAaL ShU/HYhBhvACK0tQBdckZ1XjRy3F2RpZ1JfZjn1MQG8Rv8T82UD4asg+Tpf2kn9y tOC8mKPs/P0cepJA0dqQLWXeVSD9gg/uDXtlMwIDAQABAoIBAQC1+Mv0ZVzF2skp v2q6AGAs/HJCJeDBqoDvSgua/ynMTSi4vBog3RAgYwaICjbyrlQ8DiCu7RDsQYkz V4w8TQW0ukWM5eYfgWwoNr147gC06aEF6z2RjpI/XyR0I3DYADpbdK+eciDeO1tK +eGZjI+Y3+xLuV2lUP45cugzHix/uTZmRcLS9ug3r9YVErqeDvrty9ph8sqLDG5z 9drCV+AeEdIAYHHmirXZT71K3FDMC5iqdngmi217S+2HQDk+iGQUh+YfvMA9WYbC 62ST7IsIUaEcf47iRcsDk6NN7wMTmugf+0qvHWG/03XMUTwnolNK6yRH5k6E/Zaj R7GHDu1BAoGBAP6fh3U0fvlLMZ3nqJzjvjpWLNbeSIiBCj51H7Ndd9zdjygGhdak vzBwUGeoYS+feC8MvvQyugA7G6TmInyNxzqPwvd2LavNP3O9RSvVcQD7uBCHxH97 zFVqnF21NvK54tOmdfHCNZ0oIXR2KYiIPlLONFKT35jjnQJmGQCnnYyhAoGBAMm/ AiAwEJE+FDKv7RZreLz/jQhp+cxdAixNWSLGPIc7l7EY1/cOYdSvLdN1aAlHhqiO F4e8QvtrV0YcCJHOY5LOW8UVkV5MVqLchJzKHm34hUem9/6k3fSpagzplP7HHebG PPcecI5aeOSQqy5tPa2dGzGJ9IMnYp4a4/4ynq1TAoGBAOkAizCR7W+rg6gACago MDeqDDZECxP/IaSuAWhdrAYNKady8J7O+7YT0UBKMUUnJQ/JFiTZFqSHcnCfuAdK pnnMfJl/J6QDmoELPnUySMqhjnpyAzq1yvKPMK//2FyeBhewSFYHZpB93L96Md+i 7YVQ9Uhr0T1TbKZ5T3/t4pqBAoGANYq01LgM3Y8dKyqXgHi7TWWBF3eQrRUOC5Xn jxwPWlCNfJm8TzwI6LopLlKdbsEF0twLEKH9IN6nBdtQxumAcajEoDSOJPmbkJN3 umjF1Ke9L3v3myREJ7eChrTDLy7HF8UKzwbMFmuaZAak96hUUyw72FTliJ0+Rfmb Ao6KoDMCgYB+madyma7Vc+JfnU21aC5TngK/8V1gsJPz1Voycq8+yvwbDWnYwUPB NEaCVTUNZ4m4k57ST95uzbngWtKm+ZeKW4wPRCeKyajz7P29+OAOLJvZ6x0+uCjf MfYZrYHsgMcC+l6DRrvRO34OxkElbHrJnYeBVlmbXCWh8JTn3sYIjQ== -----END RSA PRIVATE KEY----- 2018-07-15 17:35:40,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 17:35:40,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"security_group": {"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-15 17:35:40,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-00540396-c39d-48ff-9cf1-9db3c6530b27 Date: Sun, 15 Jul 2018 17:35:40 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:40Z", "updated_at": "2018-07-15T17:35:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "51ea1325-6398-40ff-a759-8fe184aeb77c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "7076f164-b349-4ac0-b3ed-b870df918f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 1, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}} 2018-07-15 17:35:40,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-00540396-c39d-48ff-9cf1-9db3c6530b27 2018-07-15 17:35:40,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.417027950287s 2018-07-15 17:35:40,741 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-00540396-c39d-48ff-9cf1-9db3c6530b27 2018-07-15 17:35:40,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:35:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:40,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-715c9331-ba8b-41f0-a9f2-cbefa7959a00 Date: Sun, 15 Jul 2018 17:35:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:40Z", "updated_at": "2018-07-15T17:35:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "51ea1325-6398-40ff-a759-8fe184aeb77c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "7076f164-b349-4ac0-b3ed-b870df918f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 1, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}, {"description": "Default security group", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:33:16Z", "updated_at": "2018-07-15T17:33:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "79295ddd-4571-44ff-9f3d-b6216e305fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "b1e92130-3398-4fec-a230-e6ddfc0ade17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "babbb37a-a31c-44f6-96c9-66332e8c6823", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "d375948f-bb9f-4e17-a56e-7dfeabe8a217", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 1, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1b12e95c-ad22-4765-9251-25817f4357ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "created_at": "2018-07-15T17:28:58Z", "updated_at": "2018-07-15T17:28:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "0c80e47f-cef2-4ce6-acfe-5d846ac78942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "35f1f24b-9734-4055-854f-d62e5c8e44ee", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "cfe8d98b-77f9-441c-af56-265cf075e0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "fc80c6c2-0471-484a-a814-ef0451c0eb9a", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}], "revision_number": 1, "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "created_at": "2018-07-15T17:33:51Z", "updated_at": "2018-07-15T17:33:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "0585c7a4-ae93-4800-9e05-48b49cee6666", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "3f25e044-bbc4-454b-85b2-a7193b1b972e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "401e008e-29ea-46ae-8f00-1ad266111af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "4053ea99-8852-48dc-85b0-d3e51aed544b", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}], "revision_number": 1, "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "created_at": "2018-07-15T17:34:52Z", "updated_at": "2018-07-15T17:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "56d9c467-7b48-434b-9ded-72119fc18e0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "a12aa4db-ebc6-4679-9e39-f3576b663160", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "e8563efc-64e1-4520-9a21-bd6a23c2b8df", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "ec6c2668-528b-4271-ab92-9ddd2968e126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}], "revision_number": 1, "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T17:33:20Z", "updated_at": "2018-07-15T17:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f233f9a-995f-4dcc-9dc1-1e01009f67a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f94dcf5-7e20-4753-abc7-a795420585f7", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "4dd6714a-2804-4033-9004-18edfb058bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "d0f0063b-0b8a-48c0-9612-3f02ca2a653b", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "name": "default"}]} 2018-07-15 17:35:40,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-715c9331-ba8b-41f0-a9f2-cbefa7959a00 2018-07-15 17:35:40,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0654788017273s 2018-07-15 17:35:40,812 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-715c9331-ba8b-41f0-a9f2-cbefa7959a00 2018-07-15 17:35:40,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:35:40,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -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": "1a4de001-5d00-4bdb-aeaa-7945257183d9"}}' 2018-07-15 17:35:41,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e3d4c6d0-3892-4b3d-98f6-86b8b55db9c5 Date: Sun, 15 Jul 2018 17:35: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-07-15T17:35:41Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "port_range_min": 22, "revision_number": 0, "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:41Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "cf316983-e74e-4c29-9eca-9e05cf6f21ed"}} 2018-07-15 17:35:41,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-e3d4c6d0-3892-4b3d-98f6-86b8b55db9c5 2018-07-15 17:35:41,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.38335108757s 2018-07-15 17:35:41,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-e3d4c6d0-3892-4b3d-98f6-86b8b55db9c5 2018-07-15 17:35:41,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:35:41,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:41,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-2577b5c7-8b3f-40a8-9b8a-de5949dd2e44 Date: Sun, 15 Jul 2018 17:35:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:40Z", "updated_at": "2018-07-15T17:35:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "51ea1325-6398-40ff-a759-8fe184aeb77c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "7076f164-b349-4ac0-b3ed-b870df918f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:35:41Z", "revision_number": 0, "id": "cf316983-e74e-4c29-9eca-9e05cf6f21ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:41Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 2, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}, {"description": "Default security group", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:33:16Z", "updated_at": "2018-07-15T17:33:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "79295ddd-4571-44ff-9f3d-b6216e305fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "b1e92130-3398-4fec-a230-e6ddfc0ade17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "babbb37a-a31c-44f6-96c9-66332e8c6823", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "d375948f-bb9f-4e17-a56e-7dfeabe8a217", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 1, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1b12e95c-ad22-4765-9251-25817f4357ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "created_at": "2018-07-15T17:28:58Z", "updated_at": "2018-07-15T17:28:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "0c80e47f-cef2-4ce6-acfe-5d846ac78942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "35f1f24b-9734-4055-854f-d62e5c8e44ee", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "cfe8d98b-77f9-441c-af56-265cf075e0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "fc80c6c2-0471-484a-a814-ef0451c0eb9a", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}], "revision_number": 1, "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "created_at": "2018-07-15T17:33:51Z", "updated_at": "2018-07-15T17:33:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "0585c7a4-ae93-4800-9e05-48b49cee6666", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "3f25e044-bbc4-454b-85b2-a7193b1b972e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "401e008e-29ea-46ae-8f00-1ad266111af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "4053ea99-8852-48dc-85b0-d3e51aed544b", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}], "revision_number": 1, "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "created_at": "2018-07-15T17:34:52Z", "updated_at": "2018-07-15T17:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "56d9c467-7b48-434b-9ded-72119fc18e0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "a12aa4db-ebc6-4679-9e39-f3576b663160", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "e8563efc-64e1-4520-9a21-bd6a23c2b8df", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "ec6c2668-528b-4271-ab92-9ddd2968e126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}], "revision_number": 1, "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T17:33:20Z", "updated_at": "2018-07-15T17:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f233f9a-995f-4dcc-9dc1-1e01009f67a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f94dcf5-7e20-4753-abc7-a795420585f7", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "4dd6714a-2804-4033-9004-18edfb058bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "d0f0063b-0b8a-48c0-9612-3f02ca2a653b", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "name": "default"}]} 2018-07-15 17:35:41,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-2577b5c7-8b3f-40a8-9b8a-de5949dd2e44 2018-07-15 17:35:41,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0849170684814s 2018-07-15 17:35:41,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-2577b5c7-8b3f-40a8-9b8a-de5949dd2e44 2018-07-15 17:35:41,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:35:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -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": "1a4de001-5d00-4bdb-aeaa-7945257183d9"}}' 2018-07-15 17:35:41,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c8ec23f3-042d-485e-89c7-cb408b66d5bc Date: Sun, 15 Jul 2018 17:35:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T17:35:41Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "port_range_min": null, "revision_number": 0, "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:41Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "8f3a0580-a7b3-47ae-9df9-9a252e852d39"}} 2018-07-15 17:35:41,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c8ec23f3-042d-485e-89c7-cb408b66d5bc 2018-07-15 17:35:41,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.439558982849s 2018-07-15 17:35:41,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c8ec23f3-042d-485e-89c7-cb408b66d5bc 2018-07-15 17:35:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:35:41,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:42,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-7da99e8f-2a13-4e62-ae34-78548c90c386 Date: Sun, 15 Jul 2018 17:35:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ea6bff1-c54a-4aee-92ef-45f8b6fa53f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["b1f6d0aa-57a3-4401-b2f8-5ec267c683cf"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:29Z","qos_policy_id":null,"name":"HA network tenant 97e7225fef894b79ba0ec19c9485f90a","admin_state_up":true,"tenant_id":"","created_at":"2018-07-15T17:35:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":["49d027f6-cece-44ba-9ec7-80d6c10a000a"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:27Z","qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:35:42,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7da99e8f-2a13-4e62-ae34-78548c90c386 2018-07-15 17:35:42,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.419486999512s 2018-07-15 17:35:42,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7da99e8f-2a13-4e62-ae34-78548c90c386 2018-07-15 17:35:42,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:35:42,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:42,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e4e55339-b3e6-469d-9460-28939eb9e67b Date: Sun, 15 Jul 2018 17:35:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/snap", "metadata": {}}], "file": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file", "owner": "97e7225fef894b79ba0ec19c9485f90a", "id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "size": 12716032, "self": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:35:39Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:35:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:35:42,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4e55339-b3e6-469d-9460-28939eb9e67b 2018-07-15 17:35:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.707879066467s 2018-07-15 17:35:42,868 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4e55339-b3e6-469d-9460-28939eb9e67b 2018-07-15 17:35:42,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:35:42,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:43,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-21ea2336-4d82-464f-8de6-96ed2c668fde x-compute-request-id: req-21ea2336-4d82-464f-8de6-96ed2c668fde Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "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": "d67c9784-1255-409a-a7b2-0c240dbfe7b6"}]} 2018-07-15 17:35:43,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-21ea2336-4d82-464f-8de6-96ed2c668fde 2018-07-15 17:35:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143446922302s 2018-07-15 17:35:43,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-21ea2336-4d82-464f-8de6-96ed2c668fde 2018-07-15 17:35:43,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 17:35:43,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"server": {"name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "imageRef": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "flavorRef": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "276015a6-a12d-4cff-b6c2-22ed8ef4051d"}], "security_groups": [{"name": "1a4de001-5d00-4bdb-aeaa-7945257183d9"}]}}' 2018-07-15 17:35:47,149 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:35: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-151143ea-1ff7-44e1-bd38-d20c5cc91354 x-compute-request-id: req-151143ea-1ff7-44e1-bd38-d20c5cc91354 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1a4de001-5d00-4bdb-aeaa-7945257183d9"}], "OS-DCF:diskConfig": "MANUAL", "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "adminPass": "sHuHoiW3ZoEh"}} 2018-07-15 17:35:47,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-151143ea-1ff7-44e1-bd38-d20c5cc91354 2018-07-15 17:35:47,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.13363409042s 2018-07-15 17:35:47,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-151143ea-1ff7-44e1-bd38-d20c5cc91354 2018-07-15 17:35:47,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:35:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:48,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28e382e0-0a1a-4a29-be13-be35ee4225da x-compute-request-id: req-28e382e0-0a1a-4a29-be13-be35ee4225da Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:35:47Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:35:48,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-28e382e0-0a1a-4a29-be13-be35ee4225da 2018-07-15 17:35:48,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07417917252s 2018-07-15 17:35:48,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-28e382e0-0a1a-4a29-be13-be35ee4225da 2018-07-15 17:35:48,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:35:48,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:48,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-3d39d759-5c7e-4835-b21c-79b89aff9804 Date: Sun, 15 Jul 2018 17:35:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ea6bff1-c54a-4aee-92ef-45f8b6fa53f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["b1f6d0aa-57a3-4401-b2f8-5ec267c683cf"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:29Z","qos_policy_id":null,"name":"HA network tenant 97e7225fef894b79ba0ec19c9485f90a","admin_state_up":true,"tenant_id":"","created_at":"2018-07-15T17:35:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":["49d027f6-cece-44ba-9ec7-80d6c10a000a"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:27Z","qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:35:48,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3d39d759-5c7e-4835-b21c-79b89aff9804 2018-07-15 17:35:48,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121681928635s 2018-07-15 17:35:48,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3d39d759-5c7e-4835-b21c-79b89aff9804 2018-07-15 17:35:48,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:35:48,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:48,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1917 X-Openstack-Request-Id: req-a4cc2c7c-3054-4f8f-99c0-1df7a5290b14 Date: Sun, 15 Jul 2018 17:35:48 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-15T17:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_e5da3bc1-f677-4dc9-b383-e64ff4528d13","enable_dhcp":true,"segment_id":null,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:27Z","ip_version":4},{"updated_at":"2018-07-15T17:29:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8678f063-cda6-431e-a1b1-ef1041eeb1a3","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:29:06Z","ip_version":4},{"updated_at":"2018-07-15T17:35:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b1f6d0aa-57a3-4401-b2f8-5ec267c683cf","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 97e7225fef894b79ba0ec19c9485f90a","enable_dhcp":false,"segment_id":null,"network_id":"1ea6bff1-c54a-4aee-92ef-45f8b6fa53f9","tenant_id":"","created_at":"2018-07-15T17:35:29Z","ip_version":4}]} 2018-07-15 17:35:48,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a4cc2c7c-3054-4f8f-99c0-1df7a5290b14 2018-07-15 17:35:48,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0635471343994s 2018-07-15 17:35:48,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a4cc2c7c-3054-4f8f-99c0-1df7a5290b14 2018-07-15 17:35:48,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:35:50,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:35:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:50,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-49baac9c-0fef-439a-b605-22f5f7fc4aa9 x-compute-request-id: req-49baac9c-0fef-439a-b605-22f5f7fc4aa9 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:35:50Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:35:50,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-49baac9c-0fef-439a-b605-22f5f7fc4aa9 2018-07-15 17:35:50,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350018978119s 2018-07-15 17:35:50,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-49baac9c-0fef-439a-b605-22f5f7fc4aa9 2018-07-15 17:35:50,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:35:52,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:35:52,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:54,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-eb99cfd1-6cdf-4f19-a8d1-34b113e7ba29 x-compute-request-id: req-eb99cfd1-6cdf-4f19-a8d1-34b113e7ba29 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "security_groups": [{"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}], "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:35:51Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:35:54,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb99cfd1-6cdf-4f19-a8d1-34b113e7ba29 2018-07-15 17:35:54,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3535220623s 2018-07-15 17:35:54,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb99cfd1-6cdf-4f19-a8d1-34b113e7ba29 2018-07-15 17:35:54,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:35:56,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:35:56,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:35:57,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-aaf8a2d2-ac42-4f31-9ce9-e5d0e8e605c5 x-compute-request-id: req-aaf8a2d2-ac42-4f31-9ce9-e5d0e8e605c5 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:92:29", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "security_groups": [{"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}], "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:35:51Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:35:57,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aaf8a2d2-ac42-4f31-9ce9-e5d0e8e605c5 2018-07-15 17:35:57,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.55852603912s 2018-07-15 17:35:57,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aaf8a2d2-ac42-4f31-9ce9-e5d0e8e605c5 2018-07-15 17:35:57,703 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:35:59,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:35:59,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:00,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:35: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-0296a952-f89d-4991-a1a7-41d4a5395c79 x-compute-request-id: req-0296a952-f89d-4991-a1a7-41d4a5395c79 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:92:29", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T17:35:59.000000", "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "security_groups": [{"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}], "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:35:59Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:00,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0296a952-f89d-4991-a1a7-41d4a5395c79 2018-07-15 17:36:00,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15141701698s 2018-07-15 17:36:00,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0296a952-f89d-4991-a1a7-41d4a5395c79 2018-07-15 17:36:00,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:36:00,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:00,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 989 X-Openstack-Request-Id: req-3e262d15-713c-44c5-8800-d930bf8044bf Date: Sun, 15 Jul 2018 17:36:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:35:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","ip_address":"192.168.0.6"}],"id":"377d10ff-db22-4786-ab6a-f0b025ca1107","security_groups":["1a4de001-5d00-4bdb-aeaa-7945257183d9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:92:29","project_id":"97e7225fef894b79ba0ec19c9485f90a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:51Z","binding:vnic_type":"normal","device_id":"db627fd4-fab0-4041-a08c-8bf5ba18d03a","ip_allocation":"immediate"}]} 2018-07-15 17:36:00,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-3e262d15-713c-44c5-8800-d930bf8044bf 2018-07-15 17:36:00,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.05064702034s 2018-07-15 17:36:00,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-3e262d15-713c-44c5-8800-d930bf8044bf 2018-07-15 17:36:00,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:36:00,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:00,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d5ccfcbb-a16c-4e61-a0c2-6b5729544599 Date: Sun, 15 Jul 2018 17:36:00 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:36:00,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107 used request id req-d5ccfcbb-a16c-4e61-a0c2-6b5729544599 2018-07-15 17:36:00,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0628972053528s 2018-07-15 17:36:00,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107 used request id req-d5ccfcbb-a16c-4e61-a0c2-6b5729544599 2018-07-15 17:36:00,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:00,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:01,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-f8ae7edc-2e9e-46e3-ba00-82aaedec8a49 x-compute-request-id: req-f8ae7edc-2e9e-46e3-ba00-82aaedec8a49 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:92:29", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T17:35:59.000000", "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "security_groups": [{"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}], "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:35:59Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:01,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f8ae7edc-2e9e-46e3-ba00-82aaedec8a49 2018-07-15 17:36:01,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769273996353s 2018-07-15 17:36:01,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f8ae7edc-2e9e-46e3-ba00-82aaedec8a49 2018-07-15 17:36:01,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:36:01,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:01,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 989 X-Openstack-Request-Id: req-7b19c960-dcf8-4253-aa57-30a612d771b1 Date: Sun, 15 Jul 2018 17:36:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:35:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","ip_address":"192.168.0.6"}],"id":"377d10ff-db22-4786-ab6a-f0b025ca1107","security_groups":["1a4de001-5d00-4bdb-aeaa-7945257183d9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:92:29","project_id":"97e7225fef894b79ba0ec19c9485f90a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:51Z","binding:vnic_type":"normal","device_id":"db627fd4-fab0-4041-a08c-8bf5ba18d03a","ip_allocation":"immediate"}]} 2018-07-15 17:36:01,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-7b19c960-dcf8-4253-aa57-30a612d771b1 2018-07-15 17:36:01,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.2420129776s 2018-07-15 17:36:01,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-7b19c960-dcf8-4253-aa57-30a612d771b1 2018-07-15 17:36:02,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:36:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:02,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e022b9bc-ef79-44e4-8ae1-e8323a06a3b5 Date: Sun, 15 Jul 2018 17:36:02 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:36:02,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107 used request id req-e022b9bc-ef79-44e4-8ae1-e8323a06a3b5 2018-07-15 17:36:02,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0583720207214s 2018-07-15 17:36:02,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=377d10ff-db22-4786-ab6a-f0b025ca1107 used request id req-e022b9bc-ef79-44e4-8ae1-e8323a06a3b5 2018-07-15 17:36:02,062 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0b:92:29', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8dab9482-3fa6-443d-8a28-bb11d13b43cd'}), 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-07-15T17:35:59.000000', 'flavor': Munch({u'id': u'd67c9784-1255-409a-a7b2-0c240dbfe7b6'}), 'az': u'nova', 'id': u'db627fd4-fab0-4041-a08c-8bf5ba18d03a', 'security_groups': [Munch({u'name': u'singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3b98893783314f13bc315f75cbfb57b2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97e7225fef894b79ba0ec19c9485f90a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T17:35:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T17:35:59Z', 'hostId': u'5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-07-15T17:35:59.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'97e7225fef894b79ba0ec19c9485f90a', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13', 'adminPass': None, 'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', 'created_at': u'2018-07-15T17:35:47Z', 'created': u'2018-07-15T17:35:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 17:36:02,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:02,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:03,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-2da6756b-0239-420f-852e-28c9ea99dc6c Date: Sun, 15 Jul 2018 17:36:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ea6bff1-c54a-4aee-92ef-45f8b6fa53f9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":95,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["b1f6d0aa-57a3-4401-b2f8-5ec267c683cf"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:29Z","qos_policy_id":null,"name":"HA network tenant 97e7225fef894b79ba0ec19c9485f90a","admin_state_up":true,"tenant_id":"","created_at":"2018-07-15T17:35:28Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":["49d027f6-cece-44ba-9ec7-80d6c10a000a"],"description":"","tags":[],"updated_at":"2018-07-15T17:35:27Z","qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:36:03,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2da6756b-0239-420f-852e-28c9ea99dc6c 2018-07-15 17:36:03,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04569101334s 2018-07-15 17:36:03,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2da6756b-0239-420f-852e-28c9ea99dc6c 2018-07-15 17:36:03,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:36:03,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:03,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 989 X-Openstack-Request-Id: req-f9b86eb4-8bac-4064-85d1-c8f0bd45b632 Date: Sun, 15 Jul 2018 17:36:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:35:58Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","ip_address":"192.168.0.6"}],"id":"377d10ff-db22-4786-ab6a-f0b025ca1107","security_groups":["1a4de001-5d00-4bdb-aeaa-7945257183d9"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:92:29","project_id":"97e7225fef894b79ba0ec19c9485f90a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:51Z","binding:vnic_type":"normal","device_id":"db627fd4-fab0-4041-a08c-8bf5ba18d03a","ip_allocation":"immediate"}]} 2018-07-15 17:36:03,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-f9b86eb4-8bac-4064-85d1-c8f0bd45b632 2018-07-15 17:36:03,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0467920303345s 2018-07-15 17:36:03,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-f9b86eb4-8bac-4064-85d1-c8f0bd45b632 2018-07-15 17:36:03,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 17:36:03,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"floatingip": {"floating_network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "fixed_ip_address": "192.168.0.6", "port_id": "377d10ff-db22-4786-ab6a-f0b025ca1107"}}' 2018-07-15 17:36:05,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-4a47cd18-3df2-4d47-9d1f-21db2435ef6b Date: Sun, 15 Jul 2018 17:36:05 GMT RESP BODY: {"floatingip": {"router_id": "c7af4d66-4b0f-434d-9786-078f42bcd73c", "status": "DOWN", "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:36:04Z", "updated_at": "2018-07-15T17:36:04Z", "floating_network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "276015a6-a12d-4cff-b6c2-22ed8ef4051d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:0b:92:29", "device_id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a"}, "fixed_ip_address": "192.168.0.6", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "port_id": "377d10ff-db22-4786-ab6a-f0b025ca1107", "id": "fb7e4bbe-604d-4215-a63a-56aa5dea151c", "qos_policy_id": null}} 2018-07-15 17:36:05,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4a47cd18-3df2-4d47-9d1f-21db2435ef6b 2018-07-15 17:36:05,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.57619380951s 2018-07-15 17:36:05,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4a47cd18-3df2-4d47-9d1f-21db2435ef6b 2018-07-15 17:36:05,742 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'c7af4d66-4b0f-434d-9786-078f42bcd73c', 'updated_at': u'2018-07-15T17:36:04Z', 'fixed_ip_address': u'192.168.0.6', 'floating_ip_address': u'172.30.9.203', 'revision_number': 0, 'port_id': u'377d10ff-db22-4786-ab6a-f0b025ca1107', 'id': u'fb7e4bbe-604d-4215-a63a-56aa5dea151c', 'network': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', 'port': u'377d10ff-db22-4786-ab6a-f0b025ca1107', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'97e7225fef894b79ba0ec19c9485f90a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'97e7225fef894b79ba0ec19c9485f90a', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'276015a6-a12d-4cff-b6c2-22ed8ef4051d', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:0b:92:29', u'device_id': u'db627fd4-fab0-4041-a08c-8bf5ba18d03a'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'97e7225fef894b79ba0ec19c9485f90a', 'created_at': u'2018-07-15T17:36:04Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'276015a6-a12d-4cff-b6c2-22ed8ef4051d', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:0b:92:29', u'device_id': u'db627fd4-fab0-4041-a08c-8bf5ba18d03a'}), 'router': u'c7af4d66-4b0f-434d-9786-078f42bcd73c'}) 2018-07-15 17:36:05,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 17:36:05,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 17:36:06,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-ace57624-5e3b-4876-be31-e978a2055d29 x-compute-request-id: req-ace57624-5e3b-4876-be31-e978a2055d29 Content-Encoding: gzip Content-Length: 9583 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 485796277 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.152892] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155033] pid_max: default: 32768 minimum: 301\n[ 0.156217] ACPI: Core revision 20150930\n[ 0.157763] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159147] Security Framework initialized\n[ 0.160030] Yama: becoming mindful.\n[ 0.160826] AppArmor: AppArmor initialized\n[ 0.161745] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163170] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164543] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165845] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167367] Initializing cgroup subsys io\n[ 0.168232] Initializing cgroup subsys memory\n[ 0.169133] Initializing cgroup subsys devices\n[ 0.170044] Initializing cgroup subsys freezer\n[ 0.170954] Initializing cgroup subsys net_cls\n[ 0.171868] Initializing cgroup subsys perf_event\n[ 0.172827] Initializing cgroup subsys net_prio\n[ 0.173750] Initializing cgroup subsys hugetlb\n[ 0.174658] Initializing cgroup subsys pids\n[ 0.175565] CPU: Physical Processor ID: 0\n[ 0.177101] mce: CPU supports 10 MCE banks\n[ 0.177986] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200259] ftrace: allocating 31920 entries in 125 pages\n[ 0.226375] smpboot: Max logical packages: 1\n[ 0.227623] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229560] x2apic enabled\n[ 0.230461] Switched APIC routing to physical x2apic.\n[ 0.232626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234277] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.237310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.239959] KVM setup paravirtual spinlock\n[ 0.241706] x86: Booted up 1 node, 1 CPUs\n[ 0.242867] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244847] devtmpfs: initialized\n[ 0.246838] evm: security.selinux\n[ 0.247801] evm: security.SMACK64\n[ 0.248794] evm: security.SMACK64EXEC\n[ 0.249896] evm: security.SMACK64TRANSMUTE\n[ 0.251019] evm: security.SMACK64MMAP\n[ 0.252110] evm: security.ima\n[ 0.253006] evm: security.capability\n[ 0.254136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256850] pinctrl core: initialized pinctrl subsystem\n[ 0.258418] RTC time: 17:35:59, date: 07/15/18\n[ 0.259800] NET: Registered protocol family 16\n[ 0.261200] cpuidle: using governor ladder\n[ 0.262381] cpuidle: using governor menu\n[ 0.263480] PCCT header not found.\n[ 0.264540] ACPI: bus type PCI registered\n[ 0.265724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267639] PCI: Using configuration type 1 for base access\n[ 0.270099] ACPI: Added _OSI(Module Device)\n[ 0.271116] ACPI: Added _OSI(Processor Device)\n[ 0.272131] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.273124] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.275063] ACPI: Interpreter enabled\n[ 0.275917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.280018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.282058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.284109] ACPI: (supports S0 S5)\n[ 0.284891] ACPI: Using IOAPIC for interrupt routing\n[ 0.285957] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.289290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.290560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291942] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.293276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295726] acpiphp: Slot [3] registered\n[ 0.296613] acpiphp: Slot [4] registered\n[ 0.297500] acpiphp: Slot [5] registered\n[ 0.298389] acpiphp: Slot [6] registered\n[ 0.299273] acpiphp: Slot [7] registered\n[ 0.300173] acpiphp: Slot [8] registered\n[ 0.301070] acpiphp: Slot [9] registered\n[ 0.301956] acpiphp: Slot [10] registered\n[ 0.302842] acpiphp: Slot [11] registered\n[ 0.303743] acpiphp: Slot [12] registered\n[ 0.304635] acpiphp: Slot [13] registered\n[ 0.305538] acpiphp: Slot [14] registered\n[ 0.306443] acpiphp: Slot [15] registered\n[ 0.317470] acpiphp: Slot [16] registered\n[ 0.318376] acpiphp: Slot [17] registered\n[ 0.319269] acpiphp: Slot [18] registered\n[ 0.320169] acpiphp: Slot [19] registered\n[ 0.321080] acpiphp: Slot [20] registered\n[ 0.321981] acpiphp: Slot [21] registered\n[ 0.322873] acpiphp: Slot [22] registered\n[ 0.323764] acpiphp: Slot [23] registered\n[ 0.324643] acpiphp: Slot [24] registered\n[ 0.325518] acpiphp: Slot [25] registered\n[ 0.326424] acpiphp: Slot [26] registered\n[ 0.327324] acpiphp: Slot [27] registered\n[ 0.328220] acpiphp: Slot [28] registered\n[ 0.329119] acpiphp: Slot [29] registered\n[ 0.330022] acpiphp: Slot [30] registered\n[ 0.330919] acpiphp: Slot [31] registered\n[ 0.331796] PCI host bridge to bus 0000:00\n[ 0.332677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334033] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.336941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.338517] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.340125] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343509] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.344912] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346216] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.347618] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353300] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.374478] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.376108] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.377661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.379192] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.380711] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.382097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.383517] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.384680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.386359] vgaarb: loaded\n[ 0.387005] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388330] SCSI subsystem initialized\n[ 0.389335] ACPI: bus type USB registered\n[ 0.390254] usbcore: registered new interface driver usbfs\n[ 0.391402] usbcore: registered new interface driver hub\n[ 0.392524] usbcore: registered new device driver usb\n[ 0.393756] PCI: Using ACPI for IRQ routing\n[ 0.394972] NetLabel: Initializing\n[ 0.395765] NetLabel: domain hash size = 128\n[ 0.396713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397785] NetLabel: unlabeled traffic allowed by default\n[ 0.399065] clocksource: Switched to clocksource kvm-clock\n[ 0.407416] AppArmor: AppArmor Filesystem Enabled\n[ 0.408488] pnp: PnP ACPI init\n[ 0.409509] pnp: PnP ACPI: found 5 devices\n[ 0.416030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.417938] NET: Registered protocol family 2\n[ 0.419095] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.420539] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.421881] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.423231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.424450] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.425752] NET: Registered protocol family 1\n[ 0.426724] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.427946] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.429151] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.443364] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.457664] Trying to unpack rootfs image as initramfs...\n[ 0.515105] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516961] Scanning for low memory corruption every 60 seconds\n[ 0.518448] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519759] audit: initializing netlink subsys (disabled)\n[ 0.520904] audit: type=2000 audit(1531676160.090:1): initialized\n[ 0.522377] Initialise system trusted keyring\n[ 0.523455] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.524763] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527023] zbud: loaded\n[ 0.527812] VFS: Disk quotas dquot_6.6.0\n[ 0.528723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530473] fuse init (API version 7.23)\n[ 0.531476] Key type big_key registered\n[ 0.532380] Allocating IMA MOK and blacklist keyrings.\n[ 0.533750] Key type asymmetric registered\n[ 0.534671] Asymmetric key parser 'x509' registered\n[ 0.535759] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.537415] io scheduler noop registered\n[ 0.538299] io scheduler deadline registered (default)\n[ 0.539414] io scheduler cfq registered\n[ 0.540357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541520] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544551] ACPI: Power Button [PWRF]\n[ 0.545490] GHES: HEST is not enabled!\n[ 0.559294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.589506] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.592916] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.616814] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.619454] Linux agpgart interface v0.103\n[ 0.622420] brd: module loaded\n[ 0.624242] loop: module loaded\n[ 0.629058] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630677] GPT:90111 != 2097151\n[ 0.631432] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632669] GPT:90111 != 2097151\n[ 0.633416] GPT: Use GNU Parted to correct GPT errors.\n[ 0.634506] vda: vda1 vda15\n[ 0.635990] scsi host0: ata_piix\n[ 0.636859] scsi host1: ata_piix\n[ 0.637652] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.639008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.640630] libphy: Fixed MDIO Bus: probed\n[ 0.641538] tun: Universal TUN/TAP device driver, 1.6\n[ 0.642599] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645197] PPP generic driver version 2.4.2\n[ 0.646258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647618] ehci-pci: EHCI PCI platform driver\n[ 0.648606] ehci-platform: EHCI generic platform driver\n[ 0.649715] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650992] ohci-pci: OHCI PCI platform driver\n[ 0.651974] ohci-platform: OHCI generic platform driver\n[ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.668309] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669936] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.672369] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673746] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675340] usb usb1: Product: UHCI Host Controller\n[ 0.676399] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677685] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678777] hub 1-0:1.0: USB hub found\n[ 0.679662] hub 1-0:1.0: 2 ports detected\n[ 0.680715] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683054] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.684124] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.685282] mousedev: PS/2 mouse device common for all mice\n[ 0.686816] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.688867] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690095] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.691420] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.692748] i2c /dev entries driver\n[ 0.693597] device-mapper: uevent: version 1.0.3\n[ 0.694676] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.696523] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698093] NET: Registered protocol family 10\n[ 0.699360] NET: Registered protocol family 17\n[ 0.700379] Key type dns_resolver registered\n[ 0.701490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702731] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704748] registered taskstats version 1\n[ 0.705692] Loading compiled-in X.509 certificates\n[ 0.707289] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709383] zswap: loaded using pool lzo/zbud\n[ 0.711176] Key type trusted registered\n[ 0.713096] Key type encrypted registered\n[ 0.714030] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715209] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716391] evm: HMAC attrs: 0x1\n[ 0.717460] Magic number: 10:964:592\n[ 0.718423] rtc_cmos 00:00: setting system clock to 2018-07-15 17:36:00 UTC (1531676160)\n[ 0.720248] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721489] EDD information not available.\n[ 0.800430] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812501] Write protecting the kernel read-only data: 14336k\n[ 0.814782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816801] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967020] 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.0.6...\nLease of 192.168.0.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8UZB7Sn49S2Aj3tfmsBhxMipkTJMyF/vFpRIuvX6sfwIJ60B6JZr9VVw7t7nZBRaRmjJGQw3/E2CAHxJtuUuTukS/hnMXDbLTpU6R33F081XztNhC7s+oLWr4I6FlZG6juB8/D5lxUjd8AxTddYjbdGRZEOmiQU+ZWutEZBI9/B6fzpdW4LjlqbXWMIgJ1SNLjNiJGAtVTTcn0RoMxpf27z+5CUiDrnt3/PvTWE47M0VzDlttnfYAy5/p+4a7NA5eDplEo70n4fQz/ixu5IwAKNTqPwwxvS5mh40085sphnVbRcht3k+vEEuBeRL8bukT064aUp4ah/1VTawf76od root@singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13\nssh-dss AAAAB3NzaC1kc3MAAACBAOIOAQHN2xUL6QJYC6wPqe8sqD9lo8QHuYiuwGmB1RggWu+jmG184izFhL7/BOGAHq9n2YlZ1v/jP7Km6j7jenuCNuZtGUfttgKzBAHRnPys7nHjyzkQJvOXBCUWRLBu2d4s04yE6aGX0H9ei1UIjgBA9rJaKhxGQN+vsCjXsZmrAAAAFQCoKRE0irjwsre/UZZ+yQCgymkVswAAAIB9N1xjyfYWWlcBhiJO9oBw33wtkQrxKNvAiOb2/YN7eNw5/2LiUpIqE1qAw+/4sOe9KBX/FKv8C2Q25WfzRolD5OxAa8q6HjToH9Ah7pB2fTfSBj7rnlyk0+ic+E9tN6z5aFOif3eieJAN1ow+bauSz4R3Q4IpCOydaheGygqecAAAAIEA1AEM0AECgCdnwHAg7qPCO5cZXIw0zph3G5HGAAbuIQQOSdu1Y0OCA6p+DP2nD9LdNPwyo+DuSs1e1IWgJyBQxJnZAq7vRJGUCC7jTf0JPJOwBjyxhEN5vRArQS4GEtAT0vSJGH/FkiMfJTskuo8EpA8h4gmlbaJ9ZPabclMHrpA= root@singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fe0b:9229/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.58 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13 login: "} 2018-07-15 17:36:06,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a/action used request id req-ace57624-5e3b-4876-be31-e978a2055d29 2018-07-15 17:36:06,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.866412162781s 2018-07-15 17:36:06,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a/action used request id req-ace57624-5e3b-4876-be31-e978a2055d29 2018-07-15 17:36:06,610 - 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 485796277 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.152892] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155033] pid_max: default: 32768 minimum: 301 [ 0.156217] ACPI: Core revision 20150930 [ 0.157763] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159147] Security Framework initialized [ 0.160030] Yama: becoming mindful. [ 0.160826] AppArmor: AppArmor initialized [ 0.161745] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.163170] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.164543] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165845] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.167367] Initializing cgroup subsys io [ 0.168232] Initializing cgroup subsys memory [ 0.169133] Initializing cgroup subsys devices [ 0.170044] Initializing cgroup subsys freezer [ 0.170954] Initializing cgroup subsys net_cls [ 0.171868] Initializing cgroup subsys perf_event [ 0.172827] Initializing cgroup subsys net_prio [ 0.173750] Initializing cgroup subsys hugetlb [ 0.174658] Initializing cgroup subsys pids [ 0.175565] CPU: Physical Processor ID: 0 [ 0.177101] mce: CPU supports 10 MCE banks [ 0.177986] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193846] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.200259] ftrace: allocating 31920 entries in 125 pages [ 0.226375] smpboot: Max logical packages: 1 [ 0.227623] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.229560] x2apic enabled [ 0.230461] Switched APIC routing to physical x2apic. [ 0.232626] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234277] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.237310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.239959] KVM setup paravirtual spinlock [ 0.241706] x86: Booted up 1 node, 1 CPUs [ 0.242867] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244847] devtmpfs: initialized [ 0.246838] evm: security.selinux [ 0.247801] evm: security.SMACK64 [ 0.248794] evm: security.SMACK64EXEC [ 0.249896] evm: security.SMACK64TRANSMUTE [ 0.251019] evm: security.SMACK64MMAP [ 0.252110] evm: security.ima [ 0.253006] evm: security.capability [ 0.254136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256850] pinctrl core: initialized pinctrl subsystem [ 0.258418] RTC time: 17:35:59, date: 07/15/18 [ 0.259800] NET: Registered protocol family 16 [ 0.261200] cpuidle: using governor ladder [ 0.262381] cpuidle: using governor menu [ 0.263480] PCCT header not found. [ 0.264540] ACPI: bus type PCI registered [ 0.265724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267639] PCI: Using configuration type 1 for base access [ 0.270099] ACPI: Added _OSI(Module Device) [ 0.271116] ACPI: Added _OSI(Processor Device) [ 0.272131] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.273124] ACPI: Added _OSI(Processor Aggregator Device) [ 0.275063] ACPI: Interpreter enabled [ 0.275917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.277968] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.280018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.282058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.284109] ACPI: (supports S0 S5) [ 0.284891] ACPI: Using IOAPIC for interrupt routing [ 0.285957] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.289290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.290560] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.291942] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.293276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.295726] acpiphp: Slot [3] registered [ 0.296613] acpiphp: Slot [4] registered [ 0.297500] acpiphp: Slot [5] registered [ 0.298389] acpiphp: Slot [6] registered [ 0.299273] acpiphp: Slot [7] registered [ 0.300173] acpiphp: Slot [8] registered [ 0.301070] acpiphp: Slot [9] registered [ 0.301956] acpiphp: Slot [10] registered [ 0.302842] acpiphp: Slot [11] registered [ 0.303743] acpiphp: Slot [12] registered [ 0.304635] acpiphp: Slot [13] registered [ 0.305538] acpiphp: Slot [14] registered [ 0.306443] acpiphp: Slot [15] registered [ 0.317470] acpiphp: Slot [16] registered [ 0.318376] acpiphp: Slot [17] registered [ 0.319269] acpiphp: Slot [18] registered [ 0.320169] acpiphp: Slot [19] registered [ 0.321080] acpiphp: Slot [20] registered [ 0.321981] acpiphp: Slot [21] registered [ 0.322873] acpiphp: Slot [22] registered [ 0.323764] acpiphp: Slot [23] registered [ 0.324643] acpiphp: Slot [24] registered [ 0.325518] acpiphp: Slot [25] registered [ 0.326424] acpiphp: Slot [26] registered [ 0.327324] acpiphp: Slot [27] registered [ 0.328220] acpiphp: Slot [28] registered [ 0.329119] acpiphp: Slot [29] registered [ 0.330022] acpiphp: Slot [30] registered [ 0.330919] acpiphp: Slot [31] registered [ 0.331796] PCI host bridge to bus 0000:00 [ 0.332677] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334033] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.336941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.338517] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.340125] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.343509] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.344912] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346216] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.347618] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351373] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353300] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.374478] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.376108] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.377661] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.379192] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.380711] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.382097] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.383517] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.384680] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.386359] vgaarb: loaded [ 0.387005] vgaarb: bridge control possible 0000:00:02.0 [ 0.388330] SCSI subsystem initialized [ 0.389335] ACPI: bus type USB registered [ 0.390254] usbcore: registered new interface driver usbfs [ 0.391402] usbcore: registered new interface driver hub [ 0.392524] usbcore: registered new device driver usb [ 0.393756] PCI: Using ACPI for IRQ routing [ 0.394972] NetLabel: Initializing [ 0.395765] NetLabel: domain hash size = 128 [ 0.396713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.397785] NetLabel: unlabeled traffic allowed by default [ 0.399065] clocksource: Switched to clocksource kvm-clock [ 0.407416] AppArmor: AppArmor Filesystem Enabled [ 0.408488] pnp: PnP ACPI init [ 0.409509] pnp: PnP ACPI: found 5 devices [ 0.416030] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.417938] NET: Registered protocol family 2 [ 0.419095] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.420539] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.421881] TCP: Hash tables configured (established 4096 bind 4096) [ 0.423231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.424450] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.425752] NET: Registered protocol family 1 [ 0.426724] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.427946] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.429151] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.443364] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.457664] Trying to unpack rootfs image as initramfs... [ 0.515105] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.516961] Scanning for low memory corruption every 60 seconds [ 0.518448] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.519759] audit: initializing netlink subsys (disabled) [ 0.520904] audit: type=2000 audit(1531676160.090:1): initialized [ 0.522377] Initialise system trusted keyring [ 0.523455] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.524763] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.527023] zbud: loaded [ 0.527812] VFS: Disk quotas dquot_6.6.0 [ 0.528723] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.530473] fuse init (API version 7.23) [ 0.531476] Key type big_key registered [ 0.532380] Allocating IMA MOK and blacklist keyrings. [ 0.533750] Key type asymmetric registered [ 0.534671] Asymmetric key parser 'x509' registered [ 0.535759] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.537415] io scheduler noop registered [ 0.538299] io scheduler deadline registered (default) [ 0.539414] io scheduler cfq registered [ 0.540357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.541520] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.542937] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.544551] ACPI: Power Button [PWRF] [ 0.545490] GHES: HEST is not enabled! [ 0.559294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.589506] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.592916] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.616814] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.619454] Linux agpgart interface v0.103 [ 0.622420] brd: module loaded [ 0.624242] loop: module loaded [ 0.629058] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.630677] GPT:90111 != 2097151 [ 0.631432] GPT:Alternate GPT header not at the end of the disk. [ 0.632669] GPT:90111 != 2097151 [ 0.633416] GPT: Use GNU Parted to correct GPT errors. [ 0.634506] vda: vda1 vda15 [ 0.635990] scsi host0: ata_piix [ 0.636859] scsi host1: ata_piix [ 0.637652] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.639008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.640630] libphy: Fixed MDIO Bus: probed [ 0.641538] tun: Universal TUN/TAP device driver, 1.6 [ 0.642599] tun: (C) 1999-2004 Max Krasnyansky [ 0.645197] PPP generic driver version 2.4.2 [ 0.646258] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.647618] ehci-pci: EHCI PCI platform driver [ 0.648606] ehci-platform: EHCI generic platform driver [ 0.649715] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650992] ohci-pci: OHCI PCI platform driver [ 0.651974] ohci-platform: OHCI generic platform driver [ 0.653103] uhci_hcd: USB Universal Host Controller Interface driver [ 0.667163] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.668309] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669936] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.671081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.672369] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.673746] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.675340] usb usb1: Product: UHCI Host Controller [ 0.676399] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.677685] usb usb1: SerialNumber: 0000:00:01.2 [ 0.678777] hub 1-0:1.0: USB hub found [ 0.679662] hub 1-0:1.0: 2 ports detected [ 0.680715] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683054] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.684124] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.685282] mousedev: PS/2 mouse device common for all mice [ 0.686816] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.688867] rtc_cmos 00:00: RTC can wake from S4 [ 0.690095] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.691420] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692748] i2c /dev entries driver [ 0.693597] device-mapper: uevent: version 1.0.3 [ 0.694676] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.696523] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698093] NET: Registered protocol family 10 [ 0.699360] NET: Registered protocol family 17 [ 0.700379] Key type dns_resolver registered [ 0.701490] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.702731] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704748] registered taskstats version 1 [ 0.705692] Loading compiled-in X.509 certificates [ 0.707289] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.709383] zswap: loaded using pool lzo/zbud [ 0.711176] Key type trusted registered [ 0.713096] Key type encrypted registered [ 0.714030] AppArmor: AppArmor sha1 policy hashing enabled [ 0.715209] ima: No TPM chip found, activating TPM-bypass! [ 0.716391] evm: HMAC attrs: 0x1 [ 0.717460] Magic number: 10:964:592 [ 0.718423] rtc_cmos 00:00: setting system clock to 2018-07-15 17:36:00 UTC (1531676160) [ 0.720248] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.721489] EDD information not available. [ 0.800430] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.812501] Write protecting the kernel read-only data: 14336k [ 0.814782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.816801] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 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.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.967020] 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.0.6... Lease of 192.168.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC8UZB7Sn49S2Aj3tfmsBhxMipkTJMyF/vFpRIuvX6sfwIJ60B6JZr9VVw7t7nZBRaRmjJGQw3/E2CAHxJtuUuTukS/hnMXDbLTpU6R33F081XztNhC7s+oLWr4I6FlZG6juB8/D5lxUjd8AxTddYjbdGRZEOmiQU+ZWutEZBI9/B6fzpdW4LjlqbXWMIgJ1SNLjNiJGAtVTTcn0RoMxpf27z+5CUiDrnt3/PvTWE47M0VzDlttnfYAy5/p+4a7NA5eDplEo70n4fQz/ixu5IwAKNTqPwwxvS5mh40085sphnVbRcht3k+vEEuBeRL8bukT064aUp4ah/1VTawf76od root@singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13 ssh-dss AAAAB3NzaC1kc3MAAACBAOIOAQHN2xUL6QJYC6wPqe8sqD9lo8QHuYiuwGmB1RggWu+jmG184izFhL7/BOGAHq9n2YlZ1v/jP7Km6j7jenuCNuZtGUfttgKzBAHRnPys7nHjyzkQJvOXBCUWRLBu2d4s04yE6aGX0H9ei1UIjgBA9rJaKhxGQN+vsCjXsZmrAAAAFQCoKRE0irjwsre/UZZ+yQCgymkVswAAAIB9N1xjyfYWWlcBhiJO9oBw33wtkQrxKNvAiOb2/YN7eNw5/2LiUpIqE1qAw+/4sOe9KBX/FKv8C2Q25WfzRolD5OxAa8q6HjToH9Ah7pB2fTfSBj7rnlyk0+ic+E9tN6z5aFOif3eieJAN1ow+bauSz4R3Q4IpCOydaheGygqecAAAAIEA1AEM0AECgCdnwHAg7qPCO5cZXIw0zph3G5HGAAbuIQQOSdu1Y0OCA6p+DP2nD9LdNPwyo+DuSs1e1IWgJyBQxJnZAq7vRJGUCC7jTf0JPJOwBjyxhEN5vRArQS4GEtAT0vSJGH/FkiMfJTskuo8EpA8h4gmlbaJ9ZPabclMHrpA= root@singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.6,24,fe80::f816:3eff:fe0b:9229/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-e5da3bc1-f677-4dc9-b383-e64ff4528d13 login: 2018-07-15 17:36:07,786 - paramiko.transport - DEBUG - starting thread (client mode): 0x2b26e450L 2018-07-15 17:36:07,787 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 17:36:07,825 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 17:36:07,825 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 17:36:07,827 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 17:36:07,827 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 17:36:07,827 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 17:36:07,827 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 17:36:07,827 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 17:36:07,828 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 17:36:07,884 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 17:36:07,885 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 17:36:07,887 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 5d62b55fab6ee057e43410d2376690a6 2018-07-15 17:36:07,888 - paramiko.transport - DEBUG - Trying discovered key 4a2d0c3ebf349a89e68b2a4ba6ab0921 in /tmp/tmp8bT4Vi 2018-07-15 17:36:07,923 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 17:36:07,929 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 17:36:07,953 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 17:36:07,954 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 17:36:07,954 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 17:36:07,956 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 17:36:07,957 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 17:36:07,957 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 17:36:07,963 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 17:36:08,076 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:36:08,076 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 17:36:08,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 17:36:08,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/fb7e4bbe-604d-4215-a63a-56aa5dea151c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:10,031 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-521b1c72-e12c-4aef-bd8b-1fb0ff923e5e Content-Length: 0 Date: Sun, 15 Jul 2018 17:36:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:36:10,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/fb7e4bbe-604d-4215-a63a-56aa5dea151c.json used request id req-521b1c72-e12c-4aef-bd8b-1fb0ff923e5e 2018-07-15 17:36:10,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.94746804237s 2018-07-15 17:36:10,031 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/fb7e4bbe-604d-4215-a63a-56aa5dea151c.json used request id req-521b1c72-e12c-4aef-bd8b-1fb0ff923e5e 2018-07-15 17:36:10,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:36:10,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:10,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-033cf124-9c09-41ce-9049-6187c02e3aa9 Date: Sun, 15 Jul 2018 17:36:10 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:36:10,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-033cf124-9c09-41ce-9049-6187c02e3aa9 2018-07-15 17:36:10,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.202291965485s 2018-07-15 17:36:10,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-033cf124-9c09-41ce-9049-6187c02e3aa9 2018-07-15 17:36:10,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 17:36:10,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:10,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:36: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-ec2435c2-41f5-49e4-99c6-7b5559ad374a x-compute-request-id: req-ec2435c2-41f5-49e4-99c6-7b5559ad374a Content-Type: application/json 2018-07-15 17:36:10,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-ec2435c2-41f5-49e4-99c6-7b5559ad374a 2018-07-15 17:36:10,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.387223005295s 2018-07-15 17:36:10,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a used request id req-ec2435c2-41f5-49e4-99c6-7b5559ad374a 2018-07-15 17:36:10,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:12,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-dbcac2d2-c4d2-46b0-b3a2-8edb0ae8aaa2 x-compute-request-id: req-dbcac2d2-c4d2-46b0-b3a2-8edb0ae8aaa2 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:92:29", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:92:29", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/db627fd4-fab0-4041-a08c-8bf5ba18d03a", "rel": "bookmark"}], "image": {"id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "links": [{"href": "http://172.30.9.25:8774/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-15T17:35:59.000000", "flavor": {"id": "d67c9784-1255-409a-a7b2-0c240dbfe7b6", "links": [{"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "bookmark"}]}, "id": "db627fd4-fab0-4041-a08c-8bf5ba18d03a", "security_groups": [{"name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}], "user_id": "3b98893783314f13bc315f75cbfb57b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:36:10Z", "hostId": "5e280319c8579deabdd951313c09f633c952afe5054c0d1358290c37", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "created": "2018-07-15T17:35:47Z", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:12,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dbcac2d2-c4d2-46b0-b3a2-8edb0ae8aaa2 2018-07-15 17:36:12,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.03380584717s 2018-07-15 17:36:12,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dbcac2d2-c4d2-46b0-b3a2-8edb0ae8aaa2 2018-07-15 17:36:12,664 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:36:14,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:14,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:14,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a12c9f98-6689-4892-a87a-54db57fe314c x-compute-request-id: req-a12c9f98-6689-4892-a87a-54db57fe314c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 17:36:14,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a12c9f98-6689-4892-a87a-54db57fe314c 2018-07-15 17:36:14,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.118038892746s 2018-07-15 17:36:14,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a12c9f98-6689-4892-a87a-54db57fe314c 2018-07-15 17:36:14,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:36:14,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:14,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-ba45ede1-7e96-4b5f-86df-2f5ccb640203 Date: Sun, 15 Jul 2018 17:36:14 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:40Z", "updated_at": "2018-07-15T17:35:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "51ea1325-6398-40ff-a759-8fe184aeb77c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:40Z", "revision_number": 0, "id": "7076f164-b349-4ac0-b3ed-b870df918f58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:40Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:35:41Z", "revision_number": 0, "id": "8f3a0580-a7b3-47ae-9df9-9a252e852d39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:41Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:35:41Z", "revision_number": 0, "id": "cf316983-e74e-4c29-9eca-9e05cf6f21ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:35:41Z", "security_group_id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 3, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1a4de001-5d00-4bdb-aeaa-7945257183d9", "name": "singlevm1-sg_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}, {"description": "Default security group", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:33:16Z", "updated_at": "2018-07-15T17:33:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "79295ddd-4571-44ff-9f3d-b6216e305fd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "b1e92130-3398-4fec-a230-e6ddfc0ade17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "babbb37a-a31c-44f6-96c9-66332e8c6823", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv6", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:16Z", "revision_number": 0, "id": "d375948f-bb9f-4e17-a56e-7dfeabe8a217", "remote_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:16Z", "security_group_id": "1b12e95c-ad22-4765-9251-25817f4357ce", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "port_range_min": null, "ethertype": "IPv4", "project_id": "97e7225fef894b79ba0ec19c9485f90a"}], "revision_number": 1, "project_id": "97e7225fef894b79ba0ec19c9485f90a", "id": "1b12e95c-ad22-4765-9251-25817f4357ce", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "created_at": "2018-07-15T17:28:58Z", "updated_at": "2018-07-15T17:28:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "0c80e47f-cef2-4ce6-acfe-5d846ac78942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "35f1f24b-9734-4055-854f-d62e5c8e44ee", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "cfe8d98b-77f9-441c-af56-265cf075e0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:28:58Z", "revision_number": 0, "id": "fc80c6c2-0471-484a-a814-ef0451c0eb9a", "remote_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "remote_ip_prefix": null, "created_at": "2018-07-15T17:28:58Z", "security_group_id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "tenant_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866"}], "revision_number": 1, "project_id": "0ed4f320b6bf4f118ff0c3c29d99c866", "id": "7e3a7ae4-93aa-42bb-82fc-c5e3cd0bc95d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "created_at": "2018-07-15T17:33:51Z", "updated_at": "2018-07-15T17:33:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "0585c7a4-ae93-4800-9e05-48b49cee6666", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "3f25e044-bbc4-454b-85b2-a7193b1b972e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "401e008e-29ea-46ae-8f00-1ad266111af2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:51Z", "revision_number": 0, "id": "4053ea99-8852-48dc-85b0-d3e51aed544b", "remote_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:51Z", "security_group_id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "tenant_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c"}], "revision_number": 1, "project_id": "82a73588c7cf4ef38a96d1e60fa88d5c", "id": "9a6c1ea5-09c0-4f50-8e24-7255094db76c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "created_at": "2018-07-15T17:34:52Z", "updated_at": "2018-07-15T17:34:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "56d9c467-7b48-434b-9ded-72119fc18e0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "a12aa4db-ebc6-4679-9e39-f3576b663160", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv6", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "e8563efc-64e1-4520-9a21-bd6a23c2b8df", "remote_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:34:52Z", "revision_number": 0, "id": "ec6c2668-528b-4271-ab92-9ddd2968e126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:34:52Z", "security_group_id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "tenant_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "port_range_min": null, "ethertype": "IPv4", "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35"}], "revision_number": 1, "project_id": "d11eb8dba36b4f4a8d75dd5e8c1a8f35", "id": "a34f7e18-79cb-4927-b677-f10cf3f4de19", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T17:33:20Z", "updated_at": "2018-07-15T17:33:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f233f9a-995f-4dcc-9dc1-1e01009f67a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "2f94dcf5-7e20-4753-abc7-a795420585f7", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "4dd6714a-2804-4033-9004-18edfb058bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:33:20Z", "revision_number": 0, "id": "d0f0063b-0b8a-48c0-9612-3f02ca2a653b", "remote_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "remote_ip_prefix": null, "created_at": "2018-07-15T17:33:20Z", "security_group_id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f34878c6-a08c-4e91-a276-8ca5ba5d4b80", "name": "default"}]} 2018-07-15 17:36:14,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ba45ede1-7e96-4b5f-86df-2f5ccb640203 2018-07-15 17:36:14,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.055820941925s 2018-07-15 17:36:14,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ba45ede1-7e96-4b5f-86df-2f5ccb640203 2018-07-15 17:36:14,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 17:36:14,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/1a4de001-5d00-4bdb-aeaa-7945257183d9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:15,027 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c893f99-b45d-4ace-9c7b-05b200a59c0e Content-Length: 0 Date: Sun, 15 Jul 2018 17:36:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:36:15,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/1a4de001-5d00-4bdb-aeaa-7945257183d9.json used request id req-2c893f99-b45d-4ace-9c7b-05b200a59c0e 2018-07-15 17:36:15,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.177791833878s 2018-07-15 17:36:15,027 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/1a4de001-5d00-4bdb-aeaa-7945257183d9.json used request id req-2c893f99-b45d-4ace-9c7b-05b200a59c0e 2018-07-15 17:36:15,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 17:36:15,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:15,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:36: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-5bb773f1-8ebe-49d5-ae49-f04d8a242cf4 x-compute-request-id: req-5bb773f1-8ebe-49d5-ae49-f04d8a242cf4 Content-Length: 0 Content-Type: application/json 2018-07-15 17:36:15,092 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13 used request id req-5bb773f1-8ebe-49d5-ae49-f04d8a242cf4 2018-07-15 17:36:15,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0637650489807s 2018-07-15 17:36:15,092 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_e5da3bc1-f677-4dc9-b383-e64ff4528d13 used request id req-5bb773f1-8ebe-49d5-ae49-f04d8a242cf4 2018-07-15 17:36:15,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:36:15,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" -d '{"subnet_id": "49d027f6-cece-44ba-9ec7-80d6c10a000a"}' 2018-07-15 17:36:17,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3e3544c5-54a9-479c-9b99-fcb66874a74f Date: Sun, 15 Jul 2018 17:36:17 GMT RESP BODY: {"network_id": "276015a6-a12d-4cff-b6c2-22ed8ef4051d", "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "subnet_id": "49d027f6-cece-44ba-9ec7-80d6c10a000a", "subnet_ids": ["49d027f6-cece-44ba-9ec7-80d6c10a000a"], "port_id": "3f971f69-f467-45fc-9d65-74232641513f", "id": "c7af4d66-4b0f-434d-9786-078f42bcd73c"} 2018-07-15 17:36:17,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/remove_router_interface.json used request id req-3e3544c5-54a9-479c-9b99-fcb66874a74f 2018-07-15 17:36:17,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.54990983009s 2018-07-15 17:36:17,643 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c/remove_router_interface.json used request id req-3e3544c5-54a9-479c-9b99-fcb66874a74f returning object c7af4d66-4b0f-434d-9786-078f42bcd73c 2018-07-15 17:36:17,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:36:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:17,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-0a5030c1-7195-457e-8e28-80e7d267042d Date: Sun, 15 Jul 2018 17:36:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "97e7225fef894b79ba0ec19c9485f90a", "created_at": "2018-07-15T17:35:29Z", "admin_state_up": true, "updated_at": "2018-07-15T17:36:16Z", "project_id": "97e7225fef894b79ba0ec19c9485f90a", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "c7af4d66-4b0f-434d-9786-078f42bcd73c", "name": "singlevm1-router_e5da3bc1-f677-4dc9-b383-e64ff4528d13"}]} 2018-07-15 17:36:17,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0a5030c1-7195-457e-8e28-80e7d267042d 2018-07-15 17:36:17,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108492851257s 2018-07-15 17:36:17,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0a5030c1-7195-457e-8e28-80e7d267042d 2018-07-15 17:36:17,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:36:17,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:21,826 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c254b69e-6cf5-4ed9-940a-473b469d2abb Content-Length: 0 Date: Sun, 15 Jul 2018 17:36:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:36:21,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c.json used request id req-c254b69e-6cf5-4ed9-940a-473b469d2abb 2018-07-15 17:36:21,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.07277917862s 2018-07-15 17:36:21,826 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c7af4d66-4b0f-434d-9786-078f42bcd73c.json used request id req-c254b69e-6cf5-4ed9-940a-473b469d2abb 2018-07-15 17:36:21,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:36:21,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:21,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1319 X-Openstack-Request-Id: req-8a9f3516-17b2-4296-906a-2c3bf581bde8 Date: Sun, 15 Jul 2018 17:36:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-15T17:35:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"49d027f6-cece-44ba-9ec7-80d6c10a000a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"97e7225fef894b79ba0ec19c9485f90a","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_e5da3bc1-f677-4dc9-b383-e64ff4528d13","enable_dhcp":true,"segment_id":null,"network_id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:27Z","ip_version":4},{"updated_at":"2018-07-15T17:29:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8678f063-cda6-431e-a1b1-ef1041eeb1a3","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:29:06Z","ip_version":4}]} 2018-07-15 17:36:21,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8a9f3516-17b2-4296-906a-2c3bf581bde8 2018-07-15 17:36:21,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0460278987885s 2018-07-15 17:36:21,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8a9f3516-17b2-4296-906a-2c3bf581bde8 2018-07-15 17:36:21,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:36:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/49d027f6-cece-44ba-9ec7-80d6c10a000a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:24,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-588dd3d8-8784-4259-8aad-a25452e88b32 Date: Sun, 15 Jul 2018 17:36:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:36:24,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/49d027f6-cece-44ba-9ec7-80d6c10a000a.json used request id req-588dd3d8-8784-4259-8aad-a25452e88b32 2018-07-15 17:36:24,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.22152280807s 2018-07-15 17:36:24,097 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/49d027f6-cece-44ba-9ec7-80d6c10a000a.json used request id req-588dd3d8-8784-4259-8aad-a25452e88b32 2018-07-15 17:36:24,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:24,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:24,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-824af37d-7b48-4e84-9a21-7d3ef05a138a Date: Sun, 15 Jul 2018 17:36:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"276015a6-a12d-4cff-b6c2-22ed8ef4051d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":false,"project_id":"97e7225fef894b79ba0ec19c9485f90a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:36:23Z","qos_policy_id":null,"name":"singlevm1-net_e5da3bc1-f677-4dc9-b383-e64ff4528d13","admin_state_up":true,"tenant_id":"97e7225fef894b79ba0ec19c9485f90a","created_at":"2018-07-15T17:35:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:36:24,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-824af37d-7b48-4e84-9a21-7d3ef05a138a 2018-07-15 17:36:24,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0872809886932s 2018-07-15 17:36:24,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-824af37d-7b48-4e84-9a21-7d3ef05a138a 2018-07-15 17:36:24,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:36:24,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/276015a6-a12d-4cff-b6c2-22ed8ef4051d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:25,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bf62c343-c2ae-49ca-ac68-50d167a17ddb Date: Sun, 15 Jul 2018 17:36:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:36:25,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/276015a6-a12d-4cff-b6c2-22ed8ef4051d.json used request id req-bf62c343-c2ae-49ca-ac68-50d167a17ddb 2018-07-15 17:36:25,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.55032086372s 2018-07-15 17:36:25,736 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/276015a6-a12d-4cff-b6c2-22ed8ef4051d.json used request id req-bf62c343-c2ae-49ca-ac68-50d167a17ddb 2018-07-15 17:36:25,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:36:25,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:26,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3cd256c0-a4c6-4a31-a84d-74525cabd688 Date: Sun, 15 Jul 2018 17:36:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/snap", "metadata": {}}], "file": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/file", "owner": "97e7225fef894b79ba0ec19c9485f90a", "id": "8dab9482-3fa6-443d-8a28-bb11d13b43cd", "size": 12716032, "self": "/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:35:39Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:35:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:36:26,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3cd256c0-a4c6-4a31-a84d-74525cabd688 2018-07-15 17:36:26,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.712546110153s 2018-07-15 17:36:26,454 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3cd256c0-a4c6-4a31-a84d-74525cabd688 2018-07-15 17:36:26,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 17:36:26,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:27,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8eec9a4a-e0ed-448c-81e4-099e5711d315 Date: Sun, 15 Jul 2018 17:36:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:36:27,490 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd used request id req-8eec9a4a-e0ed-448c-81e4-099e5711d315 2018-07-15 17:36:27,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03522801399s 2018-07-15 17:36:27,491 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8dab9482-3fa6-443d-8a28-bb11d13b43cd used request id req-8eec9a4a-e0ed-448c-81e4-099e5711d315 2018-07-15 17:36:27,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:36:27,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:27,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-1690cbd6-f86e-46fb-86c5-723cfd3f58e0 x-compute-request-id: req-1690cbd6-f86e-46fb-86c5-723cfd3f58e0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_e5da3bc1-f677-4dc9-b383-e64ff4528d13", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6", "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": "d67c9784-1255-409a-a7b2-0c240dbfe7b6"}]} 2018-07-15 17:36:27,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1690cbd6-f86e-46fb-86c5-723cfd3f58e0 2018-07-15 17:36:27,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0314989089966s 2018-07-15 17:36:27,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-1690cbd6-f86e-46fb-86c5-723cfd3f58e0 2018-07-15 17:36:27,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 17:36:27,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1598460509d6643a970e7f5a36cdc5b3a63bfb10" 2018-07-15 17:36:27,593 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:36: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-08d78147-7ae9-49b8-a217-0606bb56ef2c x-compute-request-id: req-08d78147-7ae9-49b8-a217-0606bb56ef2c Content-Length: 0 Content-Type: application/json 2018-07-15 17:36:27,594 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6 used request id req-08d78147-7ae9-49b8-a217-0606bb56ef2c 2018-07-15 17:36:27,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0692009925842s 2018-07-15 17:36:27,594 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d67c9784-1255-409a-a7b2-0c240dbfe7b6 used request id req-08d78147-7ae9-49b8-a217-0606bb56ef2c 2018-07-15 17:36:27,594 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-15 17:36:27,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:36:27,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:36:27,691 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:36:27,692 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:36:27,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:36:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:36:27,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa6755f-dbd1-4452-af5e-165de536c3c0 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:36:27,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4fa6755f-dbd1-4452-af5e-165de536c3c0 2018-07-15 17:36:27,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:36:28,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:36:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["ZS3UwAf4T1yirdHGegiDUA"], "issued_at": "2018-07-15T17:36:28.000000Z"}} 2018-07-15 17:36:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:28,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:28,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ef8caaf5-2a5c-4c18-bde3-0e44469e5df0 Date: Sun, 15 Jul 2018 17:36:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:36:28,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef8caaf5-2a5c-4c18-bde3-0e44469e5df0 2018-07-15 17:36:28,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264793872833s 2018-07-15 17:36:28,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ef8caaf5-2a5c-4c18-bde3-0e44469e5df0 2018-07-15 17:36:28,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:36:28,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:36:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f4ae47b-d466-4e72-a4e4-04182ffa27ec 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 17:36:28,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-4f4ae47b-d466-4e72-a4e4-04182ffa27ec 2018-07-15 17:36:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:36:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:28,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f8fd8c-f2ef-48c9-bfb9-d636b6b42fee Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a"}, "tags": [], "enabled": true, "id": "b45e7ea9f5044d4389616a1cd34d660a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 17:36:28,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-39f8fd8c-f2ef-48c9-bfb9-d636b6b42fee 2018-07-15 17:36:28,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113512992859s 2018-07-15 17:36:28,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-39f8fd8c-f2ef-48c9-bfb9-d636b6b42fee 2018-07-15 17:36:28,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 17:36:28,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2"}}' 2018-07-15 17:36:28,662 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:36:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-874cd7b3-7a22-4619-893f-f8e8ac9f0fb7 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.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e"}, "tags": [], "enabled": true, "id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2"}} 2018-07-15 17:36:28,662 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-874cd7b3-7a22-4619-893f-f8e8ac9f0fb7 2018-07-15 17:36:28,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.171132802963s 2018-07-15 17:36:28,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-874cd7b3-7a22-4619-893f-f8e8ac9f0fb7 2018-07-15 17:36:28,663 - 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'0ce3d2cf693c42bb80534ee8a3c8fe7e', '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_acc41322-d422-4c33-8eae-8f5804ec0eb2'}) 2018-07-15 17:36:28,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 17:36:28,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cb0d47d5-286b-47b2-b9d7-0ab288a8751c", "email": null, "name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2"}}' 2018-07-15 17:36:29,103 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:36:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8af1703a-d3a3-4e18-aed8-e1c35a185cd2 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": {"self": "http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "909a8882de004ae9a2569833ae76b185", "domain_id": "default", "password_expires_at": null}} 2018-07-15 17:36:29,103 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-8af1703a-d3a3-4e18-aed8-e1c35a185cd2 2018-07-15 17:36:29,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.433512210846s 2018-07-15 17:36:29,103 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-8af1703a-d3a3-4e18-aed8-e1c35a185cd2 2018-07-15 17:36:29,104 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'909a8882de004ae9a2569833ae76b185', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2'}) 2018-07-15 17:36:29,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:36:29,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9145363f-a1e9-4446-8fa5-dd214ea2b860 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:36:29,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9145363f-a1e9-4446-8fa5-dd214ea2b860 2018-07-15 17:36:29,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109517812729s 2018-07-15 17:36:29,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9145363f-a1e9-4446-8fa5-dd214ea2b860 2018-07-15 17:36:29,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:36:29,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1d7e7b-0e16-48f8-8ee1-a0f09d13bbc0 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:36:29,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-be1d7e7b-0e16-48f8-8ee1-a0f09d13bbc0 2018-07-15 17:36:29,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0943820476532s 2018-07-15 17:36:29,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-be1d7e7b-0e16-48f8-8ee1-a0f09d13bbc0 2018-07-15 17:36:29,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:36:29,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d614ed-3ce3-4fb1-b6d0-e69eaa465ff8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:36:29,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-28d614ed-3ce3-4fb1-b6d0-e69eaa465ff8 2018-07-15 17:36:29,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114056110382s 2018-07-15 17:36:29,436 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-28d614ed-3ce3-4fb1-b6d0-e69eaa465ff8 2018-07-15 17:36:29,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:36:29,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e11cbf-441b-4a72-b9d0-e7fa0a4b063f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 17:36:29,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a3e11cbf-441b-4a72-b9d0-e7fa0a4b063f 2018-07-15 17:36:29,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109724998474s 2018-07-15 17:36:29,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a3e11cbf-441b-4a72-b9d0-e7fa0a4b063f 2018-07-15 17:36:29,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:36:29,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7bdf2d9-1d48-41b6-9302-ee8c1f2a056c Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": {"self": "http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "909a8882de004ae9a2569833ae76b185", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:36:29,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f7bdf2d9-1d48-41b6-9302-ee8c1f2a056c 2018-07-15 17:36:29,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113229990005s 2018-07-15 17:36:29,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f7bdf2d9-1d48-41b6-9302-ee8c1f2a056c 2018-07-15 17:36:29,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:36:29,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0752f1e6-b7c2-4f38-918b-aaee32386bec Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e"}, "tags": [], "enabled": true, "id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:36:29,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0752f1e6-b7c2-4f38-918b-aaee32386bec 2018-07-15 17:36:29,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108220100403s 2018-07-15 17:36:29,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0752f1e6-b7c2-4f38-918b-aaee32386bec 2018-07-15 17:36:29,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 17:36:29,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=909a8882de004ae9a2569833ae76b185&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=0ce3d2cf693c42bb80534ee8a3c8fe7e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:29,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdfd9bb6-2124-4056-9c34-aa672dfb4983 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=909a8882de004ae9a2569833ae76b185&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=0ce3d2cf693c42bb80534ee8a3c8fe7e", "previous": null, "next": null}} 2018-07-15 17:36:29,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=909a8882de004ae9a2569833ae76b185&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=0ce3d2cf693c42bb80534ee8a3c8fe7e used request id req-cdfd9bb6-2124-4056-9c34-aa672dfb4983 2018-07-15 17:36:29,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101435899734s 2018-07-15 17:36:29,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=909a8882de004ae9a2569833ae76b185&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=0ce3d2cf693c42bb80534ee8a3c8fe7e used request id req-cdfd9bb6-2124-4056-9c34-aa672dfb4983 2018-07-15 17:36:29,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 17:36:29,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e/users/909a8882de004ae9a2569833ae76b185/roles/4ef7d250dc244aad969eca36d295de97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:36:30,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:36:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e59f20-81e8-41a9-ac0a-d7ec001ac976 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:36:30,085 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e/users/909a8882de004ae9a2569833ae76b185/roles/4ef7d250dc244aad969eca36d295de97 used request id req-20e59f20-81e8-41a9-ac0a-d7ec001ac976 2018-07-15 17:36:30,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.186475992203s 2018-07-15 17:36:30,085 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e/users/909a8882de004ae9a2569833ae76b185/roles/4ef7d250dc244aad969eca36d295de97 used request id req-20e59f20-81e8-41a9-ac0a-d7ec001ac976 2018-07-15 17:36:30,086 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2', 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'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'cb0d47d5-286b-47b2-b9d7-0ab288a8751c', 'username': u'singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 17:36:30,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:36:30,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:36:30,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:36:30,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:36:30,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:36:30,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:36:30,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:36:30,091 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'password': 'cb0d47d5-286b-47b2-b9d7-0ab288a8751c', 'project_name': 'singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '0ce3d2cf693c42bb80534ee8a3c8fe7e', 'project_domain_name': 'Default'} 2018-07-15 17:36:30,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:36:30,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fb3f35f-06fb-4aa3-a38a-2409b065030e 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:36:30,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8fb3f35f-06fb-4aa3-a38a-2409b065030e 2018-07-15 17:36:30,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:36:30,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "name": "singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/0ce3d2cf693c42bb80534ee8a3c8fe7e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2", "id": "909a8882de004ae9a2569833ae76b185"}, "audit_ids": ["E-jQaTSsQ0aPQcT9BhzQpw"], "issued_at": "2018-07-15T17:36:30.000000Z"}} 2018-07-15 17:36:30,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:36:30,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"network": {"name": "singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2", "admin_state_up": true}}' 2018-07-15 17:36:31,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6de7ba53-87a0-450c-b5b6-7f2757844dd9 Date: Sun, 15 Jul 2018 17:36:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:36:30Z","is_default":false,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450}} 2018-07-15 17:36:31,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6de7ba53-87a0-450c-b5b6-7f2757844dd9 2018-07-15 17:36:31,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.550795078278s 2018-07-15 17:36:31,060 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6de7ba53-87a0-450c-b5b6-7f2757844dd9 2018-07-15 17:36:31,060 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:36:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'65ab9471-da65-4a0e-b575-f1b4a5e7c1e0', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2', u'admin_state_up': True, u'tenant_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'created_at': u'2018-07-15T17:36:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'l2_adjacency': True}) 2018-07-15 17:36:31,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:31,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:31,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-9a77d125-defa-4fc5-b9da-176ee3bd5ac6 Date: Sun, 15 Jul 2018 17:36:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:36:30Z","qos_policy_id":null,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:36:31,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9a77d125-defa-4fc5-b9da-176ee3bd5ac6 2018-07-15 17:36:31,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290045022964s 2018-07-15 17:36:31,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9a77d125-defa-4fc5-b9da-176ee3bd5ac6 2018-07-15 17:36:31,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:36:31,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"subnet": {"name": "singlevm2-subnet_acc41322-d422-4c33-8eae-8f5804ec0eb2", "enable_dhcp": true, "network_id": "65ab9471-da65-4a0e-b575-f1b4a5e7c1e0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:36:32,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-2ce21c9d-6574-44d4-b0d7-18350875204d Date: Sun, 15 Jul 2018 17:36:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:36:31Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","id":"4c33232f-662c-45da-8f9b-da9332436a14","subnetpool_id":null,"name":"singlevm2-subnet_acc41322-d422-4c33-8eae-8f5804ec0eb2"}} 2018-07-15 17:36:32,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2ce21c9d-6574-44d4-b0d7-18350875204d 2018-07-15 17:36:32,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03047204018s 2018-07-15 17:36:32,384 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-2ce21c9d-6574-44d4-b0d7-18350875204d 2018-07-15 17:36:32,384 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:36:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'4c33232f-662c-45da-8f9b-da9332436a14', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_acc41322-d422-4c33-8eae-8f5804ec0eb2', u'enable_dhcp': True, u'network_id': u'65ab9471-da65-4a0e-b575-f1b4a5e7c1e0', u'tenant_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'created_at': u'2018-07-15T17:36:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e'}) 2018-07-15 17:36:32,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:36:32,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "singlevm2-router_acc41322-d422-4c33-8eae-8f5804ec0eb2", "admin_state_up": true}}' 2018-07-15 17:36:38,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-e3dc83be-786f-465a-974e-8f1f058f3725 Date: Sun, 15 Jul 2018 17:36:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:33Z", "admin_state_up": true, "updated_at": "2018-07-15T17:36:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "b33814b6-438d-4948-90cb-f39d48d5bf36", "name": "singlevm2-router_acc41322-d422-4c33-8eae-8f5804ec0eb2"}} 2018-07-15 17:36:38,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e3dc83be-786f-465a-974e-8f1f058f3725 2018-07-15 17:36:38,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.12193107605s 2018-07-15 17:36:38,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e3dc83be-786f-465a-974e-8f1f058f3725 2018-07-15 17:36:38,508 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:36:34Z', u'revision_number': 3, u'id': u'b33814b6-438d-4948-90cb-f39d48d5bf36', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_acc41322-d422-4c33-8eae-8f5804ec0eb2', u'admin_state_up': True, u'tenant_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'created_at': u'2018-07-15T17:36:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e'}) 2018-07-15 17:36:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:36:38,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"subnet_id": "4c33232f-662c-45da-8f9b-da9332436a14"}' 2018-07-15 17:36:41,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-95a1504c-1034-42aa-bb5d-db00add71287 Date: Sun, 15 Jul 2018 17:36:41 GMT RESP BODY: {"network_id": "65ab9471-da65-4a0e-b575-f1b4a5e7c1e0", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "subnet_id": "4c33232f-662c-45da-8f9b-da9332436a14", "subnet_ids": ["4c33232f-662c-45da-8f9b-da9332436a14"], "port_id": "40fa969c-1930-4a83-aff1-23a8c474289b", "id": "b33814b6-438d-4948-90cb-f39d48d5bf36"} 2018-07-15 17:36:41,415 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/add_router_interface.json used request id req-95a1504c-1034-42aa-bb5d-db00add71287 2018-07-15 17:36:41,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.90630698204s 2018-07-15 17:36:41,415 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/add_router_interface.json used request id req-95a1504c-1034-42aa-bb5d-db00add71287 returning object b33814b6-438d-4948-90cb-f39d48d5bf36 2018-07-15 17:36:41,416 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 17:36:41,549 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 17:36:41,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:36:41,555 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 17:36:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 17:36:41,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:36:41,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:41,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e4b1f3fd-be1c-4eba-894c-21e3c5f45ba7 Date: Sun, 15 Jul 2018 17:36:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:36:41,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4b1f3fd-be1c-4eba-894c-21e3c5f45ba7 2018-07-15 17:36:41,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.235072135925s 2018-07-15 17:36:41,795 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4b1f3fd-be1c-4eba-894c-21e3c5f45ba7 2018-07-15 17:36:41,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 17:36:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2"}' 2018-07-15 17:36:42,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1a3c34ec-f436-4945-a436-d0ef7440ec34 Date: Sun, 15 Jul 2018 17:36:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file", "owner": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "86214818-95f2-48c2-a724-2a0a2b96881c", "size": null, "self": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:36:41Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "checksum": null, "created_at": "2018-07-15T17:36:41Z", "protected": false} 2018-07-15 17:36:42,050 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-1a3c34ec-f436-4945-a436-d0ef7440ec34 2018-07-15 17:36:42,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.246819019318s 2018-07-15 17:36:42,050 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-1a3c34ec-f436-4945-a436-d0ef7440ec34 returning object 86214818-95f2-48c2-a724-2a0a2b96881c 2018-07-15 17:36:42,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 17:36:42,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '' 2018-07-15 17:36:42,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce18d318-b1d1-417d-85ca-9ef8b043246d Date: Sun, 15 Jul 2018 17:36:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:36:42,706 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file used request id req-ce18d318-b1d1-417d-85ca-9ef8b043246d 2018-07-15 17:36:42,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.655112981796s 2018-07-15 17:36:42,706 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file used request id req-ce18d318-b1d1-417d-85ca-9ef8b043246d 2018-07-15 17:36:42,706 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T17:36:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file', u'owner': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'86214818-95f2-48c2-a724-2a0a2b96881c', u'size': None, u'name': u'singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2', u'checksum': None, u'self': u'/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T17:36:41Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 17:36:42,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 17:36:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_acc41322-d422-4c33-8eae-8f5804ec0eb2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 17:36:43,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-c92c3cb0-3d3e-4895-a6cd-c5633c591654 x-compute-request-id: req-c92c3cb0-3d3e-4895-a6cd-c5633c591654 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "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": "7454f3ae-a51a-4aee-ad64-3d5a91471393"}} 2018-07-15 17:36:43,499 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c92c3cb0-3d3e-4895-a6cd-c5633c591654 2018-07-15 17:36:43,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.792218923569s 2018-07-15 17:36:43,500 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c92c3cb0-3d3e-4895-a6cd-c5633c591654 2018-07-15 17:36:43,501 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_acc41322-d422-4c33-8eae-8f5804ec0eb2', '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'97e7225fef894b79ba0ec19c9485f90a', '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'7454f3ae-a51a-4aee-ad64-3d5a91471393', 'swap': 0}) 2018-07-15 17:36:43,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 17:36:43,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" -d '{"extra_specs": {}}' 2018-07-15 17:36:43,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-65971ec1-4aa8-443d-946b-0d22a3511158 x-compute-request-id: req-65971ec1-4aa8-443d-946b-0d22a3511158 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 17:36:43,534 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393/os-extra_specs used request id req-65971ec1-4aa8-443d-946b-0d22a3511158 2018-07-15 17:36:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0324068069458s 2018-07-15 17:36:43,534 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393/os-extra_specs used request id req-65971ec1-4aa8-443d-946b-0d22a3511158 2018-07-15 17:36:43,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 17:36:43,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"keypair": {"name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2"}}' 2018-07-15 17:36:43,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-2a7a1107-3aae-4237-9eb8-4d7f7c207d56 x-compute-request-id: req-2a7a1107-3aae-4237-9eb8-4d7f7c207d56 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2PZGDdesXOYbtWejm7QiQLQ6gun7FsZ/ZYfT4g1FbJQdkVm15QFTQ77Bvbgknd7evPMqqvgtiq9V0fw8M6bOmsFnFBieAPu0tNiYfFx4+8jys6TLI1N5LOvC+wPXzx8iL2AwC7jMQLaTsNxB1X3Bf3dJ/1CCNhcvZ15lYRiz/Ucof+X4rU+3706tKpx1v0G0O7rnTFsBUO/zitNUfH1ZNhvqno5SrZnPGZhdbPvvnTZL0jP2iSbmhflRKbKiMtC0FvaU56ZiwPH37rF9oMGLZ5Z54ZbIHX3Uo3lIdDLwYTE7Qo9CXozwJBiFyhbEJAr61AvQHaVgMyUAqRcNADx9B Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtj2Rg3XrFzmG7Vno5u0IkC0OoLp+xbGf2WH0+INRWyUHZFZt\neUBU0O+wb24JJ3e3rzzKqr4LYqvVdH8PDOmzprBZxQYngD7tLTYmHxcePvI8rOky\nyNTeSzrwvsD188fIi9gMAu4zEC2k7DcQdV9wX93Sf9QgjYXL2deZWEYs/1HKH/l+\nK1Pt+9OrSqcdb9BtDu650xbAVDv84rTVHx9WTYb6p6OUq2ZzxmYXWz77502S9Iz9\nokm5oX5USmyojLQtBb2lOemYsDx9+6xfaDBi2eWeeGWyB191KN5SHQy8GExO0KPQ\nl6M8CQYhcoWxCQK+tQL0B2lYDMlAKkXDQA8fQQIDAQABAoIBADOggYaiczUjIOxA\nmlBBOjnN6eTysFNFHKmyrHlyiiut88gjC+Rbqyt9m5gVrhY2Ph0wtaFlMUiEsXXN\nQPBBjJleQDAmrC4SpZI3Utlf7Tub2ECL1805MLhTPDxt4b9sC45CaDS0Ulb091HL\nz6fQn78o0idQauBs1PEjuNdfGgRCJo145+2mPua+QP1k0cuZy45dHv/YX95N/VCQ\nhuXESb5sju0V0hUwQP8YPzEtS2R3UagGJCf+yiiq9dq8+wHp1dYM01vELX6y7KN2\nCxbJDLeyAlPTzw6JBEXYSIwQMxdF214ZSM+cO9swyqjceThfTWQPxbQyGjIwwvOE\nc8eFgPkCgYEA67uQ4v02WV8CQWiDEaKmIXiUoLNWCqxmZrfb+tK01JQ1yqpj8R5J\n9xMpXkrDwKTjD16K/dcf298asSIVoIeZ7nPICNMbIU2dDmaX7jFubNL9WSkMoeNL\n20mVQopZcfK+WyOGuo/O5Hr7OOXN8VeyzrtOLQVI18hRdnS/BXLQmssCgYEAxeim\nMcy1zLDu+urNff5CKUdqmR/fKKvOspB4ucfkC+50VHOLfObJuaCa+mcmbGfNEtTb\n97YqB5Lw2ntWCsPs/lge5v1wqJk/ZK8aeV2HiBf3trXEoT91tb2wRviWkNWmZ3JB\nMyPOVmeQOBZeNEca2rjbHPCJCok0dL1WxEFTsKMCgYEApue85BqomoqcjDc1Zg0l\nV1mK0mVnrFL4hg3z4RnDEyiFFaOi85ugfyHADpUdGI8mfUFRY/0m/4Rt37DkYy7f\nnGe54BWoheHwK7wUIoA5US/qVXCtEwpeMTteRSizv+xBP0JeKEWeFUPGEDkVoaWY\nYqtX5KRzOOUKWLa8cV0juhUCgYEAqQY9iqKvUhZ6xEntHwIcN20LGaQiz3WMnuzM\nbr7NgXMyXz4fj5j8CFGmit217zfn6YFqLHGkC7vvgGl93sveiItyOQ2TPitD/RWf\noq/CpPTzV1R+jsjIG2PaPYLp9ODDse3eyXJ3M0xX288evb9MrCjc2iaEpD7yUhGz\nHQI+G8kCgYAmsfjCYZuwKq1bayu4fQd8YWJQx5eXqDRsEUzQ5ezjpY0+xWCYjYOh\nCAMOGy7SkrewSvdYAniaByyBTtAyrImcICCqRZDR/y+Tx+6lZSXZZaWzxwBBpzVl\nUmXwlELXbpIXLUPBxlnw052IG/WQZnLad8DoO/z3k4gzHl6I/vumTw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "909a8882de004ae9a2569833ae76b185", "name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "fingerprint": "ed:47:56:56:65:0a:ee:f4:53:4c:e5:11:41:1e:1c:64"}} 2018-07-15 17:36:43,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-2a7a1107-3aae-4237-9eb8-4d7f7c207d56 2018-07-15 17:36:43,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.42435002327s 2018-07-15 17:36:43,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-2a7a1107-3aae-4237-9eb8-4d7f7c207d56 2018-07-15 17:36:43,960 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2PZGDdesXOYbtWejm7QiQLQ6gun7FsZ/ZYfT4g1FbJQdkVm15QFTQ77Bvbgknd7evPMqqvgtiq9V0fw8M6bOmsFnFBieAPu0tNiYfFx4+8jys6TLI1N5LOvC+wPXzx8iL2AwC7jMQLaTsNxB1X3Bf3dJ/1CCNhcvZ15lYRiz/Ucof+X4rU+3706tKpx1v0G0O7rnTFsBUO/zitNUfH1ZNhvqno5SrZnPGZhdbPvvnTZL0jP2iSbmhflRKbKiMtC0FvaU56ZiwPH37rF9oMGLZ5Z54ZbIHX3Uo3lIdDLwYTE7Qo9CXozwJBiFyhbEJAr61AvQHaVgMyUAqRcNADx9B Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtj2Rg3XrFzmG7Vno5u0IkC0OoLp+xbGf2WH0+INRWyUHZFZt\neUBU0O+wb24JJ3e3rzzKqr4LYqvVdH8PDOmzprBZxQYngD7tLTYmHxcePvI8rOky\nyNTeSzrwvsD188fIi9gMAu4zEC2k7DcQdV9wX93Sf9QgjYXL2deZWEYs/1HKH/l+\nK1Pt+9OrSqcdb9BtDu650xbAVDv84rTVHx9WTYb6p6OUq2ZzxmYXWz77502S9Iz9\nokm5oX5USmyojLQtBb2lOemYsDx9+6xfaDBi2eWeeGWyB191KN5SHQy8GExO0KPQ\nl6M8CQYhcoWxCQK+tQL0B2lYDMlAKkXDQA8fQQIDAQABAoIBADOggYaiczUjIOxA\nmlBBOjnN6eTysFNFHKmyrHlyiiut88gjC+Rbqyt9m5gVrhY2Ph0wtaFlMUiEsXXN\nQPBBjJleQDAmrC4SpZI3Utlf7Tub2ECL1805MLhTPDxt4b9sC45CaDS0Ulb091HL\nz6fQn78o0idQauBs1PEjuNdfGgRCJo145+2mPua+QP1k0cuZy45dHv/YX95N/VCQ\nhuXESb5sju0V0hUwQP8YPzEtS2R3UagGJCf+yiiq9dq8+wHp1dYM01vELX6y7KN2\nCxbJDLeyAlPTzw6JBEXYSIwQMxdF214ZSM+cO9swyqjceThfTWQPxbQyGjIwwvOE\nc8eFgPkCgYEA67uQ4v02WV8CQWiDEaKmIXiUoLNWCqxmZrfb+tK01JQ1yqpj8R5J\n9xMpXkrDwKTjD16K/dcf298asSIVoIeZ7nPICNMbIU2dDmaX7jFubNL9WSkMoeNL\n20mVQopZcfK+WyOGuo/O5Hr7OOXN8VeyzrtOLQVI18hRdnS/BXLQmssCgYEAxeim\nMcy1zLDu+urNff5CKUdqmR/fKKvOspB4ucfkC+50VHOLfObJuaCa+mcmbGfNEtTb\n97YqB5Lw2ntWCsPs/lge5v1wqJk/ZK8aeV2HiBf3trXEoT91tb2wRviWkNWmZ3JB\nMyPOVmeQOBZeNEca2rjbHPCJCok0dL1WxEFTsKMCgYEApue85BqomoqcjDc1Zg0l\nV1mK0mVnrFL4hg3z4RnDEyiFFaOi85ugfyHADpUdGI8mfUFRY/0m/4Rt37DkYy7f\nnGe54BWoheHwK7wUIoA5US/qVXCtEwpeMTteRSizv+xBP0JeKEWeFUPGEDkVoaWY\nYqtX5KRzOOUKWLa8cV0juhUCgYEAqQY9iqKvUhZ6xEntHwIcN20LGaQiz3WMnuzM\nbr7NgXMyXz4fj5j8CFGmit217zfn6YFqLHGkC7vvgGl93sveiItyOQ2TPitD/RWf\noq/CpPTzV1R+jsjIG2PaPYLp9ODDse3eyXJ3M0xX288evb9MrCjc2iaEpD7yUhGz\nHQI+G8kCgYAmsfjCYZuwKq1bayu4fQd8YWJQx5eXqDRsEUzQ5ezjpY0+xWCYjYOh\nCAMOGy7SkrewSvdYAniaByyBTtAyrImcICCqRZDR/y+Tx+6lZSXZZaWzxwBBpzVl\nUmXwlELXbpIXLUPBxlnw052IG/WQZnLad8DoO/z3k4gzHl6I/vumTw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'909a8882de004ae9a2569833ae76b185', 'name': u'singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'created_at': '2018-07-15T17:36:43.960607', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'name': 'singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ed:47:56:56:65:0a:ee:f4:53:4c:e5:11:41:1e:1c:64', 'type': 'ssh', 'id': u'singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2'}) 2018-07-15 17:36:43,961 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtj2Rg3XrFzmG7Vno5u0IkC0OoLp+xbGf2WH0+INRWyUHZFZt eUBU0O+wb24JJ3e3rzzKqr4LYqvVdH8PDOmzprBZxQYngD7tLTYmHxcePvI8rOky yNTeSzrwvsD188fIi9gMAu4zEC2k7DcQdV9wX93Sf9QgjYXL2deZWEYs/1HKH/l+ K1Pt+9OrSqcdb9BtDu650xbAVDv84rTVHx9WTYb6p6OUq2ZzxmYXWz77502S9Iz9 okm5oX5USmyojLQtBb2lOemYsDx9+6xfaDBi2eWeeGWyB191KN5SHQy8GExO0KPQ l6M8CQYhcoWxCQK+tQL0B2lYDMlAKkXDQA8fQQIDAQABAoIBADOggYaiczUjIOxA mlBBOjnN6eTysFNFHKmyrHlyiiut88gjC+Rbqyt9m5gVrhY2Ph0wtaFlMUiEsXXN QPBBjJleQDAmrC4SpZI3Utlf7Tub2ECL1805MLhTPDxt4b9sC45CaDS0Ulb091HL z6fQn78o0idQauBs1PEjuNdfGgRCJo145+2mPua+QP1k0cuZy45dHv/YX95N/VCQ huXESb5sju0V0hUwQP8YPzEtS2R3UagGJCf+yiiq9dq8+wHp1dYM01vELX6y7KN2 CxbJDLeyAlPTzw6JBEXYSIwQMxdF214ZSM+cO9swyqjceThfTWQPxbQyGjIwwvOE c8eFgPkCgYEA67uQ4v02WV8CQWiDEaKmIXiUoLNWCqxmZrfb+tK01JQ1yqpj8R5J 9xMpXkrDwKTjD16K/dcf298asSIVoIeZ7nPICNMbIU2dDmaX7jFubNL9WSkMoeNL 20mVQopZcfK+WyOGuo/O5Hr7OOXN8VeyzrtOLQVI18hRdnS/BXLQmssCgYEAxeim Mcy1zLDu+urNff5CKUdqmR/fKKvOspB4ucfkC+50VHOLfObJuaCa+mcmbGfNEtTb 97YqB5Lw2ntWCsPs/lge5v1wqJk/ZK8aeV2HiBf3trXEoT91tb2wRviWkNWmZ3JB MyPOVmeQOBZeNEca2rjbHPCJCok0dL1WxEFTsKMCgYEApue85BqomoqcjDc1Zg0l V1mK0mVnrFL4hg3z4RnDEyiFFaOi85ugfyHADpUdGI8mfUFRY/0m/4Rt37DkYy7f nGe54BWoheHwK7wUIoA5US/qVXCtEwpeMTteRSizv+xBP0JeKEWeFUPGEDkVoaWY YqtX5KRzOOUKWLa8cV0juhUCgYEAqQY9iqKvUhZ6xEntHwIcN20LGaQiz3WMnuzM br7NgXMyXz4fj5j8CFGmit217zfn6YFqLHGkC7vvgGl93sveiItyOQ2TPitD/RWf oq/CpPTzV1R+jsjIG2PaPYLp9ODDse3eyXJ3M0xX288evb9MrCjc2iaEpD7yUhGz HQI+G8kCgYAmsfjCYZuwKq1bayu4fQd8YWJQx5eXqDRsEUzQ5ezjpY0+xWCYjYOh CAMOGy7SkrewSvdYAniaByyBTtAyrImcICCqRZDR/y+Tx+6lZSXZZaWzxwBBpzVl UmXwlELXbpIXLUPBxlnw052IG/WQZnLad8DoO/z3k4gzHl6I/vumTw== -----END RSA PRIVATE KEY----- 2018-07-15 17:36:43,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 17:36:43,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"security_group": {"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-15 17:36:44,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-db6ea39c-ba73-455d-986b-ac9b517a6222 Date: Sun, 15 Jul 2018 17:36:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:44Z", "updated_at": "2018-07-15T17:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "8da2e6ce-fc6e-4632-9e19-65b71e253e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "93655f58-0f5c-4505-945f-0619af4e5e21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 1, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}} 2018-07-15 17:36:44,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-db6ea39c-ba73-455d-986b-ac9b517a6222 2018-07-15 17:36:44,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.350633859634s 2018-07-15 17:36:44,315 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-db6ea39c-ba73-455d-986b-ac9b517a6222 2018-07-15 17:36:44,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:36:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:44,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a07d3dc1-dd26-4ec4-bc99-6b20001171f1 Date: Sun, 15 Jul 2018 17:36:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:30Z", "updated_at": "2018-07-15T17:36:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "1d1f0381-0e0f-4f1a-8b82-46ef43f88b00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "31e330a9-3390-4f9e-8ca6-0bb1de80079c", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "91717157-51f5-466c-b5c8-972a87d5cfa6", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "caa8bb38-cfef-478b-9a76-2118a2e36b3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 1, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:44Z", "updated_at": "2018-07-15T17:36:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "8da2e6ce-fc6e-4632-9e19-65b71e253e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "93655f58-0f5c-4505-945f-0619af4e5e21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 1, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:36:44,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a07d3dc1-dd26-4ec4-bc99-6b20001171f1 2018-07-15 17:36:44,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.252022027969s 2018-07-15 17:36:44,572 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a07d3dc1-dd26-4ec4-bc99-6b20001171f1 2018-07-15 17:36:44,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:36:44,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -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": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"}}' 2018-07-15 17:36:44,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bdf65d5c-9c2c-42fa-97fb-91b51f2a7cb0 Date: Sun, 15 Jul 2018 17:36:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "port_range_min": 22, "revision_number": 0, "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:44Z", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "1ebf38ea-c527-4604-9780-78b91f50046e"}} 2018-07-15 17:36:44,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bdf65d5c-9c2c-42fa-97fb-91b51f2a7cb0 2018-07-15 17:36:44,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152245044708s 2018-07-15 17:36:44,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bdf65d5c-9c2c-42fa-97fb-91b51f2a7cb0 2018-07-15 17:36:44,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:36:44,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:44,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-12672e70-b641-4791-9bbf-abeb1939cd97 Date: Sun, 15 Jul 2018 17:36:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:30Z", "updated_at": "2018-07-15T17:36:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "1d1f0381-0e0f-4f1a-8b82-46ef43f88b00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "31e330a9-3390-4f9e-8ca6-0bb1de80079c", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "91717157-51f5-466c-b5c8-972a87d5cfa6", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "caa8bb38-cfef-478b-9a76-2118a2e36b3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 1, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:44Z", "updated_at": "2018-07-15T17:36:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "1ebf38ea-c527-4604-9780-78b91f50046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "8da2e6ce-fc6e-4632-9e19-65b71e253e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "93655f58-0f5c-4505-945f-0619af4e5e21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 2, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:36:44,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-12672e70-b641-4791-9bbf-abeb1939cd97 2018-07-15 17:36:44,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0710000991821s 2018-07-15 17:36:44,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-12672e70-b641-4791-9bbf-abeb1939cd97 2018-07-15 17:36:44,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:36:44,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -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": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"}}' 2018-07-15 17:36:45,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-aa8d44e5-8590-4598-b564-6e0e2b952304 Date: Sun, 15 Jul 2018 17:36:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T17:36:45Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "port_range_min": null, "revision_number": 0, "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:45Z", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "d820eb63-0351-4293-b45d-f4ef69f4ddcd"}} 2018-07-15 17:36:45,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-aa8d44e5-8590-4598-b564-6e0e2b952304 2018-07-15 17:36:45,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.376361846924s 2018-07-15 17:36:45,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-aa8d44e5-8590-4598-b564-6e0e2b952304 2018-07-15 17:36:45,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:45,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:45,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-666f125c-3656-4cea-b481-470a2249c1b9 Date: Sun, 15 Jul 2018 17:36:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":["4c33232f-662c-45da-8f9b-da9332436a14"],"description":"","tags":[],"updated_at":"2018-07-15T17:36:31Z","qos_policy_id":null,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:36:45,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-666f125c-3656-4cea-b481-470a2249c1b9 2018-07-15 17:36:45,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111721992493s 2018-07-15 17:36:45,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-666f125c-3656-4cea-b481-470a2249c1b9 2018-07-15 17:36:45,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:36:45,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:46,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f3746de8-ca9b-46f3-8a54-18c893d5f1a2 Date: Sun, 15 Jul 2018 17:36:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/86214818-95f2-48c2-a724-2a0a2b96881c/snap", "metadata": {}}], "file": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file", "owner": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "86214818-95f2-48c2-a724-2a0a2b96881c", "size": 12716032, "self": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/86214818-95f2-48c2-a724-2a0a2b96881c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:36:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:36:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:36:46,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f3746de8-ca9b-46f3-8a54-18c893d5f1a2 2018-07-15 17:36:46,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.708786010742s 2018-07-15 17:36:46,011 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f3746de8-ca9b-46f3-8a54-18c893d5f1a2 2018-07-15 17:36:46,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:36:46,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:46,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-4bb6b14c-414b-4a0c-84d9-85d260aadafc x-compute-request-id: req-4bb6b14c-414b-4a0c-84d9-85d260aadafc Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "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": "7454f3ae-a51a-4aee-ad64-3d5a91471393"}]} 2018-07-15 17:36:46,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4bb6b14c-414b-4a0c-84d9-85d260aadafc 2018-07-15 17:36:46,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0300300121307s 2018-07-15 17:36:46,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4bb6b14c-414b-4a0c-84d9-85d260aadafc 2018-07-15 17:36:46,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 17:36:46,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"server": {"name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "imageRef": "86214818-95f2-48c2-a724-2a0a2b96881c", "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "flavorRef": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "max_count": 1, "min_count": 1, "networks": [{"uuid": "65ab9471-da65-4a0e-b575-f1b4a5e7c1e0"}], "security_groups": [{"name": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"}]}}' 2018-07-15 17:36:49,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:36: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-6a4ee99a-9dbc-4e0d-8348-778c6df2ab62 x-compute-request-id: req-6a4ee99a-9dbc-4e0d-8348-778c6df2ab62 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"}], "OS-DCF:diskConfig": "MANUAL", "id": "3000e08d-0674-495e-b32c-792756a33702", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "adminPass": "64m9xWQ9jTkR"}} 2018-07-15 17:36:49,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6a4ee99a-9dbc-4e0d-8348-778c6df2ab62 2018-07-15 17:36:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.9115087986s 2018-07-15 17:36:49,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-6a4ee99a-9dbc-4e0d-8348-778c6df2ab62 2018-07-15 17:36:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:49,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:50,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f59342b-2e18-4d2d-b4e6-b907521872ab x-compute-request-id: req-6f59342b-2e18-4d2d-b4e6-b907521872ab Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:36:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:50,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6f59342b-2e18-4d2d-b4e6-b907521872ab 2018-07-15 17:36:50,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.761575222015s 2018-07-15 17:36:50,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6f59342b-2e18-4d2d-b4e6-b907521872ab 2018-07-15 17:36:50,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:36:50,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:51,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-e903f1f3-a716-4f10-bb4e-6cb700802e4d Date: Sun, 15 Jul 2018 17:36:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":["4c33232f-662c-45da-8f9b-da9332436a14"],"description":"","tags":[],"updated_at":"2018-07-15T17:36:31Z","qos_policy_id":null,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:36:51,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e903f1f3-a716-4f10-bb4e-6cb700802e4d 2018-07-15 17:36:51,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319571971893s 2018-07-15 17:36:51,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e903f1f3-a716-4f10-bb4e-6cb700802e4d 2018-07-15 17:36:51,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:36:51,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:51,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-25c02539-8de7-4b64-8b90-8f5d3180d565 Date: Sun, 15 Jul 2018 17:36:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","id":"4c33232f-662c-45da-8f9b-da9332436a14","subnetpool_id":null,"name":"singlevm2-subnet_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:36:51,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-25c02539-8de7-4b64-8b90-8f5d3180d565 2018-07-15 17:36:51,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0529952049255s 2018-07-15 17:36:51,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-25c02539-8de7-4b64-8b90-8f5d3180d565 2018-07-15 17:36:51,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:36:53,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:53,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11ca3093-9ab7-4bed-b67d-a7101f2faf74 x-compute-request-id: req-11ca3093-9ab7-4bed-b67d-a7101f2faf74 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.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:36:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:53,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-11ca3093-9ab7-4bed-b67d-a7101f2faf74 2018-07-15 17:36:53,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667319059372s 2018-07-15 17:36:53,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-11ca3093-9ab7-4bed-b67d-a7101f2faf74 2018-07-15 17:36:53,776 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:36:55,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:55,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:56,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36: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-96403d8c-d5fd-4b84-ad8c-a96550dbfd55 x-compute-request-id: req-96403d8c-d5fd-4b84-ad8c-a96550dbfd55 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:36:55Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:56,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-96403d8c-d5fd-4b84-ad8c-a96550dbfd55 2018-07-15 17:36:56,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04237604141s 2018-07-15 17:36:56,821 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-96403d8c-d5fd-4b84-ad8c-a96550dbfd55 2018-07-15 17:36:56,825 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:36:58,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:36:58,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:36:59,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d819b7ea-27fb-48c8-8c85-c4a6942f2f8f x-compute-request-id: req-d819b7ea-27fb-48c8-8c85-c4a6942f2f8f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:36:55Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:36:59,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d819b7ea-27fb-48c8-8c85-c4a6942f2f8f 2018-07-15 17:36:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.626819849014s 2018-07-15 17:36:59,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d819b7ea-27fb-48c8-8c85-c4a6942f2f8f 2018-07-15 17:36:59,459 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:37:01,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:01,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:02,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-07917d6c-e31b-4d06-b129-b089cd6b43ef x-compute-request-id: req-07917d6c-e31b-4d06-b129-b089cd6b43ef Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:36:55Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:02,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-07917d6c-e31b-4d06-b129-b089cd6b43ef 2018-07-15 17:37:02,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597530841827s 2018-07-15 17:37:02,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-07917d6c-e31b-4d06-b129-b089cd6b43ef 2018-07-15 17:37:02,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:37:04,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:04,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe94fea5-2751-4226-88ee-c43a232f542a x-compute-request-id: req-fe94fea5-2751-4226-88ee-c43a232f542a Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:0e:15", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:37:03.000000", "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:37:03Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:05,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe94fea5-2751-4226-88ee-c43a232f542a 2018-07-15 17:37:05,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.995640993118s 2018-07-15 17:37:05,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe94fea5-2751-4226-88ee-c43a232f542a 2018-07-15 17:37:05,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:37:05,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:05,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-7a3919ef-4bf5-4bad-af53-fc5e6882e0e2 Date: Sun, 15 Jul 2018 17:37:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:37:02Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4c33232f-662c-45da-8f9b-da9332436a14","ip_address":"192.168.0.8"}],"id":"16cb03c9-d677-4367-82a8-0592a43ce074","security_groups":["4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"],"mac_address":"fa:16:3e:9c:0e:15","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:55Z","binding:vnic_type":"normal","device_id":"3000e08d-0674-495e-b32c-792756a33702","ip_allocation":"immediate"}]} 2018-07-15 17:37:05,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-7a3919ef-4bf5-4bad-af53-fc5e6882e0e2 2018-07-15 17:37:05,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0602118968964s 2018-07-15 17:37:05,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-7a3919ef-4bf5-4bad-af53-fc5e6882e0e2 2018-07-15 17:37:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:37:05,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:05,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ba759496-9a9d-45ca-bd7e-cfe9aaa3e4f6 Date: Sun, 15 Jul 2018 17:37:05 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:37:05,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074 used request id req-ba759496-9a9d-45ca-bd7e-cfe9aaa3e4f6 2018-07-15 17:37:05,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.230120182037s 2018-07-15 17:37:05,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074 used request id req-ba759496-9a9d-45ca-bd7e-cfe9aaa3e4f6 2018-07-15 17:37:05,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:05,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:06,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-45cb1a4d-fe66-4f59-9e49-f8fc3fa7c917 x-compute-request-id: req-45cb1a4d-fe66-4f59-9e49-f8fc3fa7c917 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:0e:15", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:37:03.000000", "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:37:03Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:06,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-45cb1a4d-fe66-4f59-9e49-f8fc3fa7c917 2018-07-15 17:37:06,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79189991951s 2018-07-15 17:37:06,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-45cb1a4d-fe66-4f59-9e49-f8fc3fa7c917 2018-07-15 17:37:06,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:37:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:06,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-6f13bb4b-7f98-48da-9a5d-fd3c4b630cc0 Date: Sun, 15 Jul 2018 17:37:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:37:02Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4c33232f-662c-45da-8f9b-da9332436a14","ip_address":"192.168.0.8"}],"id":"16cb03c9-d677-4367-82a8-0592a43ce074","security_groups":["4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"],"mac_address":"fa:16:3e:9c:0e:15","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:55Z","binding:vnic_type":"normal","device_id":"3000e08d-0674-495e-b32c-792756a33702","ip_allocation":"immediate"}]} 2018-07-15 17:37:06,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-6f13bb4b-7f98-48da-9a5d-fd3c4b630cc0 2018-07-15 17:37:06,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0558321475983s 2018-07-15 17:37:06,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-6f13bb4b-7f98-48da-9a5d-fd3c4b630cc0 2018-07-15 17:37:06,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:37:06,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:06,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5a7adf6-4375-4fd5-97dc-5cc7b9e37c2a Date: Sun, 15 Jul 2018 17:37:06 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:37:06,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074 used request id req-e5a7adf6-4375-4fd5-97dc-5cc7b9e37c2a 2018-07-15 17:37:06,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0462648868561s 2018-07-15 17:37:06,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=16cb03c9-d677-4367-82a8-0592a43ce074 used request id req-e5a7adf6-4375-4fd5-97dc-5cc7b9e37c2a 2018-07-15 17:37:06,266 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9c:0e:15', u'version': 4, u'addr': u'192.168.0.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'86214818-95f2-48c2-a724-2a0a2b96881c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T17:37:03.000000', 'flavor': Munch({u'id': u'7454f3ae-a51a-4aee-ad64-3d5a91471393'}), 'az': u'nova', 'id': u'3000e08d-0674-495e-b32c-792756a33702', 'security_groups': [Munch({u'name': u'singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'909a8882de004ae9a2569833ae76b185', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'name': 'singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T17:37:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T17:37:03Z', 'hostId': u'1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'public_v6': '', 'private_v4': u'192.168.0.8', 'cloud': 'envvars', 'host_id': u'1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T17:37:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'name': u'singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'adminPass': None, 'tenant_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'created_at': u'2018-07-15T17:36:49Z', 'created': u'2018-07-15T17:36:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 17:37:06,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:06,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:06,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-b995bef6-b1af-4871-94f5-0187d3cc6c4f Date: Sun, 15 Jul 2018 17:37:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":["4c33232f-662c-45da-8f9b-da9332436a14"],"description":"","tags":[],"updated_at":"2018-07-15T17:36:31Z","qos_policy_id":null,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:37:06,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b995bef6-b1af-4871-94f5-0187d3cc6c4f 2018-07-15 17:37:06,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121176958084s 2018-07-15 17:37:06,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b995bef6-b1af-4871-94f5-0187d3cc6c4f 2018-07-15 17:37:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:37:06,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:06,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-da0a585d-750a-470a-a778-49f5f9edc756 Date: Sun, 15 Jul 2018 17:37:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:37:02Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4c33232f-662c-45da-8f9b-da9332436a14","ip_address":"192.168.0.8"}],"id":"16cb03c9-d677-4367-82a8-0592a43ce074","security_groups":["4ef7ba76-f3d4-4256-a55f-56cdcc3f5812"],"mac_address":"fa:16:3e:9c:0e:15","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:55Z","binding:vnic_type":"normal","device_id":"3000e08d-0674-495e-b32c-792756a33702","ip_allocation":"immediate"}]} 2018-07-15 17:37:06,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-da0a585d-750a-470a-a778-49f5f9edc756 2018-07-15 17:37:06,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0581049919128s 2018-07-15 17:37:06,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=3000e08d-0674-495e-b32c-792756a33702 used request id req-da0a585d-750a-470a-a778-49f5f9edc756 2018-07-15 17:37:06,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 17:37:06,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"floatingip": {"floating_network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "fixed_ip_address": "192.168.0.8", "port_id": "16cb03c9-d677-4367-82a8-0592a43ce074"}}' 2018-07-15 17:37:10,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 821 X-Openstack-Request-Id: req-a210ba8e-bb8e-45d2-beba-b351964566f3 Date: Sun, 15 Jul 2018 17:37:10 GMT RESP BODY: {"floatingip": {"router_id": "b33814b6-438d-4948-90cb-f39d48d5bf36", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:37:08Z", "updated_at": "2018-07-15T17:37:08Z", "floating_network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "65ab9471-da65-4a0e-b575-f1b4a5e7c1e0", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9c:0e:15", "device_id": "3000e08d-0674-495e-b32c-792756a33702"}, "fixed_ip_address": "192.168.0.8", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_id": "16cb03c9-d677-4367-82a8-0592a43ce074", "id": "292e7f8b-8304-4bce-b23a-4811b0a6ec56", "qos_policy_id": null}} 2018-07-15 17:37:10,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a210ba8e-bb8e-45d2-beba-b351964566f3 2018-07-15 17:37:10,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 3.58141589165s 2018-07-15 17:37:10,033 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a210ba8e-bb8e-45d2-beba-b351964566f3 2018-07-15 17:37:10,035 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'b33814b6-438d-4948-90cb-f39d48d5bf36', 'updated_at': u'2018-07-15T17:37:08Z', 'fixed_ip_address': u'192.168.0.8', 'floating_ip_address': u'172.30.9.207', 'revision_number': 0, 'port_id': u'16cb03c9-d677-4367-82a8-0592a43ce074', 'id': u'292e7f8b-8304-4bce-b23a-4811b0a6ec56', 'network': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', 'port': u'16cb03c9-d677-4367-82a8-0592a43ce074', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'name': 'singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'status': u'DOWN', 'description': u'', u'tags': [], 'floating_network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'65ab9471-da65-4a0e-b575-f1b4a5e7c1e0', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:9c:0e:15', u'device_id': u'3000e08d-0674-495e-b32c-792756a33702'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'0ce3d2cf693c42bb80534ee8a3c8fe7e', 'created_at': u'2018-07-15T17:37:08Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'65ab9471-da65-4a0e-b575-f1b4a5e7c1e0', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:9c:0e:15', u'device_id': u'3000e08d-0674-495e-b32c-792756a33702'}), 'router': u'b33814b6-438d-4948-90cb-f39d48d5bf36'}) 2018-07-15 17:37:10,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 17:37:10,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 17:37:10,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-49d79f5b-ee0b-4d16-bc40-60093fc661de x-compute-request-id: req-49d79f5b-ee0b-4d16-bc40-60093fc661de Content-Encoding: gzip Content-Length: 9573 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 461779704 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.134855] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136490] pid_max: default: 32768 minimum: 301\n[ 0.137388] ACPI: Core revision 20150930\n[ 0.138764] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140054] Security Framework initialized\n[ 0.140859] Yama: becoming mindful.\n[ 0.141576] AppArmor: AppArmor initialized\n[ 0.142441] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.143750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145008] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146206] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147595] Initializing cgroup subsys io\n[ 0.148398] Initializing cgroup subsys memory\n[ 0.149260] Initializing cgroup subsys devices\n[ 0.150134] Initializing cgroup subsys freezer\n[ 0.150990] Initializing cgroup subsys net_cls\n[ 0.151844] Initializing cgroup subsys perf_event\n[ 0.152741] Initializing cgroup subsys net_prio\n[ 0.153609] Initializing cgroup subsys hugetlb\n[ 0.154473] Initializing cgroup subsys pids\n[ 0.155335] CPU: Physical Processor ID: 0\n[ 0.156818] mce: CPU supports 10 MCE banks\n[ 0.157649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.158641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179200] ftrace: allocating 31920 entries in 125 pages\n[ 0.204107] smpboot: Max logical packages: 1\n[ 0.204967] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206305] x2apic enabled\n[ 0.207102] Switched APIC routing to physical x2apic.\n[ 0.208806] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.209918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.211972] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213737] KVM setup paravirtual spinlock\n[ 0.215034] x86: Booted up 1 node, 1 CPUs\n[ 0.215837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217212] devtmpfs: initialized\n[ 0.218950] evm: security.selinux\n[ 0.219642] evm: security.SMACK64\n[ 0.220322] evm: security.SMACK64EXEC\n[ 0.221059] evm: security.SMACK64TRANSMUTE\n[ 0.221856] evm: security.SMACK64MMAP\n[ 0.222591] evm: security.ima\n[ 0.223234] evm: security.capability\n[ 0.224030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.225862] pinctrl core: initialized pinctrl subsystem\n[ 0.226957] RTC time: 17:37:02, date: 07/15/18\n[ 0.227914] NET: Registered protocol family 16\n[ 0.228903] cpuidle: using governor ladder\n[ 0.229722] cpuidle: using governor menu\n[ 0.230521] PCCT header not found.\n[ 0.231280] ACPI: bus type PCI registered\n[ 0.232077] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.233307] PCI: Using configuration type 1 for base access\n[ 0.235066] ACPI: Added _OSI(Module Device)\n[ 0.235901] ACPI: Added _OSI(Processor Device)\n[ 0.236769] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.237653] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.239397] ACPI: Interpreter enabled\n[ 0.240164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.241988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.243807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.247456] ACPI: (supports S0 S5)\n[ 0.248156] ACPI: Using IOAPIC for interrupt routing\n[ 0.249091] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.252166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.253297] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.254514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.255693] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.257897] acpiphp: Slot [3] registered\n[ 0.258691] acpiphp: Slot [4] registered\n[ 0.259483] acpiphp: Slot [5] registered\n[ 0.260276] acpiphp: Slot [6] registered\n[ 0.261064] acpiphp: Slot [7] registered\n[ 0.261858] acpiphp: Slot [8] registered\n[ 0.262645] acpiphp: Slot [9] registered\n[ 0.263432] acpiphp: Slot [10] registered\n[ 0.264232] acpiphp: Slot [11] registered\n[ 0.265038] acpiphp: Slot [12] registered\n[ 0.265840] acpiphp: Slot [13] registered\n[ 0.266641] acpiphp: Slot [14] registered\n[ 0.267445] acpiphp: Slot [15] registered\n[ 0.278237] acpiphp: Slot [16] registered\n[ 0.279044] acpiphp: Slot [17] registered\n[ 0.279847] acpiphp: Slot [18] registered\n[ 0.280647] acpiphp: Slot [19] registered\n[ 0.281449] acpiphp: Slot [20] registered\n[ 0.282255] acpiphp: Slot [21] registered\n[ 0.283056] acpiphp: Slot [22] registered\n[ 0.283855] acpiphp: Slot [23] registered\n[ 0.284652] acpiphp: Slot [24] registered\n[ 0.285464] acpiphp: Slot [25] registered\n[ 0.286272] acpiphp: Slot [26] registered\n[ 0.287076] acpiphp: Slot [27] registered\n[ 0.287879] acpiphp: Slot [28] registered\n[ 0.288677] acpiphp: Slot [29] registered\n[ 0.289476] acpiphp: Slot [30] registered\n[ 0.290354] acpiphp: Slot [31] registered\n[ 0.291159] PCI host bridge to bus 0000:00\n[ 0.291956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.293150] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.294350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.297203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.298655] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.301870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.303134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.304297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.305543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.329721] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.331190] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.333207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.334600] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.335985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.337244] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.338534] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.339578] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.341112] vgaarb: loaded\n[ 0.341704] vgaarb: bridge control possible 0000:00:02.0\n[ 0.342920] SCSI subsystem initialized\n[ 0.343821] ACPI: bus type USB registered\n[ 0.344636] usbcore: registered new interface driver usbfs\n[ 0.345666] usbcore: registered new interface driver hub\n[ 0.346665] usbcore: registered new device driver usb\n[ 0.347764] PCI: Using ACPI for IRQ routing\n[ 0.348865] NetLabel: Initializing\n[ 0.349575] NetLabel: domain hash size = 128\n[ 0.350428] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.351383] NetLabel: unlabeled traffic allowed by default\n[ 0.352533] clocksource: Switched to clocksource kvm-clock\n[ 0.360676] AppArmor: AppArmor Filesystem Enabled\n[ 0.361651] pnp: PnP ACPI init\n[ 0.362581] pnp: PnP ACPI: found 5 devices\n[ 0.368890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.370589] NET: Registered protocol family 2\n[ 0.371633] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.372930] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.374137] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.375323] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.376394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377567] NET: Registered protocol family 1\n[ 0.378444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.379531] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.380605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.394629] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.408747] Trying to unpack rootfs image as initramfs...\n[ 0.465239] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.466859] Scanning for low memory corruption every 60 seconds\n[ 0.468184] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.469359] audit: initializing netlink subsys (disabled)\n[ 0.470381] audit: type=2000 audit(1531676223.756:1): initialized\n[ 0.471712] Initialise system trusted keyring\n[ 0.472673] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.473835] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.475948] zbud: loaded\n[ 0.476681] VFS: Disk quotas dquot_6.6.0\n[ 0.477500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.479108] fuse init (API version 7.23)\n[ 0.480013] Key type big_key registered\n[ 0.480823] Allocating IMA MOK and blacklist keyrings.\n[ 0.482052] Key type asymmetric registered\n[ 0.482872] Asymmetric key parser 'x509' registered\n[ 0.483825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.485306] io scheduler noop registered\n[ 0.486097] io scheduler deadline registered (default)\n[ 0.487085] io scheduler cfq registered\n[ 0.487933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.488975] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.490242] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.491683] ACPI: Power Button [PWRF]\n[ 0.492563] GHES: HEST is not enabled!\n[ 0.506208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.536140] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.560032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.562287] Linux agpgart interface v0.103\n[ 0.564875] brd: module loaded\n[ 0.566535] loop: module loaded\n[ 0.570645] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.572092] GPT:90111 != 2097151\n[ 0.572769] GPT:Alternate GPT header not at the end of the disk.\n[ 0.573861] GPT:90111 != 2097151\n[ 0.574528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.575490] vda: vda1 vda15\n[ 0.576705] scsi host0: ata_piix\n[ 0.577484] scsi host1: ata_piix\n[ 0.578199] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.579402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.580866] libphy: Fixed MDIO Bus: probed\n[ 0.581679] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582620] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.584880] PPP generic driver version 2.4.2\n[ 0.585787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586967] ehci-pci: EHCI PCI platform driver\n[ 0.587834] ehci-platform: EHCI generic platform driver\n[ 0.588825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.589967] ohci-pci: OHCI PCI platform driver\n[ 0.590851] ohci-platform: OHCI generic platform driver\n[ 0.591858] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.608183] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.609404] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.610896] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.611946] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.613178] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.614422] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.615849] usb usb1: Product: UHCI Host Controller\n[ 0.616789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.617936] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.619035] hub 1-0:1.0: USB hub found\n[ 0.619833] hub 1-0:1.0: 2 ports detected\n[ 0.620876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.623077] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.624043] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.625116] mousedev: PS/2 mouse device common for all mice\n[ 0.626419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.628580] rtc_cmos 00:00: RTC can wake from S4\n[ 0.629731] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.630936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.632148] i2c /dev entries driver\n[ 0.632959] device-mapper: uevent: version 1.0.3\n[ 0.633942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.635604] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.637141] NET: Registered protocol family 10\n[ 0.638327] NET: Registered protocol family 17\n[ 0.639233] Key type dns_resolver registered\n[ 0.640271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.641383] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.643207] registered taskstats version 1\n[ 0.644069] Loading compiled-in X.509 certificates\n[ 0.645560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.647438] zswap: loaded using pool lzo/zbud\n[ 0.649150] Key type trusted registered\n[ 0.650907] Key type encrypted registered\n[ 0.651750] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.652812] ima: No TPM chip found, activating TPM-bypass!\n[ 0.653869] evm: HMAC attrs: 0x1\n[ 0.654911] Magic number: 10:517:643\n[ 0.655803] rtc_cmos 00:00: setting system clock to 2018-07-15 17:37:03 UTC (1531676223)\n[ 0.657447] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.658564] EDD information not available.\n[ 0.738072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.749734] Write protecting the kernel read-only data: 14336k\n[ 0.751908] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.753794] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.797648] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.8...\nLease of 192.168.0.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkXSZ2YBQpmtiwntWNXa/cQGgWzzROV0WB8oNgTYFHvi2hheCF/bCN5h7uX+9/0azXMjG5JXD5gMOwiO9fcXaqetxeHJ6N6Bx8TJDvACNsnea2LBJRMtkx1XRzuuarD6bvOasGhscCRTR4aJxwsd0qvFm1dsT+NLBRw4Nw5qxtnwfo19Qn+KIjP3VddmnR1ExMphhVWF8ASpRSBxqDpuL/6uO/65hH3OVyOzqfBcjQH/qw7M4+Nq1hSmj25l1DC2yDr6Wx6Q81qXzQYLzHC/GTFHKyO3Nt7orILcYu3t6EnPokiYo67/xx75EHjxPC+skeYNAXr0kTy2JqwaQYo0hF root@singlevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2\nssh-dss AAAAB3NzaC1kc3MAAACBAKj//IJTBYmJKJ1/oTjrOa0d2DRAdvb18UxJzybsI9ZZHwBKztNVF2SZcx/rvVX/kpx2/lHaN7bVV8Mu5qTJetPPrJshhWZgsQX2zvZR4I4Wqw5RiI3pzd+vxz9S96ToUEHFC9P3cmnKzTDza4mlhN2FlxZfHKCTupiHdcZLLGrFAAAAFQDzuZvbFi5ZhLB9fKvR4eHQNa4qowAAAIAJsEdLPCcYl7cJ81zFWhaoEKWfe6z9ACysZF6uyBunu9swLrJsnCbO0br3m4kojAo+bOBa7H/J15rXGSBQIk9MYZQFv/A1NDsA2RYElwFT9y4A5vKsgTFcF9gh50NmJrF8N328BwIPt4Wpz1CaKllXkYyYX5+Acb9PqOidNouMcQAAAIEAnPQMF3X1dYYRKdjkKazB/JtUn93vu2t1C6ih/K1rh9YbSGi+VHocDFJoTin8J4F/GN5JjeFuAaDC/arzDxjPJXc92qgqZHse7dXI51TtipunvO2WhAuaDwMPuQbmpTkfaWhoEWh4jt7ZItPozLEBrp83FELT46dSxzVRI46plHk= root@singlevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe9c:e15/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.1 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-acc41322-d422-4c33-8eae-8f5804ec0eb2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.60 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2 login: "} 2018-07-15 17:37:10,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702/action used request id req-49d79f5b-ee0b-4d16-bc40-60093fc661de 2018-07-15 17:37:10,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.785721063614s 2018-07-15 17:37:10,822 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702/action used request id req-49d79f5b-ee0b-4d16-bc40-60093fc661de 2018-07-15 17:37:10,822 - 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 461779704 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.134855] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136490] pid_max: default: 32768 minimum: 301 [ 0.137388] ACPI: Core revision 20150930 [ 0.138764] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140054] Security Framework initialized [ 0.140859] Yama: becoming mindful. [ 0.141576] AppArmor: AppArmor initialized [ 0.142441] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143750] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145008] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146206] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147595] Initializing cgroup subsys io [ 0.148398] Initializing cgroup subsys memory [ 0.149260] Initializing cgroup subsys devices [ 0.150134] Initializing cgroup subsys freezer [ 0.150990] Initializing cgroup subsys net_cls [ 0.151844] Initializing cgroup subsys perf_event [ 0.152741] Initializing cgroup subsys net_prio [ 0.153609] Initializing cgroup subsys hugetlb [ 0.154473] Initializing cgroup subsys pids [ 0.155335] CPU: Physical Processor ID: 0 [ 0.156818] mce: CPU supports 10 MCE banks [ 0.157649] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158641] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.173130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179200] ftrace: allocating 31920 entries in 125 pages [ 0.204107] smpboot: Max logical packages: 1 [ 0.204967] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206305] x2apic enabled [ 0.207102] Switched APIC routing to physical x2apic. [ 0.208806] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.209918] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.211972] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213737] KVM setup paravirtual spinlock [ 0.215034] x86: Booted up 1 node, 1 CPUs [ 0.215837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.217212] devtmpfs: initialized [ 0.218950] evm: security.selinux [ 0.219642] evm: security.SMACK64 [ 0.220322] evm: security.SMACK64EXEC [ 0.221059] evm: security.SMACK64TRANSMUTE [ 0.221856] evm: security.SMACK64MMAP [ 0.222591] evm: security.ima [ 0.223234] evm: security.capability [ 0.224030] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.225862] pinctrl core: initialized pinctrl subsystem [ 0.226957] RTC time: 17:37:02, date: 07/15/18 [ 0.227914] NET: Registered protocol family 16 [ 0.228903] cpuidle: using governor ladder [ 0.229722] cpuidle: using governor menu [ 0.230521] PCCT header not found. [ 0.231280] ACPI: bus type PCI registered [ 0.232077] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.233307] PCI: Using configuration type 1 for base access [ 0.235066] ACPI: Added _OSI(Module Device) [ 0.235901] ACPI: Added _OSI(Processor Device) [ 0.236769] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237653] ACPI: Added _OSI(Processor Aggregator Device) [ 0.239397] ACPI: Interpreter enabled [ 0.240164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.241988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.243807] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.247456] ACPI: (supports S0 S5) [ 0.248156] ACPI: Using IOAPIC for interrupt routing [ 0.249091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.252166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.253297] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.254514] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.255693] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257897] acpiphp: Slot [3] registered [ 0.258691] acpiphp: Slot [4] registered [ 0.259483] acpiphp: Slot [5] registered [ 0.260276] acpiphp: Slot [6] registered [ 0.261064] acpiphp: Slot [7] registered [ 0.261858] acpiphp: Slot [8] registered [ 0.262645] acpiphp: Slot [9] registered [ 0.263432] acpiphp: Slot [10] registered [ 0.264232] acpiphp: Slot [11] registered [ 0.265038] acpiphp: Slot [12] registered [ 0.265840] acpiphp: Slot [13] registered [ 0.266641] acpiphp: Slot [14] registered [ 0.267445] acpiphp: Slot [15] registered [ 0.278237] acpiphp: Slot [16] registered [ 0.279044] acpiphp: Slot [17] registered [ 0.279847] acpiphp: Slot [18] registered [ 0.280647] acpiphp: Slot [19] registered [ 0.281449] acpiphp: Slot [20] registered [ 0.282255] acpiphp: Slot [21] registered [ 0.283056] acpiphp: Slot [22] registered [ 0.283855] acpiphp: Slot [23] registered [ 0.284652] acpiphp: Slot [24] registered [ 0.285464] acpiphp: Slot [25] registered [ 0.286272] acpiphp: Slot [26] registered [ 0.287076] acpiphp: Slot [27] registered [ 0.287879] acpiphp: Slot [28] registered [ 0.288677] acpiphp: Slot [29] registered [ 0.289476] acpiphp: Slot [30] registered [ 0.290354] acpiphp: Slot [31] registered [ 0.291159] PCI host bridge to bus 0000:00 [ 0.291956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.293150] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.294350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.297203] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.298655] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304297] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309066] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310474] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.329721] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.331190] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.333207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.334600] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.335985] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.337244] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.338534] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.339578] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.341112] vgaarb: loaded [ 0.341704] vgaarb: bridge control possible 0000:00:02.0 [ 0.342920] SCSI subsystem initialized [ 0.343821] ACPI: bus type USB registered [ 0.344636] usbcore: registered new interface driver usbfs [ 0.345666] usbcore: registered new interface driver hub [ 0.346665] usbcore: registered new device driver usb [ 0.347764] PCI: Using ACPI for IRQ routing [ 0.348865] NetLabel: Initializing [ 0.349575] NetLabel: domain hash size = 128 [ 0.350428] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.351383] NetLabel: unlabeled traffic allowed by default [ 0.352533] clocksource: Switched to clocksource kvm-clock [ 0.360676] AppArmor: AppArmor Filesystem Enabled [ 0.361651] pnp: PnP ACPI init [ 0.362581] pnp: PnP ACPI: found 5 devices [ 0.368890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.370589] NET: Registered protocol family 2 [ 0.371633] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.372930] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.374137] TCP: Hash tables configured (established 4096 bind 4096) [ 0.375323] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.376394] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.377567] NET: Registered protocol family 1 [ 0.378444] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.379531] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.380605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.394629] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.408747] Trying to unpack rootfs image as initramfs... [ 0.465239] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.466859] Scanning for low memory corruption every 60 seconds [ 0.468184] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.469359] audit: initializing netlink subsys (disabled) [ 0.470381] audit: type=2000 audit(1531676223.756:1): initialized [ 0.471712] Initialise system trusted keyring [ 0.472673] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.473835] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.475948] zbud: loaded [ 0.476681] VFS: Disk quotas dquot_6.6.0 [ 0.477500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.479108] fuse init (API version 7.23) [ 0.480013] Key type big_key registered [ 0.480823] Allocating IMA MOK and blacklist keyrings. [ 0.482052] Key type asymmetric registered [ 0.482872] Asymmetric key parser 'x509' registered [ 0.483825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.485306] io scheduler noop registered [ 0.486097] io scheduler deadline registered (default) [ 0.487085] io scheduler cfq registered [ 0.487933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.488975] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.490242] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.491683] ACPI: Power Button [PWRF] [ 0.492563] GHES: HEST is not enabled! [ 0.506208] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534047] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.536140] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.560032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.562287] Linux agpgart interface v0.103 [ 0.564875] brd: module loaded [ 0.566535] loop: module loaded [ 0.570645] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.572092] GPT:90111 != 2097151 [ 0.572769] GPT:Alternate GPT header not at the end of the disk. [ 0.573861] GPT:90111 != 2097151 [ 0.574528] GPT: Use GNU Parted to correct GPT errors. [ 0.575490] vda: vda1 vda15 [ 0.576705] scsi host0: ata_piix [ 0.577484] scsi host1: ata_piix [ 0.578199] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.579402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.580866] libphy: Fixed MDIO Bus: probed [ 0.581679] tun: Universal TUN/TAP device driver, 1.6 [ 0.582620] tun: (C) 1999-2004 Max Krasnyansky [ 0.584880] PPP generic driver version 2.4.2 [ 0.585787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586967] ehci-pci: EHCI PCI platform driver [ 0.587834] ehci-platform: EHCI generic platform driver [ 0.588825] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.589967] ohci-pci: OHCI PCI platform driver [ 0.590851] ohci-platform: OHCI generic platform driver [ 0.591858] uhci_hcd: USB Universal Host Controller Interface driver [ 0.608183] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.609404] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.610896] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.611946] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.613178] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.614422] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.615849] usb usb1: Product: UHCI Host Controller [ 0.616789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.617936] usb usb1: SerialNumber: 0000:00:01.2 [ 0.619035] hub 1-0:1.0: USB hub found [ 0.619833] hub 1-0:1.0: 2 ports detected [ 0.620876] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.623077] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.624043] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.625116] mousedev: PS/2 mouse device common for all mice [ 0.626419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.628580] rtc_cmos 00:00: RTC can wake from S4 [ 0.629731] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.630936] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.632148] i2c /dev entries driver [ 0.632959] device-mapper: uevent: version 1.0.3 [ 0.633942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.635604] ledtrig-cpu: registered to indicate activity on CPUs [ 0.637141] NET: Registered protocol family 10 [ 0.638327] NET: Registered protocol family 17 [ 0.639233] Key type dns_resolver registered [ 0.640271] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.641383] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.643207] registered taskstats version 1 [ 0.644069] Loading compiled-in X.509 certificates [ 0.645560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.647438] zswap: loaded using pool lzo/zbud [ 0.649150] Key type trusted registered [ 0.650907] Key type encrypted registered [ 0.651750] AppArmor: AppArmor sha1 policy hashing enabled [ 0.652812] ima: No TPM chip found, activating TPM-bypass! [ 0.653869] evm: HMAC attrs: 0x1 [ 0.654911] Magic number: 10:517:643 [ 0.655803] rtc_cmos 00:00: setting system clock to 2018-07-15 17:37:03 UTC (1531676223) [ 0.657447] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.658564] EDD information not available. [ 0.738072] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.749734] Write protecting the kernel read-only data: 14336k [ 0.751908] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.753794] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.797648] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.8... Lease of 192.168.0.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.85. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCkXSZ2YBQpmtiwntWNXa/cQGgWzzROV0WB8oNgTYFHvi2hheCF/bCN5h7uX+9/0azXMjG5JXD5gMOwiO9fcXaqetxeHJ6N6Bx8TJDvACNsnea2LBJRMtkx1XRzuuarD6bvOasGhscCRTR4aJxwsd0qvFm1dsT+NLBRw4Nw5qxtnwfo19Qn+KIjP3VddmnR1ExMphhVWF8ASpRSBxqDpuL/6uO/65hH3OVyOzqfBcjQH/qw7M4+Nq1hSmj25l1DC2yDr6Wx6Q81qXzQYLzHC/GTFHKyO3Nt7orILcYu3t6EnPokiYo67/xx75EHjxPC+skeYNAXr0kTy2JqwaQYo0hF root@singlevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2 ssh-dss AAAAB3NzaC1kc3MAAACBAKj//IJTBYmJKJ1/oTjrOa0d2DRAdvb18UxJzybsI9ZZHwBKztNVF2SZcx/rvVX/kpx2/lHaN7bVV8Mu5qTJetPPrJshhWZgsQX2zvZR4I4Wqw5RiI3pzd+vxz9S96ToUEHFC9P3cmnKzTDza4mlhN2FlxZfHKCTupiHdcZLLGrFAAAAFQDzuZvbFi5ZhLB9fKvR4eHQNa4qowAAAIAJsEdLPCcYl7cJ81zFWhaoEKWfe6z9ACysZF6uyBunu9swLrJsnCbO0br3m4kojAo+bOBa7H/J15rXGSBQIk9MYZQFv/A1NDsA2RYElwFT9y4A5vKsgTFcF9gh50NmJrF8N328BwIPt4Wpz1CaKllXkYyYX5+Acb9PqOidNouMcQAAAIEAnPQMF3X1dYYRKdjkKazB/JtUn93vu2t1C6ih/K1rh9YbSGi+VHocDFJoTin8J4F/GN5JjeFuAaDC/arzDxjPJXc92qgqZHse7dXI51TtipunvO2WhAuaDwMPuQbmpTkfaWhoEWh4jt7ZItPozLEBrp83FELT46dSxzVRI46plHk= root@singlevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.8,24,fe80::f816:3eff:fe9c:e15/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.1 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.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-acc41322-d422-4c33-8eae-8f5804ec0eb2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.60 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-acc41322-d422-4c33-8eae-8f5804ec0eb2 login: 2018-07-15 17:37:11,596 - paramiko.transport - DEBUG - starting thread (client mode): 0x2b118a10L 2018-07-15 17:37:11,597 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 17:37:11,615 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 17:37:11,615 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 17:37:11,617 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 17:37:11,669 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 17:37:11,670 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 17:37:11,697 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: 7ce669364a1a93fe2eae166e6ce94136 2018-07-15 17:37:11,698 - paramiko.transport - DEBUG - Trying discovered key ed475656650aeef4534ce511411e1c64 in /tmp/tmpL2tGWZ 2018-07-15 17:37:11,710 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 17:37:11,716 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 17:37:11,731 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 17:37:11,732 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 17:37:11,732 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 17:37:11,733 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 17:37:11,734 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 17:37:11,735 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 17:37:11,739 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 17:37:11,843 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:37:11,844 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 17:37:11,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 17:37:11,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/292e7f8b-8304-4bce-b23a-4811b0a6ec56.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:13,578 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3784b5b7-44c3-4fa8-8a36-0d088523a57d Content-Length: 0 Date: Sun, 15 Jul 2018 17:37:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:37:13,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/292e7f8b-8304-4bce-b23a-4811b0a6ec56.json used request id req-3784b5b7-44c3-4fa8-8a36-0d088523a57d 2018-07-15 17:37:13,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.72723698616s 2018-07-15 17:37:13,579 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/292e7f8b-8304-4bce-b23a-4811b0a6ec56.json used request id req-3784b5b7-44c3-4fa8-8a36-0d088523a57d 2018-07-15 17:37:13,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:37:13,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:13,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ff70604a-f006-4b80-ad88-aa525e8a50da Date: Sun, 15 Jul 2018 17:37:13 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:37:13,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ff70604a-f006-4b80-ad88-aa525e8a50da 2018-07-15 17:37:13,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.26460313797s 2018-07-15 17:37:13,850 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ff70604a-f006-4b80-ad88-aa525e8a50da 2018-07-15 17:37:13,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 17:37:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:14,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:37: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-4e465dec-67c9-43c1-af99-0c2daad73d36 x-compute-request-id: req-4e465dec-67c9-43c1-af99-0c2daad73d36 Content-Type: application/json 2018-07-15 17:37:14,107 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702 used request id req-4e465dec-67c9-43c1-af99-0c2daad73d36 2018-07-15 17:37:14,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.256445169449s 2018-07-15 17:37:14,108 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702 used request id req-4e465dec-67c9-43c1-af99-0c2daad73d36 2018-07-15 17:37:14,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:14,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:14,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f7d4e54-c62b-432c-a398-0e92eb62071d x-compute-request-id: req-0f7d4e54-c62b-432c-a398-0e92eb62071d Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:0e:15", "version": 4, "addr": "192.168.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:0e:15", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/3000e08d-0674-495e-b32c-792756a33702", "rel": "bookmark"}], "image": {"id": "86214818-95f2-48c2-a724-2a0a2b96881c", "links": [{"href": "http://172.30.9.25:8774/images/86214818-95f2-48c2-a724-2a0a2b96881c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:37:03.000000", "flavor": {"id": "7454f3ae-a51a-4aee-ad64-3d5a91471393", "links": [{"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "bookmark"}]}, "id": "3000e08d-0674-495e-b32c-792756a33702", "security_groups": [{"name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}], "user_id": "909a8882de004ae9a2569833ae76b185", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:37:14Z", "hostId": "1d3234996d88b84079a30f593afb4f33ce78bd96f613bde7090b5c12", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2", "name": "singlevm2-vm_acc41322-d422-4c33-8eae-8f5804ec0eb2", "created": "2018-07-15T17:36:49Z", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:14,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0f7d4e54-c62b-432c-a398-0e92eb62071d 2018-07-15 17:37:14,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563236951828s 2018-07-15 17:37:14,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0f7d4e54-c62b-432c-a398-0e92eb62071d 2018-07-15 17:37:14,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:37:16,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:16,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:16,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-5bd714c0-7518-4760-b27c-70bbcd066578 x-compute-request-id: req-5bd714c0-7518-4760-b27c-70bbcd066578 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 17:37:16,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5bd714c0-7518-4760-b27c-70bbcd066578 2018-07-15 17:37:16,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0992960929871s 2018-07-15 17:37:16,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5bd714c0-7518-4760-b27c-70bbcd066578 2018-07-15 17:37:16,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:37:16,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:16,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-46d67a5c-17a4-4838-a799-59871b6f90d0 Date: Sun, 15 Jul 2018 17:37:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:30Z", "updated_at": "2018-07-15T17:36:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "1d1f0381-0e0f-4f1a-8b82-46ef43f88b00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "31e330a9-3390-4f9e-8ca6-0bb1de80079c", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "91717157-51f5-466c-b5c8-972a87d5cfa6", "remote_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:30Z", "revision_number": 0, "id": "caa8bb38-cfef-478b-9a76-2118a2e36b3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:30Z", "security_group_id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 1, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "3c13f1cf-6490-4c63-bc1d-99dec89e89ba", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:44Z", "updated_at": "2018-07-15T17:36:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "1ebf38ea-c527-4604-9780-78b91f50046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "8da2e6ce-fc6e-4632-9e19-65b71e253e33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv6", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:44Z", "revision_number": 0, "id": "93655f58-0f5c-4505-945f-0619af4e5e21", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:44Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:36:45Z", "revision_number": 0, "id": "d820eb63-0351-4293-b45d-f4ef69f4ddcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:36:45Z", "security_group_id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "port_range_min": null, "ethertype": "IPv4", "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e"}], "revision_number": 3, "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "4ef7ba76-f3d4-4256-a55f-56cdcc3f5812", "name": "singlevm2-sg_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:37:16,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-46d67a5c-17a4-4838-a799-59871b6f90d0 2018-07-15 17:37:16,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0544638633728s 2018-07-15 17:37:16,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-46d67a5c-17a4-4838-a799-59871b6f90d0 2018-07-15 17:37:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 17:37:16,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/4ef7ba76-f3d4-4256-a55f-56cdcc3f5812.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:16,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad27c495-ab9b-40f5-8cbb-bd78711f91da Content-Length: 0 Date: Sun, 15 Jul 2018 17:37:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:37:16,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/4ef7ba76-f3d4-4256-a55f-56cdcc3f5812.json used request id req-ad27c495-ab9b-40f5-8cbb-bd78711f91da 2018-07-15 17:37:16,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.160541057587s 2018-07-15 17:37:16,998 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/4ef7ba76-f3d4-4256-a55f-56cdcc3f5812.json used request id req-ad27c495-ab9b-40f5-8cbb-bd78711f91da 2018-07-15 17:37:16,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 17:37:17,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:17,049 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:37:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4655eef-bf6d-48e2-87a8-a865b86465db x-compute-request-id: req-b4655eef-bf6d-48e2-87a8-a865b86465db Content-Length: 0 Content-Type: application/json 2018-07-15 17:37:17,050 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2 used request id req-b4655eef-bf6d-48e2-87a8-a865b86465db 2018-07-15 17:37:17,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0514140129089s 2018-07-15 17:37:17,050 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_acc41322-d422-4c33-8eae-8f5804ec0eb2 used request id req-b4655eef-bf6d-48e2-87a8-a865b86465db 2018-07-15 17:37:17,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:37:17,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" -d '{"subnet_id": "4c33232f-662c-45da-8f9b-da9332436a14"}' 2018-07-15 17:37:19,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-677a5c48-c8e8-4bdd-b0f8-5b95f9385c73 Date: Sun, 15 Jul 2018 17:37:19 GMT RESP BODY: {"network_id": "65ab9471-da65-4a0e-b575-f1b4a5e7c1e0", "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "subnet_id": "4c33232f-662c-45da-8f9b-da9332436a14", "subnet_ids": ["4c33232f-662c-45da-8f9b-da9332436a14"], "port_id": "40fa969c-1930-4a83-aff1-23a8c474289b", "id": "b33814b6-438d-4948-90cb-f39d48d5bf36"} 2018-07-15 17:37:19,771 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/remove_router_interface.json used request id req-677a5c48-c8e8-4bdd-b0f8-5b95f9385c73 2018-07-15 17:37:19,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.72028017044s 2018-07-15 17:37:19,771 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36/remove_router_interface.json used request id req-677a5c48-c8e8-4bdd-b0f8-5b95f9385c73 returning object b33814b6-438d-4948-90cb-f39d48d5bf36 2018-07-15 17:37:19,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:37:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:19,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6eb99f83-2726-4728-b081-57d704838f4b Date: Sun, 15 Jul 2018 17:37:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "created_at": "2018-07-15T17:36:33Z", "admin_state_up": true, "updated_at": "2018-07-15T17:37:18Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "b33814b6-438d-4948-90cb-f39d48d5bf36", "name": "singlevm2-router_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:37:19,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6eb99f83-2726-4728-b081-57d704838f4b 2018-07-15 17:37:19,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120228052139s 2018-07-15 17:37:19,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6eb99f83-2726-4728-b081-57d704838f4b 2018-07-15 17:37:19,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:37:19,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:23,922 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9570382a-d90c-465b-8b5b-79cd795d949f Content-Length: 0 Date: Sun, 15 Jul 2018 17:37:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:37:23,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36.json used request id req-9570382a-d90c-465b-8b5b-79cd795d949f 2018-07-15 17:37:23,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.02888989449s 2018-07-15 17:37:23,923 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b33814b6-438d-4948-90cb-f39d48d5bf36.json used request id req-9570382a-d90c-465b-8b5b-79cd795d949f 2018-07-15 17:37:23,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:37:23,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:24,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-dff71180-82cd-475a-9b63-626543bf56f3 Date: Sun, 15 Jul 2018 17:37:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:36:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","id":"4c33232f-662c-45da-8f9b-da9332436a14","subnetpool_id":null,"name":"singlevm2-subnet_acc41322-d422-4c33-8eae-8f5804ec0eb2"}]} 2018-07-15 17:37:24,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-dff71180-82cd-475a-9b63-626543bf56f3 2018-07-15 17:37:24,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.238448143005s 2018-07-15 17:37:24,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-dff71180-82cd-475a-9b63-626543bf56f3 2018-07-15 17:37:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:37:24,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/4c33232f-662c-45da-8f9b-da9332436a14.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:26,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca3bf1c8-f251-427d-bd04-794595be6d8f Date: Sun, 15 Jul 2018 17:37:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:37:26,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4c33232f-662c-45da-8f9b-da9332436a14.json used request id req-ca3bf1c8-f251-427d-bd04-794595be6d8f 2018-07-15 17:37:26,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.12443804741s 2018-07-15 17:37:26,288 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/4c33232f-662c-45da-8f9b-da9332436a14.json used request id req-ca3bf1c8-f251-427d-bd04-794595be6d8f 2018-07-15 17:37:26,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:26,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:26,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-298baed9-aaa6-4ef8-a089-7b0ed4339c04 Date: Sun, 15 Jul 2018 17:37:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"65ab9471-da65-4a0e-b575-f1b4a5e7c1e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:37:26Z","qos_policy_id":null,"name":"singlevm2-net_acc41322-d422-4c33-8eae-8f5804ec0eb2","admin_state_up":true,"tenant_id":"0ce3d2cf693c42bb80534ee8a3c8fe7e","created_at":"2018-07-15T17:36:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500}]} 2018-07-15 17:37:26,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-298baed9-aaa6-4ef8-a089-7b0ed4339c04 2018-07-15 17:37:26,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.328200817108s 2018-07-15 17:37:26,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-298baed9-aaa6-4ef8-a089-7b0ed4339c04 2018-07-15 17:37:26,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:37:26,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/65ab9471-da65-4a0e-b575-f1b4a5e7c1e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:27,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-985ea33a-ab1a-490a-87f2-b61033f1f0ef Date: Sun, 15 Jul 2018 17:37:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:37:27,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/65ab9471-da65-4a0e-b575-f1b4a5e7c1e0.json used request id req-985ea33a-ab1a-490a-87f2-b61033f1f0ef 2018-07-15 17:37:27,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11226296425s 2018-07-15 17:37:27,731 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/65ab9471-da65-4a0e-b575-f1b4a5e7c1e0.json used request id req-985ea33a-ab1a-490a-87f2-b61033f1f0ef 2018-07-15 17:37:27,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:37:27,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:28,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ae139fe6-8f39-4399-a028-a6fc4eedbffe Date: Sun, 15 Jul 2018 17:37:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/86214818-95f2-48c2-a724-2a0a2b96881c/snap", "metadata": {}}], "file": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c/file", "owner": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "id": "86214818-95f2-48c2-a724-2a0a2b96881c", "size": 12716032, "self": "/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/86214818-95f2-48c2-a724-2a0a2b96881c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:36:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_acc41322-d422-4c33-8eae-8f5804ec0eb2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:36:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:37:28,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ae139fe6-8f39-4399-a028-a6fc4eedbffe 2018-07-15 17:37:28,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.694282054901s 2018-07-15 17:37:28,430 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-ae139fe6-8f39-4399-a028-a6fc4eedbffe 2018-07-15 17:37:28,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 17:37:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da2b345b1b8965cc42cc2a6ef04a9aa98f65174c" 2018-07-15 17:37:28,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c3f58452-947c-42a0-9f74-7f9c40113ce3 Date: Sun, 15 Jul 2018 17:37:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:37:28,781 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c used request id req-c3f58452-947c-42a0-9f74-7f9c40113ce3 2018-07-15 17:37:28,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.349341869354s 2018-07-15 17:37:28,781 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/86214818-95f2-48c2-a724-2a0a2b96881c used request id req-c3f58452-947c-42a0-9f74-7f9c40113ce3 2018-07-15 17:37:28,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:37:28,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:28,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-906549da-f4dd-4082-8ec6-d019d08521b2 x-compute-request-id: req-906549da-f4dd-4082-8ec6-d019d08521b2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393", "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": "7454f3ae-a51a-4aee-ad64-3d5a91471393"}]} 2018-07-15 17:37:28,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-906549da-f4dd-4082-8ec6-d019d08521b2 2018-07-15 17:37:28,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0311689376831s 2018-07-15 17:37:28,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-906549da-f4dd-4082-8ec6-d019d08521b2 2018-07-15 17:37:28,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 17:37:28,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:28,850 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:37:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aef40928-5d22-4749-9f27-e44d0962e481 x-compute-request-id: req-aef40928-5d22-4749-9f27-e44d0962e481 Content-Length: 0 Content-Type: application/json 2018-07-15 17:37:28,850 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393 used request id req-aef40928-5d22-4749-9f27-e44d0962e481 2018-07-15 17:37:28,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0360910892487s 2018-07-15 17:37:28,851 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7454f3ae-a51a-4aee-ad64-3d5a91471393 used request id req-aef40928-5d22-4749-9f27-e44d0962e481 2018-07-15 17:37:28,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:37:28,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:28,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74cdf40a-008e-4b9b-b868-7646ea784a8a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": {"self": "http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "909a8882de004ae9a2569833ae76b185", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:37:28,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-74cdf40a-008e-4b9b-b868-7646ea784a8a 2018-07-15 17:37:28,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110222101212s 2018-07-15 17:37:28,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-74cdf40a-008e-4b9b-b868-7646ea784a8a 2018-07-15 17:37:28,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:37:28,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:29,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87567f2d-6ecf-40f6-ba5f-022f3409521d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_acc41322-d422-4c33-8eae-8f5804ec0eb2", "links": {"self": "http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "909a8882de004ae9a2569833ae76b185", "description": null}} 2018-07-15 17:37:29,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 used request id req-87567f2d-6ecf-40f6-ba5f-022f3409521d 2018-07-15 17:37:29,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122098922729s 2018-07-15 17:37:29,088 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 used request id req-87567f2d-6ecf-40f6-ba5f-022f3409521d 2018-07-15 17:37:29,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 17:37:29,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:29,397 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-169627a6-c2c1-48ef-a7b1-541619adaa25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:37:29,397 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 used request id req-169627a6-c2c1-48ef-a7b1-541619adaa25 2018-07-15 17:37:29,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308585882187s 2018-07-15 17:37:29,397 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/909a8882de004ae9a2569833ae76b185 used request id req-169627a6-c2c1-48ef-a7b1-541619adaa25 2018-07-15 17:37:29,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:37:29,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:29,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89336745-b5ba-4942-8381-08bd75632572 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e"}, "tags": [], "enabled": true, "id": "0ce3d2cf693c42bb80534ee8a3c8fe7e", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_acc41322-d422-4c33-8eae-8f5804ec0eb2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-15 17:37:29,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-89336745-b5ba-4942-8381-08bd75632572 2018-07-15 17:37:29,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949530601501s 2018-07-15 17:37:29,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-89336745-b5ba-4942-8381-08bd75632572 2018-07-15 17:37:29,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 17:37:29,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c9602b0fb96a01b6886ce9afbc959388eebe8bf1" 2018-07-15 17:37:29,747 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:37:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dc32b2c-d444-46d4-9e6d-67b17b20755d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:37:29,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e used request id req-3dc32b2c-d444-46d4-9e6d-67b17b20755d 2018-07-15 17:37:29,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245928049088s 2018-07-15 17:37:29,748 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/0ce3d2cf693c42bb80534ee8a3c8fe7e used request id req-3dc32b2c-d444-46d4-9e6d-67b17b20755d 2018-07-15 17:37:29,748 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:37:29,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:37:29,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:37:29,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:37:29,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:37:29,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:37:29,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:37:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:37:29,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db97d920-28f3-4acc-9b7e-e1dc8efb6ea8 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:37:29,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-db97d920-28f3-4acc-9b7e-e1dc8efb6ea8 2018-07-15 17:37:29,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:37:30,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "0ca4d69b86ea40c2ac97f10560a9fb47", "name": "admin"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:37:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97e7225fef894b79ba0ec19c9485f90a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/97e7225fef894b79ba0ec19c9485f90a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3b98893783314f13bc315f75cbfb57b2"}, "audit_ids": ["dhY6tkdESiewcqhTTYGjRg"], "issued_at": "2018-07-15T17:37:30.000000Z"}} 2018-07-15 17:37:30,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:30,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:30,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-a093bd79-bbd0-42c9-abdf-552d4cbeab45 Date: Sun, 15 Jul 2018 17:37:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","provider:network_type":"flat"}]} 2018-07-15 17:37:30,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a093bd79-bbd0-42c9-abdf-552d4cbeab45 2018-07-15 17:37:30,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.471451044083s 2018-07-15 17:37:30,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a093bd79-bbd0-42c9-abdf-552d4cbeab45 2018-07-15 17:37:30,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:37:30,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 17:37:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09ed7f4d-cb86-4df6-be64-beca2cd4b84e 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-15 17:37:30,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-09ed7f4d-cb86-4df6-be64-beca2cd4b84e 2018-07-15 17:37:30,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:37:30,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:30,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd563e68-e6d2-4b06-a73c-5852e5eaff5a Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/b45e7ea9f5044d4389616a1cd34d660a"}, "tags": [], "enabled": true, "id": "b45e7ea9f5044d4389616a1cd34d660a", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 17:37:30,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-dd563e68-e6d2-4b06-a73c-5852e5eaff5a 2018-07-15 17:37:30,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107601881027s 2018-07-15 17:37:30,795 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-dd563e68-e6d2-4b06-a73c-5852e5eaff5a 2018-07-15 17:37:30,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 17:37:30,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4"}}' 2018-07-15 17:37:30,936 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:37:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7358988-7dc8-4a99-b1e9-fe1aa63692f7 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.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883"}, "tags": [], "enabled": true, "id": "b318f9533aaf4b849bc49a65bf9e4883", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4"}} 2018-07-15 17:37:30,936 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-a7358988-7dc8-4a99-b1e9-fe1aa63692f7 2018-07-15 17:37:30,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134170055389s 2018-07-15 17:37:30,937 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-a7358988-7dc8-4a99-b1e9-fe1aa63692f7 2018-07-15 17:37:30,937 - 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'b318f9533aaf4b849bc49a65bf9e4883', '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_3b148c94-d625-4a2e-81bc-2c8108193fc4'}) 2018-07-15 17:37:30,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 17:37:30,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3db80799-ea38-471a-b660-6c784d4a24a3", "email": null, "name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4"}}' 2018-07-15 17:37:31,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 17:37:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a80d5e7e-81b5-46f6-b651-6edab0193d1c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": {"self": "http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "edfcf7677fa44c1aad0618e29ca2a875", "domain_id": "default", "password_expires_at": null}} 2018-07-15 17:37:31,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-a80d5e7e-81b5-46f6-b651-6edab0193d1c 2018-07-15 17:37:31,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.423599004745s 2018-07-15 17:37:31,367 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-a80d5e7e-81b5-46f6-b651-6edab0193d1c 2018-07-15 17:37:31,368 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'edfcf7677fa44c1aad0618e29ca2a875', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4'}) 2018-07-15 17:37:31,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:37:31,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:31,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883173be-b4d5-46b7-b582-3e606d69e898 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:37:31,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-883173be-b4d5-46b7-b582-3e606d69e898 2018-07-15 17:37:31,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109577894211s 2018-07-15 17:37:31,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-883173be-b4d5-46b7-b582-3e606d69e898 2018-07-15 17:37:31,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:37:31,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:31,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5aae88c-4038-466f-b95d-1db4c10d56f1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:37:31,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e5aae88c-4038-466f-b95d-1db4c10d56f1 2018-07-15 17:37:31,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.116775989532s 2018-07-15 17:37:31,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e5aae88c-4038-466f-b95d-1db4c10d56f1 2018-07-15 17:37:31,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 17:37:31,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:31,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66aeb650-f205-4120-a495-95a947ed6c67 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0ca4d69b86ea40c2ac97f10560a9fb47", "links": {"self": "http://172.30.9.25:5000/v3/roles/0ca4d69b86ea40c2ac97f10560a9fb47"}, "name": "admin"}, {"domain_id": null, "id": "45d3e8a3b2ed40b3b813040f459b45dc", "links": {"self": "http://172.30.9.25:5000/v3/roles/45d3e8a3b2ed40b3b813040f459b45dc"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4ef7d250dc244aad969eca36d295de97", "links": {"self": "http://172.30.9.25:5000/v3/roles/4ef7d250dc244aad969eca36d295de97"}, "name": "member"}, {"domain_id": null, "id": "7b74749ac2c343f18ed77dbd2fec5ad2", "links": {"self": "http://172.30.9.25:5000/v3/roles/7b74749ac2c343f18ed77dbd2fec5ad2"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba71cc862781448ca04c8e96ce17ecfe", "links": {"self": "http://172.30.9.25:5000/v3/roles/ba71cc862781448ca04c8e96ce17ecfe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c5c3c68c1ae24b70ab2df6ac4565c06d", "links": {"self": "http://172.30.9.25:5000/v3/roles/c5c3c68c1ae24b70ab2df6ac4565c06d"}, "name": "ResellerAdmin"}]} 2018-07-15 17:37:31,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-66aeb650-f205-4120-a495-95a947ed6c67 2018-07-15 17:37:31,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.113820075989s 2018-07-15 17:37:31,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-66aeb650-f205-4120-a495-95a947ed6c67 2018-07-15 17:37:31,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 17:37:31,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:31,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be131aa-29ec-4593-a203-4909673509b8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 17:37:31,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-5be131aa-29ec-4593-a203-4909673509b8 2018-07-15 17:37:31,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111495018005s 2018-07-15 17:37:31,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-5be131aa-29ec-4593-a203-4909673509b8 2018-07-15 17:37:31,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:37:31,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87017bbd-29ca-4ed3-99ce-0da68b3c7df0 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": {"self": "http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "edfcf7677fa44c1aad0618e29ca2a875", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:37:31,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-87017bbd-29ca-4ed3-99ce-0da68b3c7df0 2018-07-15 17:37:31,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114982128143s 2018-07-15 17:37:31,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-87017bbd-29ca-4ed3-99ce-0da68b3c7df0 2018-07-15 17:37:31,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:37:31,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:32,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f163a4a5-0bfb-405b-ba70-7bdb99cdd335 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883"}, "tags": [], "enabled": true, "id": "b318f9533aaf4b849bc49a65bf9e4883", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4"}]} 2018-07-15 17:37:32,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f163a4a5-0bfb-405b-ba70-7bdb99cdd335 2018-07-15 17:37:32,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10693192482s 2018-07-15 17:37:32,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f163a4a5-0bfb-405b-ba70-7bdb99cdd335 2018-07-15 17:37:32,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 17:37:32,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=edfcf7677fa44c1aad0618e29ca2a875&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=b318f9533aaf4b849bc49a65bf9e4883" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:32,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595833dd-7804-4535-9038-c07debafc660 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=edfcf7677fa44c1aad0618e29ca2a875&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=b318f9533aaf4b849bc49a65bf9e4883", "previous": null, "next": null}} 2018-07-15 17:37:32,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=edfcf7677fa44c1aad0618e29ca2a875&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=b318f9533aaf4b849bc49a65bf9e4883 used request id req-595833dd-7804-4535-9038-c07debafc660 2018-07-15 17:37:32,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103941917419s 2018-07-15 17:37:32,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=edfcf7677fa44c1aad0618e29ca2a875&role.id=4ef7d250dc244aad969eca36d295de97&scope.project.id=b318f9533aaf4b849bc49a65bf9e4883 used request id req-595833dd-7804-4535-9038-c07debafc660 2018-07-15 17:37:32,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 17:37:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883/users/edfcf7677fa44c1aad0618e29ca2a875/roles/4ef7d250dc244aad969eca36d295de97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:37:32,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91e5e2b4-7cd4-4caa-9bca-004ebced86dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:37:32,414 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883/users/edfcf7677fa44c1aad0618e29ca2a875/roles/4ef7d250dc244aad969eca36d295de97 used request id req-91e5e2b4-7cd4-4caa-9bca-004ebced86dd 2018-07-15 17:37:32,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224802970886s 2018-07-15 17:37:32,414 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883/users/edfcf7677fa44c1aad0618e29ca2a875/roles/4ef7d250dc244aad969eca36d295de97 used request id req-91e5e2b4-7cd4-4caa-9bca-004ebced86dd 2018-07-15 17:37:32,415 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4', 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'b318f9533aaf4b849bc49a65bf9e4883', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '3db80799-ea38-471a-b660-6c784d4a24a3', 'username': u'vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 17:37:32,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 17:37:32,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 17:37:32,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 17:37:32,418 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 17:37:32,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 17:37:32,419 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 17:37:32,420 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'password': '3db80799-ea38-471a-b660-6c784d4a24a3', 'project_name': 'vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'b318f9533aaf4b849bc49a65bf9e4883', 'project_domain_name': 'Default'} 2018-07-15 17:37:32,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:37:32,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0753a3ce-1364-4478-9ed4-0910909cd3a1 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.25:5000/v3/", "rel": "self"}]}} 2018-07-15 17:37:32,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0753a3ce-1364-4478-9ed4-0910909cd3a1 2018-07-15 17:37:32,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-15 17:37:32,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4ef7d250dc244aad969eca36d295de97", "name": "member"}, {"id": "7b74749ac2c343f18ed77dbd2fec5ad2", "name": "reader"}], "expires_at": "2018-07-15T18:37:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b318f9533aaf4b849bc49a65bf9e4883", "name": "vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5cb0d9cf06c5474287eb9987edb08b39"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a44b9399fb24577baf9e7f613e9f5fe"}, {"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ee7c8db0e9074fa4a408cfa1023828ea"}], "type": "event", "id": "11245ad476c34d9f95d5e385b8845534", "name": "panko"}, {"endpoints": [], "type": "metering", "id": "3a3164f752fd45db94d5f229bca19ff0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "048520a8260149ebabdaf7de048eceeb"}, {"url": "http://192.30.9.5:8776/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e6b602a64af45dab29c481b2a9b4102"}, {"url": "http://172.30.9.25:8776/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "951785f9c5a44113a2e2dd847443db8d"}], "type": "volume", "id": "57a1ba4cf6f2455f9ba1d4551f75fb01", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46ca5fde51524cd4946ab11fc03bab15"}, {"url": "http://192.30.9.5:8004/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2030f23ed08414ea6f34c8d27039e22"}, {"url": "http://172.30.9.25:8004/v1/b318f9533aaf4b849bc49a65bf9e4883", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff3b8e58c7a144259dbe5b2125700155"}], "type": "orchestration", "id": "6d52dc087b4246ffae0025afffe5b116", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_b318f9533aaf4b849bc49a65bf9e4883", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b935907bb9f49099fb0b9878253e0f8"}, {"url": "http://172.30.9.25:8080/v1/AUTH_b318f9533aaf4b849bc49a65bf9e4883", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37af4c2e2f0646e99b575f99cb4efc2a"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "52c363c297eb4b52bc162192aea35c82"}], "type": "object-store", "id": "78eb66cf81ae420c8fb8590c01b399be", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "448a6c2843344fcca2115e393eb6aece"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cf5d7a9194a0eb1ba2e994be072a8"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63465edebfcc4776920143421d361a12"}], "type": "placement", "id": "8c564666e1424a67bd0da7977830c663", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04812d156c1a479f85b9cfe2c6ee99fc"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4db45d75260a49c5b75a0e0f1f8390f4"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9daa5565ec14a21a5c55af598fb4c60"}], "type": "metric", "id": "8e77a5f4033f4e899cc43eeed7e27db3", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/b318f9533aaf4b849bc49a65bf9e4883", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b96eab8f63d4b088f41925e416cac47"}, {"url": "http://192.30.9.5:8776/v3/b318f9533aaf4b849bc49a65bf9e4883", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44587f7bee3940b3be30da812981105f"}, {"url": "http://192.30.9.5:8776/v3/b318f9533aaf4b849bc49a65bf9e4883", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a70d932e3dc343a299bb26fecd8c2340"}], "type": "volumev3", "id": "a3ca114cb4a04b2e91f9c670a7cf10b0", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "12b1dbe227754074b581b42975e5a940"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f57d268fcb7441889b2a0cb1ab5e1a8"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c27ea524004c4ced8b0732236ee2427b"}], "type": "cloudformation", "id": "a66743c3e05246caaf7bef2da427fe35", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72601ccc80a64511863deefc2790f575"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b8048efbb5b446aa8be77077ee15a54"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2fde30a142c46519007b6c3d4badd05"}], "type": "image", "id": "c22c30b21c79417e92631aa76d31565c", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04551061bc344aaaa630f35aee0b34c4"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "319decd66d404df9b03449aaa0d39858"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be93b559f5d94ed3a69d24ad858f12d3"}], "type": "identity", "id": "c604620a506747fdae872e44329c6aba", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v2/b318f9533aaf4b849bc49a65bf9e4883", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000bb1f03af24f73b18ab5468d7892d4"}, {"url": "http://192.30.9.5:8776/v2/b318f9533aaf4b849bc49a65bf9e4883", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0870687fcc184ce28ec9e4badc4ecc70"}, {"url": "http://192.30.9.5:8776/v2/b318f9533aaf4b849bc49a65bf9e4883", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233b073bcf824447bdc5f0e4864db59b"}], "type": "volumev2", "id": "dcc764fd21444e48b083958a5b1e7fd7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56e011f445f7402f9bf5183105c2c736"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bccc21ccdc94da181523de1fa6b85e3"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dae2a0a9c80b47e2ab36b53e183b3c2d"}], "type": "network", "id": "eef9918b95ec4af2a116f904b1b33478", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0227c6fda0144b99b1a5796b625b51ab"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0cd49f1b3c9441479a88eae1f71d393e"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d4ac1bee845e4309a06292c1818154b4"}], "type": "alarming", "id": "f3948f77459a41e899c108e6ff7e56fd", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c00c1aee25b44859a14485d7ba3eac8"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "300d531b7ed54f06a04a8e7883614fe4"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf883d72f570442a8aa08c61714c5f60"}], "type": "compute", "id": "fa2acbed8365406f9e56166f411c2a84", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4", "id": "edfcf7677fa44c1aad0618e29ca2a875"}, "audit_ids": ["GrrEzADTRHasxIM2oOQkwQ"], "issued_at": "2018-07-15T17:37:32.000000Z"}} 2018-07-15 17:37:32,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 17:37:32,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"network": {"name": "vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4", "admin_state_up": true}}' 2018-07-15 17:37:33,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-2ae1e3f5-d5ea-43ac-ad8d-17b5b4ca3878 Date: Sun, 15 Jul 2018 17:37:33 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:37:33Z","is_default":false,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}} 2018-07-15 17:37:33,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2ae1e3f5-d5ea-43ac-ad8d-17b5b4ca3878 2018-07-15 17:37:33,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.631939888s 2018-07-15 17:37:33,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2ae1e3f5-d5ea-43ac-ad8d-17b5b4ca3878 2018-07-15 17:37:33,462 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T17:37:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ab612996-9e2a-4e52-907d-c47d8d110d80', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4', u'admin_state_up': True, u'tenant_id': u'b318f9533aaf4b849bc49a65bf9e4883', u'created_at': u'2018-07-15T17:37:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b318f9533aaf4b849bc49a65bf9e4883', u'l2_adjacency': True}) 2018-07-15 17:37:33,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:33,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:33,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-ce95a813-0e02-48f9-803a-0b0a9678dcdf Date: Sun, 15 Jul 2018 17:37:33 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:37:33Z","qos_policy_id":null,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}]} 2018-07-15 17:37:33,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ce95a813-0e02-48f9-803a-0b0a9678dcdf 2018-07-15 17:37:33,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309863090515s 2018-07-15 17:37:33,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ce95a813-0e02-48f9-803a-0b0a9678dcdf 2018-07-15 17:37:33,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 17:37:33,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"subnet": {"name": "vping_ssh-subnet_3b148c94-d625-4a2e-81bc-2c8108193fc4", "enable_dhcp": true, "network_id": "ab612996-9e2a-4e52-907d-c47d8d110d80", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 17:37:34,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-15cdb385-8f98-4a32-959d-5aad0903f34b Date: Sun, 15 Jul 2018 17:37:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab612996-9e2a-4e52-907d-c47d8d110d80","tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:37:34Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"b318f9533aaf4b849bc49a65bf9e4883","id":"791cf9fc-61bd-4942-9902-34d3eb6214b4","subnetpool_id":null,"name":"vping_ssh-subnet_3b148c94-d625-4a2e-81bc-2c8108193fc4"}} 2018-07-15 17:37:34,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-15cdb385-8f98-4a32-959d-5aad0903f34b 2018-07-15 17:37:34,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.0824379921s 2018-07-15 17:37:34,857 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-15cdb385-8f98-4a32-959d-5aad0903f34b 2018-07-15 17:37:34,857 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:37:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'791cf9fc-61bd-4942-9902-34d3eb6214b4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3b148c94-d625-4a2e-81bc-2c8108193fc4', u'enable_dhcp': True, u'network_id': u'ab612996-9e2a-4e52-907d-c47d8d110d80', u'tenant_id': u'b318f9533aaf4b849bc49a65bf9e4883', u'created_at': u'2018-07-15T17:37:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'b318f9533aaf4b849bc49a65bf9e4883'}) 2018-07-15 17:37:34,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 17:37:34,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"router": {"external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57"}, "name": "vping_ssh-router_3b148c94-d625-4a2e-81bc-2c8108193fc4", "admin_state_up": true}}' 2018-07-15 17:37:41,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-9b5a23d3-56d7-4c87-98bb-493d0d4b2fc6 Date: Sun, 15 Jul 2018 17:37:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:35Z", "admin_state_up": true, "updated_at": "2018-07-15T17:37:37Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "9a24f84b-5f2f-44e1-aa96-a5c4b004a010", "name": "vping_ssh-router_3b148c94-d625-4a2e-81bc-2c8108193fc4"}} 2018-07-15 17:37:41,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9b5a23d3-56d7-4c87-98bb-493d0d4b2fc6 2018-07-15 17:37:41,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.45754599571s 2018-07-15 17:37:41,316 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9b5a23d3-56d7-4c87-98bb-493d0d4b2fc6 2018-07-15 17:37:41,316 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T17:37:37Z', u'revision_number': 3, u'id': u'9a24f84b-5f2f-44e1-aa96-a5c4b004a010', u'external_gateway_info': {u'network_id': u'9529e6e6-1f86-4430-bc18-6663a0b2fc57', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8678f063-cda6-431e-a1b1-ef1041eeb1a3', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_3b148c94-d625-4a2e-81bc-2c8108193fc4', u'admin_state_up': True, u'tenant_id': u'b318f9533aaf4b849bc49a65bf9e4883', u'created_at': u'2018-07-15T17:37:35Z', u'flavor_id': None, u'routes': [], u'project_id': u'b318f9533aaf4b849bc49a65bf9e4883'}) 2018-07-15 17:37:41,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 17:37:41,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"subnet_id": "791cf9fc-61bd-4942-9902-34d3eb6214b4"}' 2018-07-15 17:37:44,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-340d4391-75a8-4ca9-b548-3de5820516f8 Date: Sun, 15 Jul 2018 17:37:44 GMT RESP BODY: {"network_id": "ab612996-9e2a-4e52-907d-c47d8d110d80", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "subnet_id": "791cf9fc-61bd-4942-9902-34d3eb6214b4", "subnet_ids": ["791cf9fc-61bd-4942-9902-34d3eb6214b4"], "port_id": "c37a1251-9c95-46ce-b2b4-ef84e0361f00", "id": "9a24f84b-5f2f-44e1-aa96-a5c4b004a010"} 2018-07-15 17:37:44,201 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/add_router_interface.json used request id req-340d4391-75a8-4ca9-b548-3de5820516f8 2018-07-15 17:37:44,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.88369512558s 2018-07-15 17:37:44,201 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/add_router_interface.json used request id req-340d4391-75a8-4ca9-b548-3de5820516f8 returning object 9a24f84b-5f2f-44e1-aa96-a5c4b004a010 2018-07-15 17:37:44,202 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 17:37:44,334 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 17:37:44,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 17:37:44,341 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 17:37:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-07-15 17:37:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:37:44,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:44,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d76ec88a-c350-44b1-861f-b110ce8dda0a Date: Sun, 15 Jul 2018 17:37:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:37:44,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d76ec88a-c350-44b1-861f-b110ce8dda0a 2018-07-15 17:37:44,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222478866577s 2018-07-15 17:37:44,568 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d76ec88a-c350-44b1-861f-b110ce8dda0a 2018-07-15 17:37:44,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 17:37:44,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4"}' 2018-07-15 17:37:44,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3c089a95-292d-4ad7-a1e7-93a5e2c2a3ca Date: Sun, 15 Jul 2018 17:37:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file", "owner": "b318f9533aaf4b849bc49a65bf9e4883", "id": "d593ef0f-c1cf-4807-b852-35df48d13370", "size": null, "self": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:37:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "checksum": null, "created_at": "2018-07-15T17:37:44Z", "protected": false} 2018-07-15 17:37:44,875 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3c089a95-292d-4ad7-a1e7-93a5e2c2a3ca 2018-07-15 17:37:44,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.298825025558s 2018-07-15 17:37:44,875 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-3c089a95-292d-4ad7-a1e7-93a5e2c2a3ca returning object d593ef0f-c1cf-4807-b852-35df48d13370 2018-07-15 17:37:44,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 17:37:44,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '' 2018-07-15 17:37:45,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-826025ca-720c-45cd-bb2b-ffff24c05347 Date: Sun, 15 Jul 2018 17:37:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:37:45,672 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file used request id req-826025ca-720c-45cd-bb2b-ffff24c05347 2018-07-15 17:37:45,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.795871019363s 2018-07-15 17:37:45,672 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file used request id req-826025ca-720c-45cd-bb2b-ffff24c05347 2018-07-15 17:37:45,672 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T17:37:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file', u'owner': u'b318f9533aaf4b849bc49a65bf9e4883', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd593ef0f-c1cf-4807-b852-35df48d13370', u'size': None, u'name': u'vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4', u'checksum': None, u'self': u'/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T17:37:44Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 17:37:45,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 17:37:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 17:37:45,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed85f7b6-4f48-4417-a1f0-60579bc4e9e5 x-compute-request-id: req-ed85f7b6-4f48-4417-a1f0-60579bc4e9e5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "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": "dda611b7-e00b-4817-a7b0-5795958335f3"}} 2018-07-15 17:37:45,951 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ed85f7b6-4f48-4417-a1f0-60579bc4e9e5 2018-07-15 17:37:45,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.277615070343s 2018-07-15 17:37:45,951 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ed85f7b6-4f48-4417-a1f0-60579bc4e9e5 2018-07-15 17:37:45,952 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4', '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'97e7225fef894b79ba0ec19c9485f90a', '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'dda611b7-e00b-4817-a7b0-5795958335f3', 'swap': 0}) 2018-07-15 17:37:45,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 17:37:45,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" -d '{"extra_specs": {}}' 2018-07-15 17:37:45,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-6c80332d-a830-4e3c-a0ae-d348de054609 x-compute-request-id: req-6c80332d-a830-4e3c-a0ae-d348de054609 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 17:37:45,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3/os-extra_specs used request id req-6c80332d-a830-4e3c-a0ae-d348de054609 2018-07-15 17:37:45,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249128341675s 2018-07-15 17:37:45,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3/os-extra_specs used request id req-6c80332d-a830-4e3c-a0ae-d348de054609 2018-07-15 17:37:45,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 17:37:45,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"keypair": {"name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4"}}' 2018-07-15 17:37:46,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d9be6e1-7ec2-4432-a05e-ada2d7305fd7 x-compute-request-id: req-3d9be6e1-7ec2-4432-a05e-ada2d7305fd7 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEDq6ke1Ic3Vc99nATwcdnW07cHGiBF5cye1KhjUca39bzh1koLrUsi6iwh+vunL7+2h4TcNqv4+U4SWy4PRgWlicW9xKZl2sdaE8b1lzKx5EM2rGR5Im4WeYQ41a4NEV55IyH29gesRIs7HoTV8BCQOguhwQjk1bY0MjNEODeXgk7yoiJkBsAAIIjDRZHyohpkc5aeOcHBhNwcbk7BBVrRqXWt/UuC2NJuiyDtii1RfkGgLqGzHebojn1PG+wXdSNNTufoI9nOCnEf6uLoohvws2fYGojIuyOlviLkXsAmP9B1q02gCYPE60LyX/mnrvHuazwqIiXvnfN34qM9dtH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxA6upHtSHN1XPfZwE8HHZ1tO3BxogReXMntSoY1HGt/W84dZ\nKC61LIuosIfr7py+/toeE3Dar+PlOElsuD0YFpYnFvcSmZdrHWhPG9ZcyseRDNqx\nkeSJuFnmEONWuDRFeeSMh9vYHrESLOx6E1fAQkDoLocEI5NW2NDIzRDg3l4JO8qI\niZAbAACCIw0WR8qIaZHOWnjnBwYTcHG5OwQVa0al1rf1LgtjSbosg7YotUX5BoC6\nhsx3m6I59TxvsF3UjTU7n6CPZzgpxH+ri6KIb8LNn2BqIyLsjpb4i5F7AJj/Qdat\nNoAmDxOtC8l/5p67x7ms8KiIl753zd+KjPXbRwIDAQABAoIBAED0oFXsabMYfjwQ\nNufEztzmeoUggFssxrI5+5F8ri8wNBYxJI/Ukb/1cWkzTy6aDgl/mHFWdY3K0nnI\nkdWkoCNzkfXg2++5JAr1MSiG5+1jGyKIHka40gwa9MdpmqSi5NXSq+CjLMJWZjAu\nFO/tpcwNlx87KlrjCOYCnlSan/Xr21dOAc0Y4/4EEjyxqDULTjHzX2T8uSsj55NR\nggMDYJLi9Y/p2O/+1b2GloyPuhJ2XXja2Qy79I8eBnfY40wWkm86AMmKBuYcKyxj\nScHcKEUDmbDubiHxc7jmPjFhVFJZ9f6adOnFkhQWUgInE2HUdq9v/uHP+EOYr+Kh\nULGOz7ECgYEA5+ilWMA4p0R070CDFD3ms+8qMaKl6spO7AjcnIhNKPylE0/EX1k7\nbdDVIVJe5Hnc59wdHAPnFUMg64z68FLNXgLyzJVu0qwnA43juv+obB9RZWyJJPzm\nAgswqY24EVqUH8nI5CfpAdMSvOLdmd3mF4eT9jbGSXSHZT96M3oC1S8CgYEA2Gyb\noSXTzU27Fc5F5bXa+QZP397iNF8tYJia4qkl683dqV3AdwB5WfSj9goWkP7i5Uqw\nwGm5VSbTgyJoG88/JuBSlgwPL9Yo9kqfl8besmmy9r9OvTpVU1705dbpdm7NZWYO\nhaZfEbpUpbADJHnWhguaL2OU2uQORdb5SorlhWkCgYEAsLBkKfZqM6bIoPC57dYr\ny7PQpfiSCQ0SjGtECk8e2reC3e/MYgkOamDNwZGMku72DAF8fDfM/Dok/tJu7mNn\n7NS6QH0p7oETSHX2qCbZH2fNEEVdSD0W0T/NV6GOOEqWyJFo6cwujyFOCXOf+vdB\ns3Osm86nzJdoARAX/thbCCkCgYEAwlJiOoMYdZKBlMatA+ARSN9eAIjDWnrK55ye\nFT4DCoLBsDy5fyAx1Y9PWK8eK/pwB6jUoy9KdSZza58NE0s2TNXF0Wvqhu0nwlym\nh0TM2C0Hv31uWYFy83SjN2uMHAbI7W6BQ4dqfSRstIghijLLZ3grbLlhAlkaZ6Lq\nGwAzrWECgYAdkh2mm9GrMjzEO6BPQ9UFis8uMwhoGNwdjj86ifSscdCYoVS2u49p\nHTOWeAWugXMAVXSXNhFP1+K5VJ7Kgnqixzjl7sn5et6SPU3+HB+BzaR7Q1/yE9bD\ntxojo0bwegDdA8RqXVh9C+Qm3bVLDoOgptu5JTkKmz/fzte/DbEXaQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "fingerprint": "c3:a8:f2:8b:29:1f:4e:13:d2:a3:f3:51:87:aa:6c:be"}} 2018-07-15 17:37:46,841 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3d9be6e1-7ec2-4432-a05e-ada2d7305fd7 2018-07-15 17:37:46,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.862221956253s 2018-07-15 17:37:46,841 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3d9be6e1-7ec2-4432-a05e-ada2d7305fd7 2018-07-15 17:37:46,842 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEDq6ke1Ic3Vc99nATwcdnW07cHGiBF5cye1KhjUca39bzh1koLrUsi6iwh+vunL7+2h4TcNqv4+U4SWy4PRgWlicW9xKZl2sdaE8b1lzKx5EM2rGR5Im4WeYQ41a4NEV55IyH29gesRIs7HoTV8BCQOguhwQjk1bY0MjNEODeXgk7yoiJkBsAAIIjDRZHyohpkc5aeOcHBhNwcbk7BBVrRqXWt/UuC2NJuiyDtii1RfkGgLqGzHebojn1PG+wXdSNNTufoI9nOCnEf6uLoohvws2fYGojIuyOlviLkXsAmP9B1q02gCYPE60LyX/mnrvHuazwqIiXvnfN34qM9dtH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxA6upHtSHN1XPfZwE8HHZ1tO3BxogReXMntSoY1HGt/W84dZ\nKC61LIuosIfr7py+/toeE3Dar+PlOElsuD0YFpYnFvcSmZdrHWhPG9ZcyseRDNqx\nkeSJuFnmEONWuDRFeeSMh9vYHrESLOx6E1fAQkDoLocEI5NW2NDIzRDg3l4JO8qI\niZAbAACCIw0WR8qIaZHOWnjnBwYTcHG5OwQVa0al1rf1LgtjSbosg7YotUX5BoC6\nhsx3m6I59TxvsF3UjTU7n6CPZzgpxH+ri6KIb8LNn2BqIyLsjpb4i5F7AJj/Qdat\nNoAmDxOtC8l/5p67x7ms8KiIl753zd+KjPXbRwIDAQABAoIBAED0oFXsabMYfjwQ\nNufEztzmeoUggFssxrI5+5F8ri8wNBYxJI/Ukb/1cWkzTy6aDgl/mHFWdY3K0nnI\nkdWkoCNzkfXg2++5JAr1MSiG5+1jGyKIHka40gwa9MdpmqSi5NXSq+CjLMJWZjAu\nFO/tpcwNlx87KlrjCOYCnlSan/Xr21dOAc0Y4/4EEjyxqDULTjHzX2T8uSsj55NR\nggMDYJLi9Y/p2O/+1b2GloyPuhJ2XXja2Qy79I8eBnfY40wWkm86AMmKBuYcKyxj\nScHcKEUDmbDubiHxc7jmPjFhVFJZ9f6adOnFkhQWUgInE2HUdq9v/uHP+EOYr+Kh\nULGOz7ECgYEA5+ilWMA4p0R070CDFD3ms+8qMaKl6spO7AjcnIhNKPylE0/EX1k7\nbdDVIVJe5Hnc59wdHAPnFUMg64z68FLNXgLyzJVu0qwnA43juv+obB9RZWyJJPzm\nAgswqY24EVqUH8nI5CfpAdMSvOLdmd3mF4eT9jbGSXSHZT96M3oC1S8CgYEA2Gyb\noSXTzU27Fc5F5bXa+QZP397iNF8tYJia4qkl683dqV3AdwB5WfSj9goWkP7i5Uqw\nwGm5VSbTgyJoG88/JuBSlgwPL9Yo9kqfl8besmmy9r9OvTpVU1705dbpdm7NZWYO\nhaZfEbpUpbADJHnWhguaL2OU2uQORdb5SorlhWkCgYEAsLBkKfZqM6bIoPC57dYr\ny7PQpfiSCQ0SjGtECk8e2reC3e/MYgkOamDNwZGMku72DAF8fDfM/Dok/tJu7mNn\n7NS6QH0p7oETSHX2qCbZH2fNEEVdSD0W0T/NV6GOOEqWyJFo6cwujyFOCXOf+vdB\ns3Osm86nzJdoARAX/thbCCkCgYEAwlJiOoMYdZKBlMatA+ARSN9eAIjDWnrK55ye\nFT4DCoLBsDy5fyAx1Y9PWK8eK/pwB6jUoy9KdSZza58NE0s2TNXF0Wvqhu0nwlym\nh0TM2C0Hv31uWYFy83SjN2uMHAbI7W6BQ4dqfSRstIghijLLZ3grbLlhAlkaZ6Lq\nGwAzrWECgYAdkh2mm9GrMjzEO6BPQ9UFis8uMwhoGNwdjj86ifSscdCYoVS2u49p\nHTOWeAWugXMAVXSXNhFP1+K5VJ7Kgnqixzjl7sn5et6SPU3+HB+BzaR7Q1/yE9bD\ntxojo0bwegDdA8RqXVh9C+Qm3bVLDoOgptu5JTkKmz/fzte/DbEXaQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'edfcf7677fa44c1aad0618e29ca2a875', 'name': u'vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'created_at': '2018-07-15T17:37:46.842374', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b318f9533aaf4b849bc49a65bf9e4883', 'name': 'vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c3:a8:f2:8b:29:1f:4e:13:d2:a3:f3:51:87:aa:6c:be', 'type': 'ssh', 'id': u'vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4'}) 2018-07-15 17:37:46,842 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAxA6upHtSHN1XPfZwE8HHZ1tO3BxogReXMntSoY1HGt/W84dZ KC61LIuosIfr7py+/toeE3Dar+PlOElsuD0YFpYnFvcSmZdrHWhPG9ZcyseRDNqx keSJuFnmEONWuDRFeeSMh9vYHrESLOx6E1fAQkDoLocEI5NW2NDIzRDg3l4JO8qI iZAbAACCIw0WR8qIaZHOWnjnBwYTcHG5OwQVa0al1rf1LgtjSbosg7YotUX5BoC6 hsx3m6I59TxvsF3UjTU7n6CPZzgpxH+ri6KIb8LNn2BqIyLsjpb4i5F7AJj/Qdat NoAmDxOtC8l/5p67x7ms8KiIl753zd+KjPXbRwIDAQABAoIBAED0oFXsabMYfjwQ NufEztzmeoUggFssxrI5+5F8ri8wNBYxJI/Ukb/1cWkzTy6aDgl/mHFWdY3K0nnI kdWkoCNzkfXg2++5JAr1MSiG5+1jGyKIHka40gwa9MdpmqSi5NXSq+CjLMJWZjAu FO/tpcwNlx87KlrjCOYCnlSan/Xr21dOAc0Y4/4EEjyxqDULTjHzX2T8uSsj55NR ggMDYJLi9Y/p2O/+1b2GloyPuhJ2XXja2Qy79I8eBnfY40wWkm86AMmKBuYcKyxj ScHcKEUDmbDubiHxc7jmPjFhVFJZ9f6adOnFkhQWUgInE2HUdq9v/uHP+EOYr+Kh ULGOz7ECgYEA5+ilWMA4p0R070CDFD3ms+8qMaKl6spO7AjcnIhNKPylE0/EX1k7 bdDVIVJe5Hnc59wdHAPnFUMg64z68FLNXgLyzJVu0qwnA43juv+obB9RZWyJJPzm AgswqY24EVqUH8nI5CfpAdMSvOLdmd3mF4eT9jbGSXSHZT96M3oC1S8CgYEA2Gyb oSXTzU27Fc5F5bXa+QZP397iNF8tYJia4qkl683dqV3AdwB5WfSj9goWkP7i5Uqw wGm5VSbTgyJoG88/JuBSlgwPL9Yo9kqfl8besmmy9r9OvTpVU1705dbpdm7NZWYO haZfEbpUpbADJHnWhguaL2OU2uQORdb5SorlhWkCgYEAsLBkKfZqM6bIoPC57dYr y7PQpfiSCQ0SjGtECk8e2reC3e/MYgkOamDNwZGMku72DAF8fDfM/Dok/tJu7mNn 7NS6QH0p7oETSHX2qCbZH2fNEEVdSD0W0T/NV6GOOEqWyJFo6cwujyFOCXOf+vdB s3Osm86nzJdoARAX/thbCCkCgYEAwlJiOoMYdZKBlMatA+ARSN9eAIjDWnrK55ye FT4DCoLBsDy5fyAx1Y9PWK8eK/pwB6jUoy9KdSZza58NE0s2TNXF0Wvqhu0nwlym h0TM2C0Hv31uWYFy83SjN2uMHAbI7W6BQ4dqfSRstIghijLLZ3grbLlhAlkaZ6Lq GwAzrWECgYAdkh2mm9GrMjzEO6BPQ9UFis8uMwhoGNwdjj86ifSscdCYoVS2u49p HTOWeAWugXMAVXSXNhFP1+K5VJ7Kgnqixzjl7sn5et6SPU3+HB+BzaR7Q1/yE9bD txojo0bwegDdA8RqXVh9C+Qm3bVLDoOgptu5JTkKmz/fzte/DbEXaQ== -----END RSA PRIVATE KEY----- 2018-07-15 17:37:46,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 17:37:46,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"security_group": {"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-15 17:37:47,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d9e99223-cb83-4443-93e8-04505dec78bd Date: Sun, 15 Jul 2018 17:37:47 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:47Z", "updated_at": "2018-07-15T17:37:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "2809cefa-9f2e-4402-a5d6-08ba91538102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "6376517c-2e4b-4bb7-8360-f16559890cf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 1, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}} 2018-07-15 17:37:47,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d9e99223-cb83-4443-93e8-04505dec78bd 2018-07-15 17:37:47,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.355628967285s 2018-07-15 17:37:47,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d9e99223-cb83-4443-93e8-04505dec78bd 2018-07-15 17:37:47,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:37:47,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:47,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-4bbd43f8-5ab1-439c-abdf-a8d94f6495a5 Date: Sun, 15 Jul 2018 17:37:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:47Z", "updated_at": "2018-07-15T17:37:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "2809cefa-9f2e-4402-a5d6-08ba91538102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "6376517c-2e4b-4bb7-8360-f16559890cf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 1, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}, {"description": "Default security group", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:33Z", "updated_at": "2018-07-15T17:37:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "34121aa5-bc9c-49fd-9815-9b0857335796", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "5690bc95-eaf2-4d20-9310-732087246b32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "78dd0ee4-1e6f-4206-bf7d-35139a46366a", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "a644210a-2882-40e2-a0f3-ca7931d3976e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 1, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "name": "default"}]} 2018-07-15 17:37:47,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4bbd43f8-5ab1-439c-abdf-a8d94f6495a5 2018-07-15 17:37:47,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.249802827835s 2018-07-15 17:37:47,456 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4bbd43f8-5ab1-439c-abdf-a8d94f6495a5 2018-07-15 17:37:47,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:37:47,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -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": "83deab0b-f286-4228-ba83-3fc865d86ca4"}}' 2018-07-15 17:37:47,884 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-05fd95cd-47fa-45a8-8ca9-0fc21db6ba04 Date: Sun, 15 Jul 2018 17:37:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "port_range_min": 22, "revision_number": 0, "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:47Z", "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "ca0cecd0-fc3d-4318-933f-78f76bd5751f"}} 2018-07-15 17:37:47,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-05fd95cd-47fa-45a8-8ca9-0fc21db6ba04 2018-07-15 17:37:47,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.424365997314s 2018-07-15 17:37:47,885 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-05fd95cd-47fa-45a8-8ca9-0fc21db6ba04 2018-07-15 17:37:47,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:37:47,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:48,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-de4760f2-b112-48ce-a436-51ddfed74e00 Date: Sun, 15 Jul 2018 17:37:48 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:47Z", "updated_at": "2018-07-15T17:37:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "2809cefa-9f2e-4402-a5d6-08ba91538102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "6376517c-2e4b-4bb7-8360-f16559890cf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "ca0cecd0-fc3d-4318-933f-78f76bd5751f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 2, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}, {"description": "Default security group", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:33Z", "updated_at": "2018-07-15T17:37:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "34121aa5-bc9c-49fd-9815-9b0857335796", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "5690bc95-eaf2-4d20-9310-732087246b32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "78dd0ee4-1e6f-4206-bf7d-35139a46366a", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "a644210a-2882-40e2-a0f3-ca7931d3976e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 1, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "name": "default"}]} 2018-07-15 17:37:48,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-de4760f2-b112-48ce-a436-51ddfed74e00 2018-07-15 17:37:48,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235968828201s 2018-07-15 17:37:48,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-de4760f2-b112-48ce-a436-51ddfed74e00 2018-07-15 17:37:48,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 17:37:48,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -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": "83deab0b-f286-4228-ba83-3fc865d86ca4"}}' 2018-07-15 17:37:48,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6a1e266f-c3c6-4656-95a8-d8a4f66f21f1 Date: Sun, 15 Jul 2018 17:37:48 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T17:37:48Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "port_range_min": null, "revision_number": 0, "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:48Z", "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "07de8d39-154d-451c-8d29-3ba0b1aa7800"}} 2018-07-15 17:37:48,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-6a1e266f-c3c6-4656-95a8-d8a4f66f21f1 2018-07-15 17:37:48,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.34107208252s 2018-07-15 17:37:48,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-6a1e266f-c3c6-4656-95a8-d8a4f66f21f1 2018-07-15 17:37:48,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:48,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:48,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-8dd6336a-1733-46c1-a071-68e2f0bc4e9e Date: Sun, 15 Jul 2018 17:37:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":["791cf9fc-61bd-4942-9902-34d3eb6214b4"],"description":"","tags":[],"updated_at":"2018-07-15T17:37:34Z","qos_policy_id":null,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}]} 2018-07-15 17:37:48,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8dd6336a-1733-46c1-a071-68e2f0bc4e9e 2018-07-15 17:37:48,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116940021515s 2018-07-15 17:37:48,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8dd6336a-1733-46c1-a071-68e2f0bc4e9e 2018-07-15 17:37:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:37:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:48,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8ad74a74-1a36-4cf5-a8fc-afa62252f268 Date: Sun, 15 Jul 2018 17:37:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "metadata": {}}], "file": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file", "owner": "b318f9533aaf4b849bc49a65bf9e4883", "id": "d593ef0f-c1cf-4807-b852-35df48d13370", "size": 12716032, "self": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:37:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:37:48,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8ad74a74-1a36-4cf5-a8fc-afa62252f268 2018-07-15 17:37:48,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.235744953156s 2018-07-15 17:37:48,829 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8ad74a74-1a36-4cf5-a8fc-afa62252f268 2018-07-15 17:37:48,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:37:48,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:48,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-52c9c868-b7e9-4afb-bc32-731eef986c0f x-compute-request-id: req-52c9c868-b7e9-4afb-bc32-731eef986c0f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "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": "dda611b7-e00b-4817-a7b0-5795958335f3"}]} 2018-07-15 17:37:48,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-52c9c868-b7e9-4afb-bc32-731eef986c0f 2018-07-15 17:37:48,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032331943512s 2018-07-15 17:37:48,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-52c9c868-b7e9-4afb-bc32-731eef986c0f 2018-07-15 17:37:48,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 17:37:48,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"server": {"name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "imageRef": "d593ef0f-c1cf-4807-b852-35df48d13370", "flavorRef": "dda611b7-e00b-4817-a7b0-5795958335f3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab612996-9e2a-4e52-907d-c47d8d110d80"}], "security_groups": [{"name": "83deab0b-f286-4228-ba83-3fc865d86ca4"}]}}' 2018-07-15 17:37:51,862 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:37: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-47799ca1-af81-4d82-92cd-1b0af15e2c97 x-compute-request-id: req-47799ca1-af81-4d82-92cd-1b0af15e2c97 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "83deab0b-f286-4228-ba83-3fc865d86ca4"}], "OS-DCF:diskConfig": "MANUAL", "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "adminPass": "oNVMDK4CN8Jv"}} 2018-07-15 17:37:51,863 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-47799ca1-af81-4d82-92cd-1b0af15e2c97 2018-07-15 17:37:51,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.99723505974s 2018-07-15 17:37:51,863 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-47799ca1-af81-4d82-92cd-1b0af15e2c97 2018-07-15 17:37:51,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:51,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:52,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-42267b44-16a8-4ad8-a1bf-20e10d068c2a x-compute-request-id: req-42267b44-16a8-4ad8-a1bf-20e10d068c2a Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:37:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:52,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-42267b44-16a8-4ad8-a1bf-20e10d068c2a 2018-07-15 17:37:52,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.898342847824s 2018-07-15 17:37:52,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-42267b44-16a8-4ad8-a1bf-20e10d068c2a 2018-07-15 17:37:52,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:37:52,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:53,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-af8ea066-c8d0-455c-95e7-a6cfacf3eb85 Date: Sun, 15 Jul 2018 17:37:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":["791cf9fc-61bd-4942-9902-34d3eb6214b4"],"description":"","tags":[],"updated_at":"2018-07-15T17:37:34Z","qos_policy_id":null,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}]} 2018-07-15 17:37:53,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-af8ea066-c8d0-455c-95e7-a6cfacf3eb85 2018-07-15 17:37:53,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294816017151s 2018-07-15 17:37:53,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-af8ea066-c8d0-455c-95e7-a6cfacf3eb85 2018-07-15 17:37:53,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:37:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:53,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-b21071f9-5c36-4b17-bbc5-336acdacb8fb Date: Sun, 15 Jul 2018 17:37:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab612996-9e2a-4e52-907d-c47d8d110d80","tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:37:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"b318f9533aaf4b849bc49a65bf9e4883","id":"791cf9fc-61bd-4942-9902-34d3eb6214b4","subnetpool_id":null,"name":"vping_ssh-subnet_3b148c94-d625-4a2e-81bc-2c8108193fc4"}]} 2018-07-15 17:37:53,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b21071f9-5c36-4b17-bbc5-336acdacb8fb 2018-07-15 17:37:53,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492579936981s 2018-07-15 17:37:53,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b21071f9-5c36-4b17-bbc5-336acdacb8fb 2018-07-15 17:37:53,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:37:55,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:55,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-13b48ae9-f96b-46a1-b37d-e315f83a9437 x-compute-request-id: req-13b48ae9-f96b-46a1-b37d-e315f83a9437 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:37:55Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:55,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-13b48ae9-f96b-46a1-b37d-e315f83a9437 2018-07-15 17:37:55,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351258993149s 2018-07-15 17:37:55,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-13b48ae9-f96b-46a1-b37d-e315f83a9437 2018-07-15 17:37:55,474 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:37:57,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:37:57,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:37:58,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:37: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-2f7c8ee6-9c2f-46fd-93d5-c050d39eb236 x-compute-request-id: req-2f7c8ee6-9c2f-46fd-93d5-c050d39eb236 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.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:37:55Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:37:58,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f7c8ee6-9c2f-46fd-93d5-c050d39eb236 2018-07-15 17:37:58,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00260901451s 2018-07-15 17:37:58,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f7c8ee6-9c2f-46fd-93d5-c050d39eb236 2018-07-15 17:37:58,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:38:00,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:00,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:01,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-3ba77863-0668-42ac-9555-e496904e2438 x-compute-request-id: req-3ba77863-0668-42ac-9555-e496904e2438 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.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:37:55Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:01,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3ba77863-0668-42ac-9555-e496904e2438 2018-07-15 17:38:01,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.940304040909s 2018-07-15 17:38:01,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3ba77863-0668-42ac-9555-e496904e2438 2018-07-15 17:38:01,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:38:03,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:03,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:04,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-fe3d38a1-6715-4c7a-8732-bf6ee5a0045a x-compute-request-id: req-fe3d38a1-6715-4c7a-8732-bf6ee5a0045a Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a4:ab", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:38:01.000000", "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:38:01Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:04,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe3d38a1-6715-4c7a-8732-bf6ee5a0045a 2018-07-15 17:38:04,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719179868698s 2018-07-15 17:38:04,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe3d38a1-6715-4c7a-8732-bf6ee5a0045a 2018-07-15 17:38:04,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:38:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:04,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-21718f85-3b8e-43a8-a214-e7bbbeae1734 Date: Sun, 15 Jul 2018 17:38:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:38:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"791cf9fc-61bd-4942-9902-34d3eb6214b4","ip_address":"192.168.0.7"}],"id":"a9f60ada-94f0-44da-add4-47d8cc287c9c","security_groups":["83deab0b-f286-4228-ba83-3fc865d86ca4"],"mac_address":"fa:16:3e:75:a4:ab","project_id":"b318f9533aaf4b849bc49a65bf9e4883","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab612996-9e2a-4e52-907d-c47d8d110d80","tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:55Z","binding:vnic_type":"normal","device_id":"6999fcf2-f726-4b3f-882f-fa53d6d7d25a","ip_allocation":"immediate"}]} 2018-07-15 17:38:04,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-21718f85-3b8e-43a8-a214-e7bbbeae1734 2018-07-15 17:38:04,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0558528900146s 2018-07-15 17:38:04,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-21718f85-3b8e-43a8-a214-e7bbbeae1734 2018-07-15 17:38:04,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:38:04,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:04,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0161e867-2e83-42c5-b1d9-d5eac0c2b62e Date: Sun, 15 Jul 2018 17:38:04 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:38:04,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c used request id req-0161e867-2e83-42c5-b1d9-d5eac0c2b62e 2018-07-15 17:38:04,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.248002052307s 2018-07-15 17:38:04,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c used request id req-0161e867-2e83-42c5-b1d9-d5eac0c2b62e 2018-07-15 17:38:04,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:04,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:05,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-76314013-8b1b-46a4-96fc-0cc43dc0fbf9 x-compute-request-id: req-76314013-8b1b-46a4-96fc-0cc43dc0fbf9 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a4:ab", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:38:01.000000", "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:38:01Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:05,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76314013-8b1b-46a4-96fc-0cc43dc0fbf9 2018-07-15 17:38:05,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582981109619s 2018-07-15 17:38:05,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76314013-8b1b-46a4-96fc-0cc43dc0fbf9 2018-07-15 17:38:05,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 17:38:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:05,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-b432e467-745e-4792-ab39-83bdef0bd548 Date: Sun, 15 Jul 2018 17:38:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T17:38:00Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"791cf9fc-61bd-4942-9902-34d3eb6214b4","ip_address":"192.168.0.7"}],"id":"a9f60ada-94f0-44da-add4-47d8cc287c9c","security_groups":["83deab0b-f286-4228-ba83-3fc865d86ca4"],"mac_address":"fa:16:3e:75:a4:ab","project_id":"b318f9533aaf4b849bc49a65bf9e4883","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ab612996-9e2a-4e52-907d-c47d8d110d80","tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:55Z","binding:vnic_type":"normal","device_id":"6999fcf2-f726-4b3f-882f-fa53d6d7d25a","ip_allocation":"immediate"}]} 2018-07-15 17:38:05,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-b432e467-745e-4792-ab39-83bdef0bd548 2018-07-15 17:38:05,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0539259910583s 2018-07-15 17:38:05,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-b432e467-745e-4792-ab39-83bdef0bd548 2018-07-15 17:38:05,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 17:38:05,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:05,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b66c6d50-3721-4176-8364-119aa4f403c8 Date: Sun, 15 Jul 2018 17:38:05 GMT RESP BODY: {"floatingips": []} 2018-07-15 17:38:05,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c used request id req-b66c6d50-3721-4176-8364-119aa4f403c8 2018-07-15 17:38:05,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0533268451691s 2018-07-15 17:38:05,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=a9f60ada-94f0-44da-add4-47d8cc287c9c used request id req-b66c6d50-3721-4176-8364-119aa4f403c8 2018-07-15 17:38:05,168 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:a4:ab', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd593ef0f-c1cf-4807-b852-35df48d13370'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T17:38:01.000000', 'flavor': Munch({u'id': u'dda611b7-e00b-4817-a7b0-5795958335f3'}), 'az': u'nova', 'id': u'6999fcf2-f726-4b3f-882f-fa53d6d7d25a', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'edfcf7677fa44c1aad0618e29ca2a875', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b318f9533aaf4b849bc49a65bf9e4883', 'name': 'vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T17:38:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T17:38:01Z', 'hostId': u'60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T17:38:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b318f9533aaf4b849bc49a65bf9e4883', 'name': u'vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'adminPass': None, 'tenant_id': u'b318f9533aaf4b849bc49a65bf9e4883', 'created_at': u'2018-07-15T17:37:51Z', 'created': u'2018-07-15T17:37:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 17:38:05,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:38:05,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:05,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-8b09ae12-510a-4f70-84e4-b71a0c884cd5 Date: Sun, 15 Jul 2018 17:38:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":["791cf9fc-61bd-4942-9902-34d3eb6214b4"],"description":"","tags":[],"updated_at":"2018-07-15T17:37:34Z","qos_policy_id":null,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}]} 2018-07-15 17:38:05,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8b09ae12-510a-4f70-84e4-b71a0c884cd5 2018-07-15 17:38:05,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114316940308s 2018-07-15 17:38:05,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8b09ae12-510a-4f70-84e4-b71a0c884cd5 2018-07-15 17:38:05,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:38:05,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:06,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a8f87114-07de-48e1-9783-e55a8784ede7 Date: Sun, 15 Jul 2018 17:38:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "metadata": {}}], "file": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file", "owner": "b318f9533aaf4b849bc49a65bf9e4883", "id": "d593ef0f-c1cf-4807-b852-35df48d13370", "size": 12716032, "self": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:37:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:38:06,031 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a8f87114-07de-48e1-9783-e55a8784ede7 2018-07-15 17:38:06,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.742718219757s 2018-07-15 17:38:06,032 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a8f87114-07de-48e1-9783-e55a8784ede7 2018-07-15 17:38:06,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:38:06,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:06,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-b49b6d96-30c3-4dc1-a528-3a5dae434e52 x-compute-request-id: req-b49b6d96-30c3-4dc1-a528-3a5dae434e52 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "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": "dda611b7-e00b-4817-a7b0-5795958335f3"}]} 2018-07-15 17:38:06,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b49b6d96-30c3-4dc1-a528-3a5dae434e52 2018-07-15 17:38:06,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0309429168701s 2018-07-15 17:38:06,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b49b6d96-30c3-4dc1-a528-3a5dae434e52 2018-07-15 17:38:06,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 17:38:06,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"server": {"name": "vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4", "imageRef": "d593ef0f-c1cf-4807-b852-35df48d13370", "key_name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "flavorRef": "dda611b7-e00b-4817-a7b0-5795958335f3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab612996-9e2a-4e52-907d-c47d8d110d80"}], "security_groups": [{"name": "83deab0b-f286-4228-ba83-3fc865d86ca4"}]}}' 2018-07-15 17:38:08,827 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:38:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ccdfc064-d9ea-45a5-af98-43f624d8ff7e x-compute-request-id: req-ccdfc064-d9ea-45a5-af98-43f624d8ff7e Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "83deab0b-f286-4228-ba83-3fc865d86ca4"}], "OS-DCF:diskConfig": "MANUAL", "id": "ec1432cc-ecfe-46f1-937a-20169cad13a8", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "bookmark"}], "adminPass": "SD3mtPzPsm2B"}} 2018-07-15 17:38:08,827 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ccdfc064-d9ea-45a5-af98-43f624d8ff7e 2018-07-15 17:38:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.76099395752s 2018-07-15 17:38:08,828 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ccdfc064-d9ea-45a5-af98-43f624d8ff7e 2018-07-15 17:38:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:08,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:09,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-dc295fb2-ff00-4db5-9adf-14e8d0a43f6c x-compute-request-id: req-dc295fb2-ff00-4db5-9adf-14e8d0a43f6c Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "ec1432cc-ecfe-46f1-937a-20169cad13a8", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T17:38:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "name": "vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:38:08Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a4:ab", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:38:01.000000", "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:38:01Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:09,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dc295fb2-ff00-4db5-9adf-14e8d0a43f6c 2018-07-15 17:38:09,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664741039276s 2018-07-15 17:38:09,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dc295fb2-ff00-4db5-9adf-14e8d0a43f6c 2018-07-15 17:38:09,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:38:11,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:12,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-284f6fe6-2f72-4e60-b5d7-118a537e759b x-compute-request-id: req-284f6fe6-2f72-4e60-b5d7-118a537e759b Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "ec1432cc-ecfe-46f1-937a-20169cad13a8", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-15T17:38:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "name": "vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:38:08Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a4:ab", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:38:01.000000", "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:38:01Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:12,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-284f6fe6-2f72-4e60-b5d7-118a537e759b 2018-07-15 17:38:12,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613259077072s 2018-07-15 17:38:12,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-284f6fe6-2f72-4e60-b5d7-118a537e759b 2018-07-15 17:38:12,116 - functest.core.singlevm - ERROR - Cannot run vping_ssh Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 358, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 152, in boot_vm **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'd593ef0f-c1cf-4807-b852-35df48d13370'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'dda611b7-e00b-4817-a7b0-5795958335f3'}), 'az': u'', 'id': u'ec1432cc-ecfe-46f1-937a-20169cad13a8', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'edfcf7677fa44c1aad0618e29ca2a875', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b318f9533aaf4b849bc49a65bf9e4883', 'name': 'vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-07-15T17:38:09Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'b318f9533aaf4b849bc49a65bf9e4883', 'name': u'vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4', 'adminPass': None, 'tenant_id': u'b318f9533aaf4b849bc49a65bf9e4883', 'created_at': u'2018-07-15T17:38:08Z', 'created': u'2018-07-15T17:38:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-15 17:38:12,233 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 17:38:12,233 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:40 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-15 17:38:12,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 17:38:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:12,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:38: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-c64078e2-516c-4422-a0cd-76ffa7c6a5f2 x-compute-request-id: req-c64078e2-516c-4422-a0cd-76ffa7c6a5f2 Content-Type: application/json 2018-07-15 17:38:12,531 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-c64078e2-516c-4422-a0cd-76ffa7c6a5f2 2018-07-15 17:38:12,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.294006824493s 2018-07-15 17:38:12,532 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a used request id req-c64078e2-516c-4422-a0cd-76ffa7c6a5f2 2018-07-15 17:38:12,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:13,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-5e8eebb2-9bd9-434c-aa14-595aff0fcc74 x-compute-request-id: req-5e8eebb2-9bd9-434c-aa14-595aff0fcc74 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "ec1432cc-ecfe-46f1-937a-20169cad13a8", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-15T17:38:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "name": "vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:38:08Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:a4:ab", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T17:38:01.000000", "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "6999fcf2-f726-4b3f-882f-fa53d6d7d25a", "security_groups": [{"name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}], "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T17:38:12Z", "hostId": "60546e0f8e0eff6db2ff25457ce9b6ae246c9fd867690f58c961961b", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:37:51Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:13,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5e8eebb2-9bd9-434c-aa14-595aff0fcc74 2018-07-15 17:38:13,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615283966064s 2018-07-15 17:38:13,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5e8eebb2-9bd9-434c-aa14-595aff0fcc74 2018-07-15 17:38:13,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 17:38:15,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 17:38:15,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:15,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38: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-884476a3-de4a-42f7-b833-c3bb7afb54df x-compute-request-id: req-884476a3-de4a-42f7-b833-c3bb7afb54df Content-Encoding: gzip Content-Length: 592 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/ec1432cc-ecfe-46f1-937a-20169cad13a8", "rel": "bookmark"}], "image": {"id": "d593ef0f-c1cf-4807-b852-35df48d13370", "links": [{"href": "http://172.30.9.25:8774/images/d593ef0f-c1cf-4807-b852-35df48d13370", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dda611b7-e00b-4817-a7b0-5795958335f3", "links": [{"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "bookmark"}]}, "id": "ec1432cc-ecfe-46f1-937a-20169cad13a8", "user_id": "edfcf7677fa44c1aad0618e29ca2a875", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-15T17:38:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4", "name": "vping_ssh-vm_3b148c94-d625-4a2e-81bc-2c8108193fc4", "created": "2018-07-15T17:38:08Z", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 17:38:15,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-884476a3-de4a-42f7-b833-c3bb7afb54df 2018-07-15 17:38:15,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360529899597s 2018-07-15 17:38:15,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-884476a3-de4a-42f7-b833-c3bb7afb54df 2018-07-15 17:38:15,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 17:38:15,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:15,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-87a28e1d-726f-44c2-9fa7-e25f1de36375 Date: Sun, 15 Jul 2018 17:38:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:47Z", "updated_at": "2018-07-15T17:37:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:48Z", "revision_number": 0, "id": "07de8d39-154d-451c-8d29-3ba0b1aa7800", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:48Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "2809cefa-9f2e-4402-a5d6-08ba91538102", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "6376517c-2e4b-4bb7-8360-f16559890cf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T17:37:47Z", "revision_number": 0, "id": "ca0cecd0-fc3d-4318-933f-78f76bd5751f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:47Z", "security_group_id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 3, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "83deab0b-f286-4228-ba83-3fc865d86ca4", "name": "vping_ssh-sg_3b148c94-d625-4a2e-81bc-2c8108193fc4"}, {"description": "Default security group", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:33Z", "updated_at": "2018-07-15T17:37:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "34121aa5-bc9c-49fd-9815-9b0857335796", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "5690bc95-eaf2-4d20-9310-732087246b32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "78dd0ee4-1e6f-4206-bf7d-35139a46366a", "remote_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv6", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T17:37:33Z", "revision_number": 0, "id": "a644210a-2882-40e2-a0f3-ca7931d3976e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T17:37:33Z", "security_group_id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "port_range_min": null, "ethertype": "IPv4", "project_id": "b318f9533aaf4b849bc49a65bf9e4883"}], "revision_number": 1, "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "f43903f1-35ed-4402-8da0-2de7dcddab17", "name": "default"}]} 2018-07-15 17:38:15,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-87a28e1d-726f-44c2-9fa7-e25f1de36375 2018-07-15 17:38:15,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.221764087677s 2018-07-15 17:38:15,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-87a28e1d-726f-44c2-9fa7-e25f1de36375 2018-07-15 17:38:15,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 17:38:15,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/83deab0b-f286-4228-ba83-3fc865d86ca4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:16,019 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bde5f5e-5992-4fdf-9279-b01edb0348fb Content-Length: 0 Date: Sun, 15 Jul 2018 17:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:38:16,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/83deab0b-f286-4228-ba83-3fc865d86ca4.json used request id req-0bde5f5e-5992-4fdf-9279-b01edb0348fb 2018-07-15 17:38:16,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.274442911148s 2018-07-15 17:38:16,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/83deab0b-f286-4228-ba83-3fc865d86ca4.json used request id req-0bde5f5e-5992-4fdf-9279-b01edb0348fb 2018-07-15 17:38:16,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 17:38:16,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:16,079 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:38: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-88a0f662-7761-4026-a371-3a2db9d976f8 x-compute-request-id: req-88a0f662-7761-4026-a371-3a2db9d976f8 Content-Length: 0 Content-Type: application/json 2018-07-15 17:38:16,079 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4 used request id req-88a0f662-7761-4026-a371-3a2db9d976f8 2018-07-15 17:38:16,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.059506893158s 2018-07-15 17:38:16,080 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_3b148c94-d625-4a2e-81bc-2c8108193fc4 used request id req-88a0f662-7761-4026-a371-3a2db9d976f8 2018-07-15 17:38:16,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 17:38:16,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" -d '{"subnet_id": "791cf9fc-61bd-4942-9902-34d3eb6214b4"}' 2018-07-15 17:38:18,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-929b53c9-a3bc-4bbc-ae11-cd7fef60cbce Date: Sun, 15 Jul 2018 17:38:18 GMT RESP BODY: {"network_id": "ab612996-9e2a-4e52-907d-c47d8d110d80", "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "subnet_id": "791cf9fc-61bd-4942-9902-34d3eb6214b4", "subnet_ids": ["791cf9fc-61bd-4942-9902-34d3eb6214b4"], "port_id": "c37a1251-9c95-46ce-b2b4-ef84e0361f00", "id": "9a24f84b-5f2f-44e1-aa96-a5c4b004a010"} 2018-07-15 17:38:18,334 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/remove_router_interface.json used request id req-929b53c9-a3bc-4bbc-ae11-cd7fef60cbce 2018-07-15 17:38:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.25355696678s 2018-07-15 17:38:18,334 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010/remove_router_interface.json used request id req-929b53c9-a3bc-4bbc-ae11-cd7fef60cbce returning object 9a24f84b-5f2f-44e1-aa96-a5c4b004a010 2018-07-15 17:38:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 17:38:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:18,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a5f98997-77e2-4721-9add-80e08cda9e6c Date: Sun, 15 Jul 2018 17:38:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9529e6e6-1f86-4430-bc18-6663a0b2fc57", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8678f063-cda6-431e-a1b1-ef1041eeb1a3", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b318f9533aaf4b849bc49a65bf9e4883", "created_at": "2018-07-15T17:37:35Z", "admin_state_up": true, "updated_at": "2018-07-15T17:38:17Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "b318f9533aaf4b849bc49a65bf9e4883", "id": "9a24f84b-5f2f-44e1-aa96-a5c4b004a010", "name": "vping_ssh-router_3b148c94-d625-4a2e-81bc-2c8108193fc4"}]} 2018-07-15 17:38:18,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a5f98997-77e2-4721-9add-80e08cda9e6c 2018-07-15 17:38:18,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.125409126282s 2018-07-15 17:38:18,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a5f98997-77e2-4721-9add-80e08cda9e6c 2018-07-15 17:38:18,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 17:38:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:22,278 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25e0a699-3f2a-4a93-93a7-882600bd7b7d Content-Length: 0 Date: Sun, 15 Jul 2018 17:38:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:38:22,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010.json used request id req-25e0a699-3f2a-4a93-93a7-882600bd7b7d 2018-07-15 17:38:22,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.81699681282s 2018-07-15 17:38:22,279 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9a24f84b-5f2f-44e1-aa96-a5c4b004a010.json used request id req-25e0a699-3f2a-4a93-93a7-882600bd7b7d 2018-07-15 17:38:22,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 17:38:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:22,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-88cf2a18-6a01-4c4e-bd73-936d6dcbfd85 Date: Sun, 15 Jul 2018 17:38:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab612996-9e2a-4e52-907d-c47d8d110d80","tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T17:37:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"b318f9533aaf4b849bc49a65bf9e4883","id":"791cf9fc-61bd-4942-9902-34d3eb6214b4","subnetpool_id":null,"name":"vping_ssh-subnet_3b148c94-d625-4a2e-81bc-2c8108193fc4"}]} 2018-07-15 17:38:22,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-88cf2a18-6a01-4c4e-bd73-936d6dcbfd85 2018-07-15 17:38:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.209707975388s 2018-07-15 17:38:22,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-88cf2a18-6a01-4c4e-bd73-936d6dcbfd85 2018-07-15 17:38:22,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 17:38:22,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/791cf9fc-61bd-4942-9902-34d3eb6214b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:24,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2d0f9bf-0921-4fdd-ab67-a9d1477f21c1 Date: Sun, 15 Jul 2018 17:38:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:38:24,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/791cf9fc-61bd-4942-9902-34d3eb6214b4.json used request id req-f2d0f9bf-0921-4fdd-ab67-a9d1477f21c1 2018-07-15 17:38:24,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35834407806s 2018-07-15 17:38:24,849 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/791cf9fc-61bd-4942-9902-34d3eb6214b4.json used request id req-f2d0f9bf-0921-4fdd-ab67-a9d1477f21c1 2018-07-15 17:38:24,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 17:38:24,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:24,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-b4b19e98-6f9c-4f81-a6ba-781fb549203b Date: Sun, 15 Jul 2018 17:38:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9529e6e6-1f86-4430-bc18-6663a0b2fc57","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0ed4f320b6bf4f118ff0c3c29d99c866","l2_adjacency":true,"status":"ACTIVE","subnets":["8678f063-cda6-431e-a1b1-ef1041eeb1a3"],"description":"","tags":[],"updated_at":"2018-07-15T17:29:06Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0ed4f320b6bf4f118ff0c3c29d99c866","created_at":"2018-07-15T17:28:58Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"ab612996-9e2a-4e52-907d-c47d8d110d80","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"b318f9533aaf4b849bc49a65bf9e4883","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T17:38:24Z","qos_policy_id":null,"name":"vping_ssh-net_3b148c94-d625-4a2e-81bc-2c8108193fc4","admin_state_up":true,"tenant_id":"b318f9533aaf4b849bc49a65bf9e4883","created_at":"2018-07-15T17:37:33Z","mtu":1450}]} 2018-07-15 17:38:24,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b4b19e98-6f9c-4f81-a6ba-781fb549203b 2018-07-15 17:38:24,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133430957794s 2018-07-15 17:38:24,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b4b19e98-6f9c-4f81-a6ba-781fb549203b 2018-07-15 17:38:24,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 17:38:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/ab612996-9e2a-4e52-907d-c47d8d110d80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:26,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12b72612-e482-4cb0-87dd-cea8eee8a079 Date: Sun, 15 Jul 2018 17:38:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 17:38:26,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ab612996-9e2a-4e52-907d-c47d8d110d80.json used request id req-12b72612-e482-4cb0-87dd-cea8eee8a079 2018-07-15 17:38:26,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26244902611s 2018-07-15 17:38:26,247 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/ab612996-9e2a-4e52-907d-c47d8d110d80.json used request id req-12b72612-e482-4cb0-87dd-cea8eee8a079 2018-07-15 17:38:26,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 17:38:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-60196be7-3335-4747-aef0-484b44c08782 Date: Sun, 15 Jul 2018 17:38:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "metadata": {}}], "file": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370/file", "owner": "b318f9533aaf4b849bc49a65bf9e4883", "id": "d593ef0f-c1cf-4807-b852-35df48d13370", "size": 12716032, "self": "/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370", "disk_format": "qcow2", "direct_url": "rbd://2681ac22-d09b-404a-b6d2-2c384741c8d5/images/d593ef0f-c1cf-4807-b852-35df48d13370/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T17:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3b148c94-d625-4a2e-81bc-2c8108193fc4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T17:37:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 17:38:26,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-60196be7-3335-4747-aef0-484b44c08782 2018-07-15 17:38:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0420029163361s 2018-07-15 17:38:26,294 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-60196be7-3335-4747-aef0-484b44c08782 2018-07-15 17:38:26,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 17:38:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}74425eff73dbb348e14023688e82ed786480f5f1" 2018-07-15 17:38:26,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42dfd4c1-5a04-4be1-a4cb-aefadbff3fc0 Date: Sun, 15 Jul 2018 17:38:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 17:38:26,751 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370 used request id req-42dfd4c1-5a04-4be1-a4cb-aefadbff3fc0 2018-07-15 17:38:26,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.455266952515s 2018-07-15 17:38:26,751 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d593ef0f-c1cf-4807-b852-35df48d13370 used request id req-42dfd4c1-5a04-4be1-a4cb-aefadbff3fc0 2018-07-15 17:38:26,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 17:38:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:26,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c52c1da-c363-4c8c-a1a5-4900ae8a53a9 x-compute-request-id: req-2c52c1da-c363-4c8c-a1a5-4900ae8a53a9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/dda611b7-e00b-4817-a7b0-5795958335f3", "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": "dda611b7-e00b-4817-a7b0-5795958335f3"}]} 2018-07-15 17:38:26,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-2c52c1da-c363-4c8c-a1a5-4900ae8a53a9 2018-07-15 17:38:26,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289399623871s 2018-07-15 17:38:26,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-2c52c1da-c363-4c8c-a1a5-4900ae8a53a9 2018-07-15 17:38:26,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 17:38:26,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:26,815 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 17:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-298bc99e-f975-436c-8b3a-2c8ed2cf9708 x-compute-request-id: req-298bc99e-f975-436c-8b3a-2c8ed2cf9708 Content-Length: 0 Content-Type: application/json 2018-07-15 17:38:26,815 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3 used request id req-298bc99e-f975-436c-8b3a-2c8ed2cf9708 2018-07-15 17:38:26,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326299667358s 2018-07-15 17:38:26,815 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/dda611b7-e00b-4817-a7b0-5795958335f3 used request id req-298bc99e-f975-436c-8b3a-2c8ed2cf9708 2018-07-15 17:38:26,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:38:26,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:26,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985b95a3-e3c6-4337-9348-debc4034064c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/1c080d4ac86a48d08071761d8cc05a5c"}, "domain_id": "b45e7ea9f5044d4389616a1cd34d660a", "enabled": true, "options": {}, "id": "1c080d4ac86a48d08071761d8cc05a5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/2e43a359f5174e9c9d462c66b1d83ca3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2e43a359f5174e9c9d462c66b1d83ca3", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/384e6551db744807ae4c3d5d55063515"}, "domain_id": "default", "enabled": true, "options": {}, "id": "384e6551db744807ae4c3d5d55063515", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/3b98893783314f13bc315f75cbfb57b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b98893783314f13bc315f75cbfb57b2", "email": "admin@example.com", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/404f47344fc840e8b5d47c3544e5af9a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "404f47344fc840e8b5d47c3544e5af9a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/4488a9c73de14926bde09244a55ea15e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4488a9c73de14926bde09244a55ea15e", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/73e69906ea974220ad6f1764826e04c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e69906ea974220ad6f1764826e04c4", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/75bafda82e5c4f6187d6c5b197a4a579"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75bafda82e5c4f6187d6c5b197a4a579", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/8cbe45991341440ca65f8776954f3386"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cbe45991341440ca65f8776954f3386", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/9cec908e9d684f649dc293a3c978ebc1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cec908e9d684f649dc293a3c978ebc1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/afa9852187cb43e8a47c9e29ec360076"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afa9852187cb43e8a47c9e29ec360076", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/c6ba7bcb02004772a77f99d429fba5ca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6ba7bcb02004772a77f99d429fba5ca", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/c92a3101894e48f4a0d7665ba62cab98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c92a3101894e48f4a0d7665ba62cab98", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/e854f596dfef408ab8ec8857623a4f31"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e854f596dfef408ab8ec8857623a4f31", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": {"self": "http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "edfcf7677fa44c1aad0618e29ca2a875", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-07-15 17:38:26,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-985b95a3-e3c6-4337-9348-debc4034064c 2018-07-15 17:38:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121858119965s 2018-07-15 17:38:26,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-985b95a3-e3c6-4337-9348-debc4034064c 2018-07-15 17:38:26,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 17:38:26,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:27,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b60729eb-8ffb-4f8c-91e5-cffd1736b037 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3b148c94-d625-4a2e-81bc-2c8108193fc4", "links": {"self": "http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "edfcf7677fa44c1aad0618e29ca2a875", "description": null}} 2018-07-15 17:38:27,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 used request id req-b60729eb-8ffb-4f8c-91e5-cffd1736b037 2018-07-15 17:38:27,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118432044983s 2018-07-15 17:38:27,062 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 used request id req-b60729eb-8ffb-4f8c-91e5-cffd1736b037 2018-07-15 17:38:27,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 17:38:27,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:27,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:38:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea858ecd-3a96-4a88-a011-4877a7493088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:38:27,300 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 used request id req-ea858ecd-3a96-4a88-a011-4877a7493088 2018-07-15 17:38:27,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.236868143082s 2018-07-15 17:38:27,300 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/edfcf7677fa44c1aad0618e29ca2a875 used request id req-ea858ecd-3a96-4a88-a011-4877a7493088 2018-07-15 17:38:27,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 17:38:27,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:27,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 17:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6828714f-e6eb-4537-814c-e2ac6aeb39e8 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/0ed4f320b6bf4f118ff0c3c29d99c866"}, "tags": [], "enabled": true, "id": "0ed4f320b6bf4f118ff0c3c29d99c866", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/97e7225fef894b79ba0ec19c9485f90a"}, "tags": [], "enabled": true, "id": "97e7225fef894b79ba0ec19c9485f90a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883"}, "tags": [], "enabled": true, "id": "b318f9533aaf4b849bc49a65bf9e4883", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3b148c94-d625-4a2e-81bc-2c8108193fc4"}]} 2018-07-15 17:38:27,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-6828714f-e6eb-4537-814c-e2ac6aeb39e8 2018-07-15 17:38:27,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108807086945s 2018-07-15 17:38:27,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-6828714f-e6eb-4537-814c-e2ac6aeb39e8 2018-07-15 17:38:27,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 17:38:27,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}84ed2c3a92e71f68a5e9fc0dde7d306da34325b1" 2018-07-15 17:38:27,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 17:38:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ade78a91-88c2-474a-8177-c1eb8d49f9a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 17:38:27,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883 used request id req-ade78a91-88c2-474a-8177-c1eb8d49f9a7 2018-07-15 17:38:27,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.195642948151s 2018-07-15 17:38:27,616 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/b318f9533aaf4b849bc49a65bf9e4883 used request id req-ade78a91-88c2-474a-8177-c1eb8d49f9a7 2018-07-15 17:38:27,616 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-07-15 17:38:27,617 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:15 | PASS | | tenantnetwork2 | functest | healthcheck | 00:13 | PASS | | vmready1 | functest | healthcheck | 00:18 | PASS | | vmready2 | functest | healthcheck | 00:20 | PASS | | singlevm1 | functest | healthcheck | 00:42 | PASS | | singlevm2 | functest | healthcheck | 00:42 | PASS | | vping_ssh | functest | healthcheck | 00:40 | FAIL | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-15 17:38:27,630 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-15 17:38:27,704 - paramiko.transport - DEBUG - EOF in transport thread