2018-07-22 23:53:59,281 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-176 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-22 23:53:59,284 - 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.24,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=qhpBWdWh2hZbzjTWZu7fekW7B 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=d2708d2078d347d995ef4237b108faeb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=MAV9g4ZFU2CrWKFFAzgsfwMdk export OS_REGION_NAME=regionOne 2018-07-22 23:53:59,284 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-22 23:53:59,284 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-22 23:53:59,308 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:53:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:53:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:53:59,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:53:59,594 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-22 23:53:59,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-22 23:53:59,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:53:59,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0429a28f-265d-4242-b94b-4bed52d3ba73 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:53:59,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-0429a28f-265d-4242-b94b-4bed52d3ba73 2018-07-22 23:53:59,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:54:00,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["nduSnT6PQz2JKzPx9_QOug"], "issued_at": "2018-07-22T23:53:59.000000Z"}} 2018-07-22 23:54:00,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:00,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72b26c4d-bd8a-4bd2-8e51-864e1f0a6802 x-compute-request-id: req-72b26c4d-bd8a-4bd2-8e51-864e1f0a6802 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-22 23:54:00,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-72b26c4d-bd8a-4bd2-8e51-864e1f0a6802 2018-07-22 23:54:00,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.26798796654s 2018-07-22 23:54:00,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-72b26c4d-bd8a-4bd2-8e51-864e1f0a6802 2018-07-22 23:54:00,863 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-22 23:54:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:00,872 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:54:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:54:00,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:54:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:00,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17753ed-1b1b-45fd-898f-1c5cde38f530 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:54:00,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-c17753ed-1b1b-45fd-898f-1c5cde38f530 2018-07-22 23:54:00,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103204011917s 2018-07-22 23:54:00,977 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-c17753ed-1b1b-45fd-898f-1c5cde38f530 2018-07-22 23:54:00,978 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e7e1d6133e9041bcbc3e657296269b60', 'name': u'heat_stack'})] 2018-07-22 23:54:00,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-22 23:54:00,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:01,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4be3c4ac-9d25-49e9-9a30-39ef943d1caa Content-Encoding: gzip Content-Length: 1954 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0536eafa45584999b79e76973ffbc61a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "0536eafa45584999b79e76973ffbc61a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/078e0e68185f4822adaa3fb1f3064a7a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/11f361c4837142859e1eaebfb2c29a4d"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1d53c292e44f4ed59c3b4c63a02578f9"}, "url": "http://172.30.9.24:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2a2102f87b054f54aac04b68b1c76f53"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2e436a94fab74c8a80a87d2338704965"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "586757299cc34650b62cc298abd190e4", "id": "2e436a94fab74c8a80a87d2338704965"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/33b17fd622044692977ac7c667cc9dad"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "586757299cc34650b62cc298abd190e4", "id": "33b17fd622044692977ac7c667cc9dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/3d972810210c4fc3a777d81ad5a113d9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/43836553d17f40fd98b5d7f606448316"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "43836553d17f40fd98b5d7f606448316"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/44703ad2aec04697a7daac8b67520e5d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4a1fde1ae5a945948b9db39edba61f39"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/60413fe15f804954bf3e6bf65d0041d8"}, "url": "http://172.30.9.24:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/63a3ecbd3a834cd4afeb1dcbefb43fd2"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6c76922487d34139a964722685c6ef80"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "6c76922487d34139a964722685c6ef80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6ea967f6ca8147e2a9cdb3f436e46990"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7058ded6fb154173bbd8610cbbf5c7ed"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7419407cd1cc452e9e7390b0e7e284ce"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7b210d137f5943db9f751bf41e59a098"}, "url": "http://172.30.9.24:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "7b210d137f5943db9f751bf41e59a098"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7b947cbcc5c84159911bbad7a983e101"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "7b947cbcc5c84159911bbad7a983e101"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7e4c6f52ef814eb4ad1ee7702d774260"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8507134fa49c4ca18f52740b39aa2925"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/945ddfe974154af09b3c88ebf4c33609"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9709a6f7e90b4543ab6023ab8a040119"}, "url": "http://172.30.9.24:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "9709a6f7e90b4543ab6023ab8a040119"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/989dfe192e09456cbd3c4a4ae9984f23"}, "url": "http://172.30.9.24:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "586757299cc34650b62cc298abd190e4", "id": "989dfe192e09456cbd3c4a4ae9984f23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9e06731060c249a0bdb9af95db537525"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "9e06731060c249a0bdb9af95db537525"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a023a9a1b7264d269630e9de1e13c229"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a07be2f36167495f96ec86e4c2a8dc4d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ab723686557e44a29a0fd27df0931a61"}, "url": "http://172.30.9.24:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "ab723686557e44a29a0fd27df0931a61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/afa2373dd9094ee3b1a8c29e3d6b99cf"}, "url": "http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b4eb4794c02c41449b1ae6a9e49e9144"}, "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b51c47c612194269942270633d181821"}, "url": "http://172.30.9.24:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "b51c47c612194269942270633d181821"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b7ad56a686f8426e83d81d32c629be42"}, "url": "http://172.30.9.24:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "b7ad56a686f8426e83d81d32c629be42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/bf087a02936a4298920685f00db575f9"}, "url": "http://172.30.9.24:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "bf087a02936a4298920685f00db575f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c9ba3ec498e640b1ac11ae5a1eaa5a23"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/cc6832fe1d55460ba337b9c3daf8188d"}, "url": "http://172.30.9.24:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "cc6832fe1d55460ba337b9c3daf8188d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d26aeff6251b4759b8eb1f988c7caed3"}, "url": "http://172.30.9.24:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "d26aeff6251b4759b8eb1f988c7caed3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/db28d9c1721e4371b30120682f2b7429"}, "url": "http://172.30.9.24:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "db28d9c1721e4371b30120682f2b7429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e028e54b9baa4216b707a897b87d5b3b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e371a71941c0443bbfee2a412bb9db12"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "e371a71941c0443bbfee2a412bb9db12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/fdef381cc8e944a6a830d27c48d23370"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "fdef381cc8e944a6a830d27c48d23370"}], "links": {"self": "http://172.30.9.24:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-22 23:54:01,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-4be3c4ac-9d25-49e9-9a30-39ef943d1caa 2018-07-22 23:54:01,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.184214830399s 2018-07-22 23:54:01,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-4be3c4ac-9d25-49e9-9a30-39ef943d1caa 2018-07-22 23:54:01,173 - 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.24:5000/v3/endpoints/0536eafa45584999b79e76973ffbc61a'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'facbf6827bc042e7b3e12f9eaf01d47b', u'id': u'0536eafa45584999b79e76973ffbc61a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/078e0e68185f4822adaa3fb1f3064a7a'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6a17596d3f0b46258c7cff6df3ed22ca', u'id': u'078e0e68185f4822adaa3fb1f3064a7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/11f361c4837142859e1eaebfb2c29a4d'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a21fc35727b44eb6b885f7025523e651', u'id': u'11f361c4837142859e1eaebfb2c29a4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/1d53c292e44f4ed59c3b4c63a02578f9'}, u'url': u'http://172.30.9.24:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'572f078e4ecc4dd29f467c26484b7fef', u'id': u'1d53c292e44f4ed59c3b4c63a02578f9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/2a2102f87b054f54aac04b68b1c76f53'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aa9310fbee084c85b4c27ef99c402004', u'id': u'2a2102f87b054f54aac04b68b1c76f53'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/2e436a94fab74c8a80a87d2338704965'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'586757299cc34650b62cc298abd190e4', u'id': u'2e436a94fab74c8a80a87d2338704965'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/33b17fd622044692977ac7c667cc9dad'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'586757299cc34650b62cc298abd190e4', u'id': u'33b17fd622044692977ac7c667cc9dad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/3d972810210c4fc3a777d81ad5a113d9'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'facbf6827bc042e7b3e12f9eaf01d47b', u'id': u'3d972810210c4fc3a777d81ad5a113d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/43836553d17f40fd98b5d7f606448316'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a21fc35727b44eb6b885f7025523e651', u'id': u'43836553d17f40fd98b5d7f606448316'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/44703ad2aec04697a7daac8b67520e5d'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aa9310fbee084c85b4c27ef99c402004', u'id': u'44703ad2aec04697a7daac8b67520e5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4a1fde1ae5a945948b9db39edba61f39'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd428c2e2ecbf4fd48b7a6a2d7161f8db', u'id': u'4a1fde1ae5a945948b9db39edba61f39'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/60413fe15f804954bf3e6bf65d0041d8'}, u'url': u'http://172.30.9.24:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5862c6a1e36b42c6b65b4e49fba8b782', u'id': u'60413fe15f804954bf3e6bf65d0041d8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/63a3ecbd3a834cd4afeb1dcbefb43fd2'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5862c6a1e36b42c6b65b4e49fba8b782', u'id': u'63a3ecbd3a834cd4afeb1dcbefb43fd2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6c76922487d34139a964722685c6ef80'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd428c2e2ecbf4fd48b7a6a2d7161f8db', u'id': u'6c76922487d34139a964722685c6ef80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6ea967f6ca8147e2a9cdb3f436e46990'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6037d498e15442169bf99cd1102a11c1', u'id': u'6ea967f6ca8147e2a9cdb3f436e46990'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/7058ded6fb154173bbd8610cbbf5c7ed'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6037d498e15442169bf99cd1102a11c1', u'id': u'7058ded6fb154173bbd8610cbbf5c7ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/7419407cd1cc452e9e7390b0e7e284ce'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f5c6af612fc64a029131554ddbe706ca', u'id': u'7419407cd1cc452e9e7390b0e7e284ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/7b210d137f5943db9f751bf41e59a098'}, u'url': u'http://172.30.9.24:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd428c2e2ecbf4fd48b7a6a2d7161f8db', u'id': u'7b210d137f5943db9f751bf41e59a098'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/7b947cbcc5c84159911bbad7a983e101'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5862c6a1e36b42c6b65b4e49fba8b782', u'id': u'7b947cbcc5c84159911bbad7a983e101'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/7e4c6f52ef814eb4ad1ee7702d774260'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1da0fa08bd274116b343e7d1bdce0aaa', u'id': u'7e4c6f52ef814eb4ad1ee7702d774260'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/8507134fa49c4ca18f52740b39aa2925'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6a17596d3f0b46258c7cff6df3ed22ca', u'id': u'8507134fa49c4ca18f52740b39aa2925'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/90fa6e1ddbe84b5cb0fc7ed0ae9ae887'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9c67d8fe733c427d9c798d901ff1b552', u'id': u'90fa6e1ddbe84b5cb0fc7ed0ae9ae887'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/945ddfe974154af09b3c88ebf4c33609'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3d828f94e9b34f7ea41170ab6a519214', u'id': u'945ddfe974154af09b3c88ebf4c33609'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/9709a6f7e90b4543ab6023ab8a040119'}, u'url': u'http://172.30.9.24:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'facbf6827bc042e7b3e12f9eaf01d47b', u'id': u'9709a6f7e90b4543ab6023ab8a040119'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/989dfe192e09456cbd3c4a4ae9984f23'}, u'url': u'http://172.30.9.24:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'586757299cc34650b62cc298abd190e4', u'id': u'989dfe192e09456cbd3c4a4ae9984f23'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/9e06731060c249a0bdb9af95db537525'}, u'url': u'http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e5cff2a5b0b34dd0945c4ebaf771a87f', u'id': u'9e06731060c249a0bdb9af95db537525'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a023a9a1b7264d269630e9de1e13c229'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9c67d8fe733c427d9c798d901ff1b552', u'id': u'a023a9a1b7264d269630e9de1e13c229'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a07be2f36167495f96ec86e4c2a8dc4d'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f5c6af612fc64a029131554ddbe706ca', u'id': u'a07be2f36167495f96ec86e4c2a8dc4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a0ce4e07c5e64bd9bd1e48aab7d33b9b'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3d828f94e9b34f7ea41170ab6a519214', u'id': u'a0ce4e07c5e64bd9bd1e48aab7d33b9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/ab723686557e44a29a0fd27df0931a61'}, u'url': u'http://172.30.9.24:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3d828f94e9b34f7ea41170ab6a519214', u'id': u'ab723686557e44a29a0fd27df0931a61'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/afa2373dd9094ee3b1a8c29e3d6b99cf'}, u'url': u'http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e5cff2a5b0b34dd0945c4ebaf771a87f', u'id': u'afa2373dd9094ee3b1a8c29e3d6b99cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/b4eb4794c02c41449b1ae6a9e49e9144'}, u'url': u'http://172.30.9.24:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a21fc35727b44eb6b885f7025523e651', u'id': u'b4eb4794c02c41449b1ae6a9e49e9144'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/b51c47c612194269942270633d181821'}, u'url': u'http://172.30.9.24:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6037d498e15442169bf99cd1102a11c1', u'id': u'b51c47c612194269942270633d181821'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/b7ad56a686f8426e83d81d32c629be42'}, u'url': u'http://172.30.9.24:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f5c6af612fc64a029131554ddbe706ca', u'id': u'b7ad56a686f8426e83d81d32c629be42'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/bf087a02936a4298920685f00db575f9'}, u'url': u'http://172.30.9.24:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1da0fa08bd274116b343e7d1bdce0aaa', u'id': u'bf087a02936a4298920685f00db575f9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c9ba3ec498e640b1ac11ae5a1eaa5a23'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1da0fa08bd274116b343e7d1bdce0aaa', u'id': u'c9ba3ec498e640b1ac11ae5a1eaa5a23'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/cc6832fe1d55460ba337b9c3daf8188d'}, u'url': u'http://172.30.9.24:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9c67d8fe733c427d9c798d901ff1b552', u'id': u'cc6832fe1d55460ba337b9c3daf8188d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/d26aeff6251b4759b8eb1f988c7caed3'}, u'url': u'http://172.30.9.24:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aa9310fbee084c85b4c27ef99c402004', u'id': u'd26aeff6251b4759b8eb1f988c7caed3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/db28d9c1721e4371b30120682f2b7429'}, u'url': u'http://172.30.9.24:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6a17596d3f0b46258c7cff6df3ed22ca', u'id': u'db28d9c1721e4371b30120682f2b7429'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e028e54b9baa4216b707a897b87d5b3b'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'572f078e4ecc4dd29f467c26484b7fef', u'id': u'e028e54b9baa4216b707a897b87d5b3b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e371a71941c0443bbfee2a412bb9db12'}, u'url': u'http://12.0.0.27:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e5cff2a5b0b34dd0945c4ebaf771a87f', u'id': u'e371a71941c0443bbfee2a412bb9db12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/fdef381cc8e944a6a830d27c48d23370'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'572f078e4ecc4dd29f467c26484b7fef', u'id': u'fdef381cc8e944a6a830d27c48d23370'})] 2018-07-22 23:54:01,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-22 23:54:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:01,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54: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-48ac1178-b996-40da-96c9-12fc2cdd7033 x-compute-request-id: req-48ac1178-b996-40da-96c9-12fc2cdd7033 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-22 23:54:01,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-48ac1178-b996-40da-96c9-12fc2cdd7033 2018-07-22 23:54:01,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.11157989502s 2018-07-22 23:54:01,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-48ac1178-b996-40da-96c9-12fc2cdd7033 2018-07-22 23:54:01,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-22 23:54:01,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:03,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78514846-a019-4597-8917-2946b0f470b5 x-compute-request-id: req-78514846-a019-4597-8917-2946b0f470b5 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-22 23:54:03,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-78514846-a019-4597-8917-2946b0f470b5 2018-07-22 23:54:03,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.85497713089s 2018-07-22 23:54:03,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-78514846-a019-4597-8917-2946b0f470b5 2018-07-22 23:54:03,159 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-22 23:54:03,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:54:03,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:03,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-daf154c7-7b64-451a-948b-0f378aeb075a Date: Sun, 22 Jul 2018 23:54:03 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:54:03,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-daf154c7-7b64-451a-948b-0f378aeb075a 2018-07-22 23:54:03,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0241639614105s 2018-07-22 23:54:03,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-daf154c7-7b64-451a-948b-0f378aeb075a 2018-07-22 23:54:03,189 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-22 23:54:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-22 23:54:03,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:03,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54: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-be63f703-4e08-46e9-94bf-7ce452af0061 x-compute-request-id: req-be63f703-4e08-46e9-94bf-7ce452af0061 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 38}, "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.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-1.opnfvlf.org", "disabled_reason": null, "id": 107}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-22 23:54:03,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-be63f703-4e08-46e9-94bf-7ce452af0061 2018-07-22 23:54:03,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0784549713135s 2018-07-22 23:54:03,268 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-be63f703-4e08-46e9-94bf-7ce452af0061 2018-07-22 23:54:03,269 - 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-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': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 38}, 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.6', 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': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 107}, 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-22 23:54:03,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-22 23:54:03,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:03,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6726ef6e-80bd-40e9-a8b0-8ad50eeb9929 x-compute-request-id: req-6726ef6e-80bd-40e9-a8b0-8ad50eeb9929 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-22 23:54:03,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-6726ef6e-80bd-40e9-a8b0-8ad50eeb9929 2018-07-22 23:54:03,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.124680995941s 2018-07-22 23:54:03,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-6726ef6e-80bd-40e9-a8b0-8ad50eeb9929 2018-07-22 23:54:03,395 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-22 23:54:03,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:03,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:04,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c4c4a6a8-b7e2-45d8-8529-ef7b583a2f4e Date: Sun, 22 Jul 2018 23:54:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:54:04,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-c4c4a6a8-b7e2-45d8-8529-ef7b583a2f4e 2018-07-22 23:54:04,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.944167852402s 2018-07-22 23:54:04,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-c4c4a6a8-b7e2-45d8-8529-ef7b583a2f4e 2018-07-22 23:54:04,340 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'68653b03-a42b-42eb-9688-ed005fbe2495'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-22T23:50:46Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'4081c00e3b094bcba7a91cd66cc3a093', u'created_at': u'2018-07-22T23:50:39Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4081c00e3b094bcba7a91cd66cc3a093'})] 2018-07-22 23:54:04,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:54:04,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:05,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0fbfa970-64f2-4b4c-b5fa-a6447d2bc1ee Date: Sun, 22 Jul 2018 23:54:05 GMT RESP BODY: {"ports":[]} 2018-07-22 23:54:05,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-0fbfa970-64f2-4b4c-b5fa-a6447d2bc1ee 2018-07-22 23:54:05,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.959157943726s 2018-07-22 23:54:05,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-0fbfa970-64f2-4b4c-b5fa-a6447d2bc1ee 2018-07-22 23:54:05,300 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-22 23:54:05,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:54:05,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:05,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63018c87-e552-411b-a790-0a1269f50743 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "00aa678570044caea5cb2062001629e6"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/00aa678570044caea5cb2062001629e6/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "0351af8796f5481bad09c7f43c6f8282"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/0351af8796f5481bad09c7f43c6f8282/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "07e42a8fd5a941ab89a51bf932c1379d"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/07e42a8fd5a941ab89a51bf932c1379d/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "d2708d2078d347d995ef4237b108faeb"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "13614a3370634ddb98b9aa772fa8c28a"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb/users/13614a3370634ddb98b9aa772fa8c28a/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "253b59df150c48e3a7e1c455fc358706"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/253b59df150c48e3a7e1c455fc358706/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "3af8f38bf2d6417dbc9cfd51f422f3e3"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/3af8f38bf2d6417dbc9cfd51f422f3e3/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "d13af05f4ec144f9a63c2f28dee074a6"}, "user": {"id": "3af8f38bf2d6417dbc9cfd51f422f3e3"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/3af8f38bf2d6417dbc9cfd51f422f3e3/roles/d13af05f4ec144f9a63c2f28dee074a6"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "72d541fe14504cc9894e366f0f5a1f99"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/72d541fe14504cc9894e366f0f5a1f99/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "7db5208566db4f58aa5274b8f675260d"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/7db5208566db4f58aa5274b8f675260d/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "96678c17194b47fa8033cb8fe680d7be"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/96678c17194b47fa8033cb8fe680d7be/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "98843f97ea954d42a2abc5bbfae6de6f"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/98843f97ea954d42a2abc5bbfae6de6f/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "d61f57c6835f42b5a8536017408cad93"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/d61f57c6835f42b5a8536017408cad93/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "ebbf8a3dbd224534a456f295e0a11368"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/ebbf8a3dbd224534a456f295e0a11368/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"project": {"id": "4081c00e3b094bcba7a91cd66cc3a093"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "ffbc584d635d46b7984871152f9c9986"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093/users/ffbc584d635d46b7984871152f9c9986/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"domain": {"id": "e7e1d6133e9041bcbc3e657296269b60"}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "890d534e03c84b2d9c64e7c3336650cb"}, "links": {"assignment": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60/users/890d534e03c84b2d9c64e7c3336650cb/roles/90c6f658d8e64621a7524ec4dfa085c7"}}, {"scope": {"system": {"all": true}}, "role": {"id": "90c6f658d8e64621a7524ec4dfa085c7"}, "user": {"id": "13614a3370634ddb98b9aa772fa8c28a"}, "links": {"assignment": "http://172.30.9.24:5000/v3/system/users/13614a3370634ddb98b9aa772fa8c28a/roles/90c6f658d8e64621a7524ec4dfa085c7"}}], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-22 23:54:05,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-63018c87-e552-411b-a790-0a1269f50743 2018-07-22 23:54:05,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101744890213s 2018-07-22 23:54:05,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-63018c87-e552-411b-a790-0a1269f50743 2018-07-22 23:54:05,409 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'00aa678570044caea5cb2062001629e6'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'0351af8796f5481bad09c7f43c6f8282'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'07e42a8fd5a941ab89a51bf932c1379d'}), Munch({'project': u'd2708d2078d347d995ef4237b108faeb', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'13614a3370634ddb98b9aa772fa8c28a'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'253b59df150c48e3a7e1c455fc358706'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'3af8f38bf2d6417dbc9cfd51f422f3e3'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'd13af05f4ec144f9a63c2f28dee074a6', 'user': u'3af8f38bf2d6417dbc9cfd51f422f3e3'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'72d541fe14504cc9894e366f0f5a1f99'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'7db5208566db4f58aa5274b8f675260d'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'96678c17194b47fa8033cb8fe680d7be'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'98843f97ea954d42a2abc5bbfae6de6f'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'd61f57c6835f42b5a8536017408cad93'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'ebbf8a3dbd224534a456f295e0a11368'}), Munch({'project': u'4081c00e3b094bcba7a91cd66cc3a093', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'ffbc584d635d46b7984871152f9c9986'}), Munch({'domain': u'e7e1d6133e9041bcbc3e657296269b60', 'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'890d534e03c84b2d9c64e7c3336650cb'}), Munch({'id': u'90c6f658d8e64621a7524ec4dfa085c7', 'user': u'13614a3370634ddb98b9aa772fa8c28a'})] 2018-07-22 23:54:05,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:54:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:05,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec46e97f-3b63-46a5-97db-be3474342b70 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:54:05,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ec46e97f-3b63-46a5-97db-be3474342b70 2018-07-22 23:54:05,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.158181190491s 2018-07-22 23:54:05,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ec46e97f-3b63-46a5-97db-be3474342b70 2018-07-22 23:54:05,573 - 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'90c6f658d8e64621a7524ec4dfa085c7'}), 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'bae3eb435dc546629b218d01ff7fdf77'}), 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'c09df7a739d14afa8466d5ab9d48f32f'}), 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'd13af05f4ec144f9a63c2f28dee074a6'})] 2018-07-22 23:54:05,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:54:05,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:06,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4de7a00b-5fc9-4873-82b6-66379c266c53 Date: Sun, 22 Jul 2018 23:54:06 GMT RESP BODY: {"routers": []} 2018-07-22 23:54:06,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-4de7a00b-5fc9-4873-82b6-66379c266c53 2018-07-22 23:54:06,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.918305158615s 2018-07-22 23:54:06,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-4de7a00b-5fc9-4873-82b6-66379c266c53 2018-07-22 23:54:06,492 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-22 23:54:06,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:54:06,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:06,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54: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-6c589507-ee80-409d-9e80-9235f689b181 x-compute-request-id: req-6c589507-ee80-409d-9e80-9235f689b181 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 23:54:06,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6c589507-ee80-409d-9e80-9235f689b181 2018-07-22 23:54:06,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0941359996796s 2018-07-22 23:54:06,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6c589507-ee80-409d-9e80-9235f689b181 2018-07-22 23:54:06,588 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-22 23:54:06,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-22 23:54:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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-22 23:54:06,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:54:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:54:06,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:06,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c7e003-7daf-4787-a8dc-f3a2fe6c1999 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1da0fa08bd274116b343e7d1bdce0aaa"}, "enabled": true, "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3d828f94e9b34f7ea41170ab6a519214"}, "enabled": true, "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4ab795d38bed4c879be39d9ca8b647ed"}, "enabled": true, "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/572f078e4ecc4dd29f467c26484b7fef"}, "enabled": true, "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/5862c6a1e36b42c6b65b4e49fba8b782"}, "enabled": true, "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/586757299cc34650b62cc298abd190e4"}, "enabled": true, "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6037d498e15442169bf99cd1102a11c1"}, "enabled": true, "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6a17596d3f0b46258c7cff6df3ed22ca"}, "enabled": true, "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9c67d8fe733c427d9c798d901ff1b552"}, "enabled": true, "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a21fc35727b44eb6b885f7025523e651"}, "enabled": true, "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa9310fbee084c85b4c27ef99c402004"}, "enabled": true, "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/d428c2e2ecbf4fd48b7a6a2d7161f8db"}, "enabled": true, "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e5cff2a5b0b34dd0945c4ebaf771a87f"}, "enabled": true, "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f5c6af612fc64a029131554ddbe706ca"}, "enabled": true, "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/facbf6827bc042e7b3e12f9eaf01d47b"}, "enabled": true, "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-22 23:54:06,704 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-42c7e003-7daf-4787-a8dc-f3a2fe6c1999 2018-07-22 23:54:06,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.113265991211s 2018-07-22 23:54:06,705 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-42c7e003-7daf-4787-a8dc-f3a2fe6c1999 2018-07-22 23:54:06,710 - 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'1da0fa08bd274116b343e7d1bdce0aaa', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'3d828f94e9b34f7ea41170ab6a519214', 'name': u'keystone'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'4ab795d38bed4c879be39d9ca8b647ed', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'572f078e4ecc4dd29f467c26484b7fef', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'5862c6a1e36b42c6b65b4e49fba8b782', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'586757299cc34650b62cc298abd190e4', 'name': u'aodh'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'6037d498e15442169bf99cd1102a11c1', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'6a17596d3f0b46258c7cff6df3ed22ca', 'name': u'placement'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'9c67d8fe733c427d9c798d901ff1b552', 'name': u'heat'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'a21fc35727b44eb6b885f7025523e651', 'name': u'nova'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'aa9310fbee084c85b4c27ef99c402004', 'name': u'cinder'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'd428c2e2ecbf4fd48b7a6a2d7161f8db', 'name': u'cinderv2'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'e5cff2a5b0b34dd0945c4ebaf771a87f', 'name': u'swift'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'f5c6af612fc64a029131554ddbe706ca', 'name': u'neutron'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'facbf6827bc042e7b3e12f9eaf01d47b', 'name': u'glance'})] 2018-07-22 23:54:06,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:54:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}f7fb6b4e66876b19c8438beb30183c11b90359c6" 2018-07-22 23:54:07,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8d7eaa1f-1c36-4977-b5a4-ad3a20a7b696 Date: Sun, 22 Jul 2018 23:54:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:46Z","dns_nameservers":[],"updated_at":"2018-07-22T23:50:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"68653b03-a42b-42eb-9688-ed005fbe2495","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 23:54:07,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-8d7eaa1f-1c36-4977-b5a4-ad3a20a7b696 2018-07-22 23:54:07,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.989450931549s 2018-07-22 23:54:07,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-8d7eaa1f-1c36-4977-b5a4-ad3a20a7b696 2018-07-22 23:54:07,701 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:50:46Z', 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'68653b03-a42b-42eb-9688-ed005fbe2495', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'tenant_id': u'4081c00e3b094bcba7a91cd66cc3a093', u'created_at': u'2018-07-22T23:50:46Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'4081c00e3b094bcba7a91cd66cc3a093'})] 2018-07-22 23:54:07,814 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:54:07,815 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-22 23:54:07,877 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-22 23:54:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:54:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:54:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:54:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:54:07,992 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:54:07,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:54:07,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:54:07,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:08,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aa60c41-450b-4e95-b2e2-7e1c7347f40b 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:54:08,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-3aa60c41-450b-4e95-b2e2-7e1c7347f40b 2018-07-22 23:54:08,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:54:08,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["86G5-HA1QiGh_TDVlKlRow"], "issued_at": "2018-07-22T23:54:08.000000Z"}} 2018-07-22 23:54:08,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:08,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ae4314ba-52db-42ca-8cdd-e4714cc88c17 Date: Sun, 22 Jul 2018 23:54:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:54:08,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae4314ba-52db-42ca-8cdd-e4714cc88c17 2018-07-22 23:54:08,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280339956284s 2018-07-22 23:54:08,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ae4314ba-52db-42ca-8cdd-e4714cc88c17 2018-07-22 23:54:08,752 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-22 23:54:08,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:54:08,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" -d '{"network": {"name": "tenantnetwork1-net_cf60dae7-9f95-4bc9-8a28-17045aeae41b", "admin_state_up": true}}' 2018-07-22 23:54:10,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ba866443-98ed-4d8d-983e-66d5046a5ecc Date: Sun, 22 Jul 2018 23:54:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9e34755e-a247-45b9-8ddc-86e8785e0bf2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:54:10Z","is_default":false,"provider:segmentation_id":14,"name":"tenantnetwork1-net_cf60dae7-9f95-4bc9-8a28-17045aeae41b","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:10Z","mtu":1450}} 2018-07-22 23:54:10,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ba866443-98ed-4d8d-983e-66d5046a5ecc 2018-07-22 23:54:10,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.56113195419s 2018-07-22 23:54:10,315 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ba866443-98ed-4d8d-983e-66d5046a5ecc 2018-07-22 23:54:10,315 - 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-22T23:54:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9e34755e-a247-45b9-8ddc-86e8785e0bf2', u'provider:segmentation_id': 14, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_cf60dae7-9f95-4bc9-8a28-17045aeae41b', u'admin_state_up': True, u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:54:10,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:11,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-955e43c8-038f-47e6-8d65-be3b6141e31b Date: Sun, 22 Jul 2018 23:54:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9e34755e-a247-45b9-8ddc-86e8785e0bf2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:54:10Z","provider:segmentation_id":14,"name":"tenantnetwork1-net_cf60dae7-9f95-4bc9-8a28-17045aeae41b","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:10Z","provider:network_type":"vxlan"}]} 2018-07-22 23:54:11,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-955e43c8-038f-47e6-8d65-be3b6141e31b 2018-07-22 23:54:11,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.933305978775s 2018-07-22 23:54:11,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-955e43c8-038f-47e6-8d65-be3b6141e31b 2018-07-22 23:54:11,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:54:11,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" -d '{"subnet": {"name": "tenantnetwork1-subnet_cf60dae7-9f95-4bc9-8a28-17045aeae41b", "enable_dhcp": true, "network_id": "9e34755e-a247-45b9-8ddc-86e8785e0bf2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:54:12,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22c5d8ab-cd23-4a7b-8746-0e9607db78a6 Date: Sun, 22 Jul 2018 23:54:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e34755e-a247-45b9-8ddc-86e8785e0bf2","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:12Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"3ae1c673-b528-439f-bf1d-f1ad33e5ebdc","subnetpool_id":null,"name":"tenantnetwork1-subnet_cf60dae7-9f95-4bc9-8a28-17045aeae41b"}} 2018-07-22 23:54:12,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-22c5d8ab-cd23-4a7b-8746-0e9607db78a6 2018-07-22 23:54:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.51828694344s 2018-07-22 23:54:12,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-22c5d8ab-cd23-4a7b-8746-0e9607db78a6 2018-07-22 23:54:12,772 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:54:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3ae1c673-b528-439f-bf1d-f1ad33e5ebdc', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_cf60dae7-9f95-4bc9-8a28-17045aeae41b', u'enable_dhcp': True, u'network_id': u'9e34755e-a247-45b9-8ddc-86e8785e0bf2', u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:54:12,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:54:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "tenantnetwork1-router_cf60dae7-9f95-4bc9-8a28-17045aeae41b", "admin_state_up": true}}' 2018-07-22 23:54:14,525 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-b4a33aaa-10f5-4387-b3bf-2d0d9e7b25fe Date: Sun, 22 Jul 2018 23:54:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:54:14Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "c708e475-9fca-40f4-a5c5-11d760b90470", "name": "tenantnetwork1-router_cf60dae7-9f95-4bc9-8a28-17045aeae41b"}} 2018-07-22 23:54:14,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b4a33aaa-10f5-4387-b3bf-2d0d9e7b25fe 2018-07-22 23:54:14,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7531888485s 2018-07-22 23:54:14,526 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b4a33aaa-10f5-4387-b3bf-2d0d9e7b25fe 2018-07-22 23:54:14,526 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:13Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T23:54:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'd2708d2078d347d995ef4237b108faeb', u'id': u'c708e475-9fca-40f4-a5c5-11d760b90470', u'name': u'tenantnetwork1-router_cf60dae7-9f95-4bc9-8a28-17045aeae41b'}) 2018-07-22 23:54:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:54:14,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/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}3f53c48d716ccd340720b92a44a10e6a14738b92" -d '{"subnet_id": "3ae1c673-b528-439f-bf1d-f1ad33e5ebdc"}' 2018-07-22 23:54:17,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-63cb30e5-f66a-4ebb-ba8d-a4b88c93436a Date: Sun, 22 Jul 2018 23:54:17 GMT RESP BODY: {"network_id": "9e34755e-a247-45b9-8ddc-86e8785e0bf2", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "3ae1c673-b528-439f-bf1d-f1ad33e5ebdc", "subnet_ids": ["3ae1c673-b528-439f-bf1d-f1ad33e5ebdc"], "port_id": "0824188d-92c5-4d7d-8b2d-1185f522d3e5", "id": "c708e475-9fca-40f4-a5c5-11d760b90470"} 2018-07-22 23:54:17,276 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/add_router_interface.json used request id req-63cb30e5-f66a-4ebb-ba8d-a4b88c93436a 2018-07-22 23:54:17,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.74911403656s 2018-07-22 23:54:17,277 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/add_router_interface.json used request id req-63cb30e5-f66a-4ebb-ba8d-a4b88c93436a returning object c708e475-9fca-40f4-a5c5-11d760b90470 2018-07-22 23:54:17,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:54:17,392 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 23:54:17,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:54:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/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}3f53c48d716ccd340720b92a44a10e6a14738b92" -d '{"subnet_id": "3ae1c673-b528-439f-bf1d-f1ad33e5ebdc"}' 2018-07-22 23:54:19,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c173bad4-ee8d-460e-852a-eb655f2eaf39 Date: Sun, 22 Jul 2018 23:54:19 GMT RESP BODY: {"network_id": "9e34755e-a247-45b9-8ddc-86e8785e0bf2", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "3ae1c673-b528-439f-bf1d-f1ad33e5ebdc", "subnet_ids": ["3ae1c673-b528-439f-bf1d-f1ad33e5ebdc"], "port_id": "0824188d-92c5-4d7d-8b2d-1185f522d3e5", "id": "c708e475-9fca-40f4-a5c5-11d760b90470"} 2018-07-22 23:54:19,827 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/remove_router_interface.json used request id req-c173bad4-ee8d-460e-852a-eb655f2eaf39 2018-07-22 23:54:19,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.43084979057s 2018-07-22 23:54:19,828 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470/remove_router_interface.json used request id req-c173bad4-ee8d-460e-852a-eb655f2eaf39 returning object c708e475-9fca-40f4-a5c5-11d760b90470 2018-07-22 23:54:19,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:54:19,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:20,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-1f7897f9-6c13-45fc-b413-78e43cfcbfba Date: Sun, 22 Jul 2018 23:54:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:54:19Z", "revision_number": 4, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "c708e475-9fca-40f4-a5c5-11d760b90470", "name": "tenantnetwork1-router_cf60dae7-9f95-4bc9-8a28-17045aeae41b"}]} 2018-07-22 23:54:20,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-1f7897f9-6c13-45fc-b413-78e43cfcbfba 2018-07-22 23:54:20,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.04153513908s 2018-07-22 23:54:20,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-1f7897f9-6c13-45fc-b413-78e43cfcbfba 2018-07-22 23:54:20,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:54:20,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:23,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a354a75a-92aa-4235-821e-83a46478faaf Content-Length: 0 Date: Sun, 22 Jul 2018 23:54:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:23,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470.json used request id req-a354a75a-92aa-4235-821e-83a46478faaf 2018-07-22 23:54:23,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.23932504654s 2018-07-22 23:54:23,112 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/c708e475-9fca-40f4-a5c5-11d760b90470.json used request id req-a354a75a-92aa-4235-821e-83a46478faaf 2018-07-22 23:54:23,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:54:23,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:23,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-cd4f9cb8-5423-4eb0-a12f-9c1b84def756 Date: Sun, 22 Jul 2018 23:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9e34755e-a247-45b9-8ddc-86e8785e0bf2","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"3ae1c673-b528-439f-bf1d-f1ad33e5ebdc","subnetpool_id":null,"name":"tenantnetwork1-subnet_cf60dae7-9f95-4bc9-8a28-17045aeae41b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:46Z","dns_nameservers":[],"updated_at":"2018-07-22T23:50:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"68653b03-a42b-42eb-9688-ed005fbe2495","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 23:54:23,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-cd4f9cb8-5423-4eb0-a12f-9c1b84def756 2018-07-22 23:54:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0509269237518s 2018-07-22 23:54:23,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-cd4f9cb8-5423-4eb0-a12f-9c1b84def756 2018-07-22 23:54:23,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:54:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/3ae1c673-b528-439f-bf1d-f1ad33e5ebdc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:26,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2ca9a91-ba88-4b4f-adb8-e9340c1eaf15 Date: Sun, 22 Jul 2018 23:54:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:26,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/3ae1c673-b528-439f-bf1d-f1ad33e5ebdc.json used request id req-e2ca9a91-ba88-4b4f-adb8-e9340c1eaf15 2018-07-22 23:54:26,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.12512397766s 2018-07-22 23:54:26,290 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/3ae1c673-b528-439f-bf1d-f1ad33e5ebdc.json used request id req-e2ca9a91-ba88-4b4f-adb8-e9340c1eaf15 2018-07-22 23:54:26,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:26,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:27,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-ba7994a6-1e0e-4d57-a557-1ba97ae603fb Date: Sun, 22 Jul 2018 23:54:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9e34755e-a247-45b9-8ddc-86e8785e0bf2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:54:26Z","provider:segmentation_id":14,"name":"tenantnetwork1-net_cf60dae7-9f95-4bc9-8a28-17045aeae41b","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:10Z","provider:network_type":"vxlan"}]} 2018-07-22 23:54:27,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ba7994a6-1e0e-4d57-a557-1ba97ae603fb 2018-07-22 23:54:27,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04433703423s 2018-07-22 23:54:27,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ba7994a6-1e0e-4d57-a557-1ba97ae603fb 2018-07-22 23:54:27,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:54:27,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/9e34755e-a247-45b9-8ddc-86e8785e0bf2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f53c48d716ccd340720b92a44a10e6a14738b92" 2018-07-22 23:54:28,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c9b305b-a35c-46d1-bfb8-7981df0f5ae0 Date: Sun, 22 Jul 2018 23:54:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:28,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/9e34755e-a247-45b9-8ddc-86e8785e0bf2.json used request id req-8c9b305b-a35c-46d1-bfb8-7981df0f5ae0 2018-07-22 23:54:28,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.806773900986s 2018-07-22 23:54:28,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/9e34755e-a247-45b9-8ddc-86e8785e0bf2.json used request id req-8c9b305b-a35c-46d1-bfb8-7981df0f5ae0 2018-07-22 23:54:28,198 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:54:28,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:54:28,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:54:28,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:54:28,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:54:28,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:28,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e673df1a-8ceb-4d84-ad93-47ff605dfff0 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:54:28,248 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-e673df1a-8ceb-4d84-ad93-47ff605dfff0 2018-07-22 23:54:28,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:54:28,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:54:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["tfl96BfBQoeNO6o6uBUuQw"], "issued_at": "2018-07-22T23:54:28.000000Z"}} 2018-07-22 23:54:28,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:28,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:28,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1bff1a74-1f69-4b8d-8738-b9ac2ef3677b Date: Sun, 22 Jul 2018 23:54:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:54:28,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1bff1a74-1f69-4b8d-8738-b9ac2ef3677b 2018-07-22 23:54:28,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335872173309s 2018-07-22 23:54:28,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1bff1a74-1f69-4b8d-8738-b9ac2ef3677b 2018-07-22 23:54:29,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:29,007 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:54:29,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:54:29,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:29,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b36bc065-9b92-4593-88c8-6ddc1a23fc85 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:54:29,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-b36bc065-9b92-4593-88c8-6ddc1a23fc85 2018-07-22 23:54:29,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.167061805725s 2018-07-22 23:54:29,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-b36bc065-9b92-4593-88c8-6ddc1a23fc85 2018-07-22 23:54:29,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 23:54:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db"}}' 2018-07-22 23:54:29,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75ea93cf-2317-4833-a93d-000d3ca605e3 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.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd"}, "tags": [], "enabled": true, "id": "1dd49b63b0214de1b44c456d1b13fadd", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db"}} 2018-07-22 23:54:29,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-75ea93cf-2317-4833-a93d-000d3ca605e3 2018-07-22 23:54:29,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.176379919052s 2018-07-22 23:54:29,358 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-75ea93cf-2317-4833-a93d-000d3ca605e3 2018-07-22 23:54:29,359 - 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'1dd49b63b0214de1b44c456d1b13fadd', '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_81b61303-8bdd-477a-80ae-44b1c08115db'}) 2018-07-22 23:54:29,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 23:54:29,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c483683c-ca2c-46f8-ab49-b2edf2784b68", "email": null, "name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db"}}' 2018-07-22 23:54:29,786 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea2cd73-26e3-451e-863b-1b1eb29da65f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db", "links": {"self": "http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0014d7df302451dba65c6907f4e4d52", "domain_id": "default", "password_expires_at": null}} 2018-07-22 23:54:29,786 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-bea2cd73-26e3-451e-863b-1b1eb29da65f 2018-07-22 23:54:29,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.420724153519s 2018-07-22 23:54:29,786 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-bea2cd73-26e3-451e-863b-1b1eb29da65f 2018-07-22 23:54:29,787 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c0014d7df302451dba65c6907f4e4d52', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db'}) 2018-07-22 23:54:29,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:54:29,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:29,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8718981-3ebd-4e62-868c-6a34bfd0df2d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:54:29,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8718981-3ebd-4e62-868c-6a34bfd0df2d 2018-07-22 23:54:29,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0859520435333s 2018-07-22 23:54:29,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8718981-3ebd-4e62-868c-6a34bfd0df2d 2018-07-22 23:54:29,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:54:29,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1dc34f5-f3a3-44b9-b39c-615e4e049f88 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:54:30,059 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b1dc34f5-f3a3-44b9-b39c-615e4e049f88 2018-07-22 23:54:30,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17821097374s 2018-07-22 23:54:30,059 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b1dc34f5-f3a3-44b9-b39c-615e4e049f88 2018-07-22 23:54:30,060 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 23:54:30,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 23:54:30,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" -d '{"role": {"name": "Member"}}' 2018-07-22 23:54:30,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74833471-9e0f-4b1e-b47b-7e99a81ab762 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c17caf9d390d4152a6a184f8ecd07898", "links": {"self": "http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898"}, "name": "Member"}} 2018-07-22 23:54:30,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-74833471-9e0f-4b1e-b47b-7e99a81ab762 2018-07-22 23:54:30,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.21230506897s 2018-07-22 23:54:30,275 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-74833471-9e0f-4b1e-b47b-7e99a81ab762 2018-07-22 23:54:30,276 - functest.core.tenantnetwork - DEBUG - role: 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'c17caf9d390d4152a6a184f8ecd07898'}) 2018-07-22 23:54:30,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:54:30,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83ed81d-205e-4457-b79d-660045b1996a Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c17caf9d390d4152a6a184f8ecd07898", "links": {"self": "http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898"}, "name": "Member"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:54:30,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f83ed81d-205e-4457-b79d-660045b1996a 2018-07-22 23:54:30,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.161698102951s 2018-07-22 23:54:30,442 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f83ed81d-205e-4457-b79d-660045b1996a 2018-07-22 23:54:30,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:54:30,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964238c8-831b-4dad-95b9-3e4e66881458 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 23:54:30,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-964238c8-831b-4dad-95b9-3e4e66881458 2018-07-22 23:54:30,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0964820384979s 2018-07-22 23:54:30,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-964238c8-831b-4dad-95b9-3e4e66881458 2018-07-22 23:54:30,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:54:30,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50515e9-8c71-4230-9a7b-00d565dff0b4 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db", "links": {"self": "http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0014d7df302451dba65c6907f4e4d52", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:54:30,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b50515e9-8c71-4230-9a7b-00d565dff0b4 2018-07-22 23:54:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178972005844s 2018-07-22 23:54:30,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b50515e9-8c71-4230-9a7b-00d565dff0b4 2018-07-22 23:54:30,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:54:30,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe03ae1-2474-43b3-b8ab-62441d9defd7 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd"}, "tags": [], "enabled": true, "id": "1dd49b63b0214de1b44c456d1b13fadd", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:54:30,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-ffe03ae1-2474-43b3-b8ab-62441d9defd7 2018-07-22 23:54:30,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.094507932663s 2018-07-22 23:54:30,830 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-ffe03ae1-2474-43b3-b8ab-62441d9defd7 2018-07-22 23:54:30,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:54:30,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=c0014d7df302451dba65c6907f4e4d52&role.id=c17caf9d390d4152a6a184f8ecd07898&scope.project.id=1dd49b63b0214de1b44c456d1b13fadd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:30,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ecbd58b-2627-496a-93aa-128cf1aaeacf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=c0014d7df302451dba65c6907f4e4d52&role.id=c17caf9d390d4152a6a184f8ecd07898&scope.project.id=1dd49b63b0214de1b44c456d1b13fadd", "previous": null, "next": null}} 2018-07-22 23:54:30,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c0014d7df302451dba65c6907f4e4d52&role.id=c17caf9d390d4152a6a184f8ecd07898&scope.project.id=1dd49b63b0214de1b44c456d1b13fadd used request id req-6ecbd58b-2627-496a-93aa-128cf1aaeacf 2018-07-22 23:54:30,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.159054040909s 2018-07-22 23:54:30,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c0014d7df302451dba65c6907f4e4d52&role.id=c17caf9d390d4152a6a184f8ecd07898&scope.project.id=1dd49b63b0214de1b44c456d1b13fadd used request id req-6ecbd58b-2627-496a-93aa-128cf1aaeacf 2018-07-22 23:54:31,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 23:54:31,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd/users/c0014d7df302451dba65c6907f4e4d52/roles/c17caf9d390d4152a6a184f8ecd07898 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:31,256 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64adff87-fbeb-49c6-b635-bf1f833773df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:54:31,256 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd/users/c0014d7df302451dba65c6907f4e4d52/roles/c17caf9d390d4152a6a184f8ecd07898 used request id req-64adff87-fbeb-49c6-b635-bf1f833773df 2018-07-22 23:54:31,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.255775928497s 2018-07-22 23:54:31,257 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd/users/c0014d7df302451dba65c6907f4e4d52/roles/c17caf9d390d4152a6a184f8ecd07898 used request id req-64adff87-fbeb-49c6-b635-bf1f833773df 2018-07-22 23:54:31,258 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db', 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'1dd49b63b0214de1b44c456d1b13fadd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c483683c-ca2c-46f8-ab49-b2edf2784b68', 'username': u'tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-22 23:54:31,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:54:31,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:54:31,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:54:31,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:54:31,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:54:31,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:54:31,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:54:31,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:54:31,263 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db', 'password': 'c483683c-ca2c-46f8-ab49-b2edf2784b68', 'project_name': 'tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '1dd49b63b0214de1b44c456d1b13fadd', 'project_domain_name': 'Default'} 2018-07-22 23:54:31,264 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-22 23:54:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:31,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aaf3bae-5483-49e4-b34b-ff2b31d2ef36 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:54:31,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-3aaf3bae-5483-49e4-b34b-ff2b31d2ef36 2018-07-22 23:54:31,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:54:31,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c17caf9d390d4152a6a184f8ecd07898", "name": "Member"}], "expires_at": "2018-07-23T00:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dd49b63b0214de1b44c456d1b13fadd", "name": "tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/1dd49b63b0214de1b44c456d1b13fadd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/1dd49b63b0214de1b44c456d1b13fadd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/1dd49b63b0214de1b44c456d1b13fadd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/1dd49b63b0214de1b44c456d1b13fadd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1dd49b63b0214de1b44c456d1b13fadd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/1dd49b63b0214de1b44c456d1b13fadd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/1dd49b63b0214de1b44c456d1b13fadd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_1dd49b63b0214de1b44c456d1b13fadd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_1dd49b63b0214de1b44c456d1b13fadd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db", "id": "c0014d7df302451dba65c6907f4e4d52"}, "audit_ids": ["JYYdDqMWRAuP31VxkhgaRw"], "issued_at": "2018-07-22T23:54:31.000000Z"}} 2018-07-22 23:54:31,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:54:31,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" -d '{"network": {"name": "tenantnetwork2-net_81b61303-8bdd-477a-80ae-44b1c08115db", "admin_state_up": true}}' 2018-07-22 23:54:33,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-fa787444-de35-4bb7-bf09-58765c19c4b1 Date: Sun, 22 Jul 2018 23:54:33 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1dd49b63b0214de1b44c456d1b13fadd","created_at":"2018-07-22T23:54:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T23:54:33Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1dd49b63b0214de1b44c456d1b13fadd","id":"8eb7f42c-263a-4a8a-8727-f5e316a533e5","name":"tenantnetwork2-net_81b61303-8bdd-477a-80ae-44b1c08115db"}} 2018-07-22 23:54:33,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-fa787444-de35-4bb7-bf09-58765c19c4b1 2018-07-22 23:54:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.49037790298s 2018-07-22 23:54:33,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-fa787444-de35-4bb7-bf09-58765c19c4b1 2018-07-22 23:54:33,250 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:54:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'8eb7f42c-263a-4a8a-8727-f5e316a533e5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_81b61303-8bdd-477a-80ae-44b1c08115db', u'admin_state_up': True, u'tenant_id': u'1dd49b63b0214de1b44c456d1b13fadd', u'created_at': u'2018-07-22T23:54:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dd49b63b0214de1b44c456d1b13fadd'}) 2018-07-22 23:54:33,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:34,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a34384fb-3787-40cd-b6f2-ecd29155628d Date: Sun, 22 Jul 2018 23:54:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:54:33Z","tenant_id":"1dd49b63b0214de1b44c456d1b13fadd","created_at":"2018-07-22T23:54:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1dd49b63b0214de1b44c456d1b13fadd","id":"8eb7f42c-263a-4a8a-8727-f5e316a533e5","name":"tenantnetwork2-net_81b61303-8bdd-477a-80ae-44b1c08115db"}]} 2018-07-22 23:54:34,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a34384fb-3787-40cd-b6f2-ecd29155628d 2018-07-22 23:54:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04592394829s 2018-07-22 23:54:34,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a34384fb-3787-40cd-b6f2-ecd29155628d 2018-07-22 23:54:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:54:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" -d '{"subnet": {"name": "tenantnetwork2-subnet_81b61303-8bdd-477a-80ae-44b1c08115db", "enable_dhcp": true, "network_id": "8eb7f42c-263a-4a8a-8727-f5e316a533e5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:54:35,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-02603aba-8728-42d4-9fb8-6eaa163ecafd Date: Sun, 22 Jul 2018 23:54:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8eb7f42c-263a-4a8a-8727-f5e316a533e5","tenant_id":"1dd49b63b0214de1b44c456d1b13fadd","created_at":"2018-07-22T23:54:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:35Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1dd49b63b0214de1b44c456d1b13fadd","id":"12d4832c-8527-47fd-b275-cdc2d24eb7ef","subnetpool_id":null,"name":"tenantnetwork2-subnet_81b61303-8bdd-477a-80ae-44b1c08115db"}} 2018-07-22 23:54:35,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02603aba-8728-42d4-9fb8-6eaa163ecafd 2018-07-22 23:54:35,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.63295507431s 2018-07-22 23:54:35,931 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02603aba-8728-42d4-9fb8-6eaa163ecafd 2018-07-22 23:54:35,932 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:54:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'12d4832c-8527-47fd-b275-cdc2d24eb7ef', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_81b61303-8bdd-477a-80ae-44b1c08115db', u'enable_dhcp': True, u'network_id': u'8eb7f42c-263a-4a8a-8727-f5e316a533e5', u'tenant_id': u'1dd49b63b0214de1b44c456d1b13fadd', u'created_at': u'2018-07-22T23:54:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dd49b63b0214de1b44c456d1b13fadd'}) 2018-07-22 23:54:35,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:54:35,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db", "admin_state_up": true}}' 2018-07-22 23:54:38,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0be0cf2e-5f8c-4ae1-a0cc-650f03c94837 Date: Sun, 22 Jul 2018 23:54:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:37Z", "admin_state_up": true, "updated_at": "2018-07-22T23:54:38Z", "revision_number": 2, "routes": [], "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "0a52e936-3477-4acf-9022-804c9547e35e", "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db"}} 2018-07-22 23:54:38,388 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0be0cf2e-5f8c-4ae1-a0cc-650f03c94837 2018-07-22 23:54:38,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.45583796501s 2018-07-22 23:54:38,389 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0be0cf2e-5f8c-4ae1-a0cc-650f03c94837 2018-07-22 23:54:38,389 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dd49b63b0214de1b44c456d1b13fadd', u'created_at': u'2018-07-22T23:54:37Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T23:54:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dd49b63b0214de1b44c456d1b13fadd', u'id': u'0a52e936-3477-4acf-9022-804c9547e35e', u'name': u'tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db'}) 2018-07-22 23:54:38,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:54:38,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" -d '{"subnet_id": "12d4832c-8527-47fd-b275-cdc2d24eb7ef"}' 2018-07-22 23:54:40,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9dd48e1b-adcd-4ee4-b821-ae369e96c1a5 Date: Sun, 22 Jul 2018 23:54:40 GMT RESP BODY: {"network_id": "8eb7f42c-263a-4a8a-8727-f5e316a533e5", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "subnet_id": "12d4832c-8527-47fd-b275-cdc2d24eb7ef", "subnet_ids": ["12d4832c-8527-47fd-b275-cdc2d24eb7ef"], "port_id": "8336332f-7814-44ea-821e-032121d85aeb", "id": "0a52e936-3477-4acf-9022-804c9547e35e"} 2018-07-22 23:54:40,530 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/add_router_interface.json used request id req-9dd48e1b-adcd-4ee4-b821-ae369e96c1a5 2018-07-22 23:54:40,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14056301117s 2018-07-22 23:54:40,531 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/add_router_interface.json used request id req-9dd48e1b-adcd-4ee4-b821-ae369e96c1a5 returning object 0a52e936-3477-4acf-9022-804c9547e35e 2018-07-22 23:54:40,643 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:54:40,644 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 23:54:40,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:54:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" -d '{"subnet_id": "12d4832c-8527-47fd-b275-cdc2d24eb7ef"}' 2018-07-22 23:54:42,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0abe25b-4556-4486-b739-459c444fc361 Date: Sun, 22 Jul 2018 23:54:42 GMT RESP BODY: {"network_id": "8eb7f42c-263a-4a8a-8727-f5e316a533e5", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "subnet_id": "12d4832c-8527-47fd-b275-cdc2d24eb7ef", "subnet_ids": ["12d4832c-8527-47fd-b275-cdc2d24eb7ef"], "port_id": "8336332f-7814-44ea-821e-032121d85aeb", "id": "0a52e936-3477-4acf-9022-804c9547e35e"} 2018-07-22 23:54:42,470 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/remove_router_interface.json used request id req-b0abe25b-4556-4486-b739-459c444fc361 2018-07-22 23:54:42,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82103896141s 2018-07-22 23:54:42,470 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e/remove_router_interface.json used request id req-b0abe25b-4556-4486-b739-459c444fc361 returning object 0a52e936-3477-4acf-9022-804c9547e35e 2018-07-22 23:54:42,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:54:42,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:42,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1243 X-Openstack-Request-Id: req-d2879654-7382-451b-882f-dac373e5c9f9 Date: Sun, 22 Jul 2018 23:54:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:37Z", "admin_state_up": true, "updated_at": "2018-07-22T23:54:41Z", "revision_number": 4, "routes": [], "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "0a52e936-3477-4acf-9022-804c9547e35e", "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:36Z", "admin_state_up": true, "updated_at": "2018-07-22T23:54:36Z", "revision_number": 2, "routes": [], "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "b7b22fab-58e4-457b-8a4a-7fa02600778b", "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db"}]} 2018-07-22 23:54:42,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d2879654-7382-451b-882f-dac373e5c9f9 2018-07-22 23:54:42,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.388938903809s 2018-07-22 23:54:42,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d2879654-7382-451b-882f-dac373e5c9f9 2018-07-22 23:54:42,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:54:42,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:44,398 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-73467398-411e-49f6-8800-9028a271cf0b Content-Length: 0 Date: Sun, 22 Jul 2018 23:54:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:44,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e.json used request id req-73467398-411e-49f6-8800-9028a271cf0b 2018-07-22 23:54:44,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5367500782s 2018-07-22 23:54:44,399 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/0a52e936-3477-4acf-9022-804c9547e35e.json used request id req-73467398-411e-49f6-8800-9028a271cf0b 2018-07-22 23:54:44,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:54:44,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:44,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c23cc387-57c7-4d82-a367-1c2ebdfbef61 Date: Sun, 22 Jul 2018 23:54:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8eb7f42c-263a-4a8a-8727-f5e316a533e5","tenant_id":"1dd49b63b0214de1b44c456d1b13fadd","created_at":"2018-07-22T23:54:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1dd49b63b0214de1b44c456d1b13fadd","id":"12d4832c-8527-47fd-b275-cdc2d24eb7ef","subnetpool_id":null,"name":"tenantnetwork2-subnet_81b61303-8bdd-477a-80ae-44b1c08115db"}]} 2018-07-22 23:54:44,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c23cc387-57c7-4d82-a367-1c2ebdfbef61 2018-07-22 23:54:44,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0550339221954s 2018-07-22 23:54:44,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c23cc387-57c7-4d82-a367-1c2ebdfbef61 2018-07-22 23:54:44,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:54:44,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/12d4832c-8527-47fd-b275-cdc2d24eb7ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:46,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ab6f48b-7d4e-45c3-a0b6-20267986e8ac Date: Sun, 22 Jul 2018 23:54:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:46,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/12d4832c-8527-47fd-b275-cdc2d24eb7ef.json used request id req-9ab6f48b-7d4e-45c3-a0b6-20267986e8ac 2018-07-22 23:54:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54095387459s 2018-07-22 23:54:46,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/12d4832c-8527-47fd-b275-cdc2d24eb7ef.json used request id req-9ab6f48b-7d4e-45c3-a0b6-20267986e8ac 2018-07-22 23:54:46,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:46,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:47,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-e3904a32-2853-4eb5-934f-3705fc1017b9 Date: Sun, 22 Jul 2018 23:54:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:54:46Z","tenant_id":"1dd49b63b0214de1b44c456d1b13fadd","created_at":"2018-07-22T23:54:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1dd49b63b0214de1b44c456d1b13fadd","id":"8eb7f42c-263a-4a8a-8727-f5e316a533e5","name":"tenantnetwork2-net_81b61303-8bdd-477a-80ae-44b1c08115db"}]} 2018-07-22 23:54:47,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e3904a32-2853-4eb5-934f-3705fc1017b9 2018-07-22 23:54:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313416004181s 2018-07-22 23:54:47,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e3904a32-2853-4eb5-934f-3705fc1017b9 2018-07-22 23:54:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:54:47,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/8eb7f42c-263a-4a8a-8727-f5e316a533e5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e92a4638b4b6a4097dacb9ac3125585947cf01a1" 2018-07-22 23:54:48,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-967b6f9d-31b9-457c-a5a2-49ccc5948e82 Date: Sun, 22 Jul 2018 23:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:54:48,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8eb7f42c-263a-4a8a-8727-f5e316a533e5.json used request id req-967b6f9d-31b9-457c-a5a2-49ccc5948e82 2018-07-22 23:54:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.67929983139s 2018-07-22 23:54:48,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8eb7f42c-263a-4a8a-8727-f5e316a533e5.json used request id req-967b6f9d-31b9-457c-a5a2-49ccc5948e82 2018-07-22 23:54:48,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:54:48,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:49,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5565c6-62da-4912-92f6-238fb3fef313 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db", "links": {"self": "http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0014d7df302451dba65c6907f4e4d52", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:54:49,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5c5565c6-62da-4912-92f6-238fb3fef313 2018-07-22 23:54:49,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192254066467s 2018-07-22 23:54:49,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5c5565c6-62da-4912-92f6-238fb3fef313 2018-07-22 23:54:49,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:54:49,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:49,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d799fc5-e2ef-4096-b1b5-7c17a5d7231c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_81b61303-8bdd-477a-80ae-44b1c08115db", "links": {"self": "http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c0014d7df302451dba65c6907f4e4d52", "description": null}} 2018-07-22 23:54:49,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 used request id req-1d799fc5-e2ef-4096-b1b5-7c17a5d7231c 2018-07-22 23:54:49,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.186839818954s 2018-07-22 23:54:49,378 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 used request id req-1d799fc5-e2ef-4096-b1b5-7c17a5d7231c 2018-07-22 23:54:49,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 23:54:49,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:49,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be85e2d1-b29e-43ba-8444-446705b02b7a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:54:49,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 used request id req-be85e2d1-b29e-43ba-8444-446705b02b7a 2018-07-22 23:54:49,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.347931146622s 2018-07-22 23:54:49,726 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c0014d7df302451dba65c6907f4e4d52 used request id req-be85e2d1-b29e-43ba-8444-446705b02b7a 2018-07-22 23:54:49,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:54:49,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:49,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2ee9a1-8a36-4fcc-9f3b-23030dfd7a9e Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd"}, "tags": [], "enabled": true, "id": "1dd49b63b0214de1b44c456d1b13fadd", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_81b61303-8bdd-477a-80ae-44b1c08115db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:54:49,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-ba2ee9a1-8a36-4fcc-9f3b-23030dfd7a9e 2018-07-22 23:54:49,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0992410182953s 2018-07-22 23:54:49,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-ba2ee9a1-8a36-4fcc-9f3b-23030dfd7a9e 2018-07-22 23:54:49,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 23:54:49,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:50,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:54:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9f0e65d-8c3d-4732-8c89-91701490796a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:54:50,081 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd used request id req-f9f0e65d-8c3d-4732-8c89-91701490796a 2018-07-22 23:54:50,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.244296073914s 2018-07-22 23:54:50,081 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/1dd49b63b0214de1b44c456d1b13fadd used request id req-f9f0e65d-8c3d-4732-8c89-91701490796a 2018-07-22 23:54:50,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:54:50,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:50,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8faf2cf1-1fb8-4e53-9c13-aecffa835814 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c17caf9d390d4152a6a184f8ecd07898", "links": {"self": "http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898"}, "name": "Member"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:54:50,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8faf2cf1-1fb8-4e53-9c13-aecffa835814 2018-07-22 23:54:50,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100916147232s 2018-07-22 23:54:50,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8faf2cf1-1fb8-4e53-9c13-aecffa835814 2018-07-22 23:54:50,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 23:54:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9aa8fbcc64c2a1a39b33945ec7efa77ce141afd" 2018-07-22 23:54:50,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:54:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e3460c-02fe-4df9-9047-fc61450a268c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:54:50,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898 used request id req-18e3460c-02fe-4df9-9047-fc61450a268c 2018-07-22 23:54:50,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.168781042099s 2018-07-22 23:54:50,360 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/c17caf9d390d4152a6a184f8ecd07898 used request id req-18e3460c-02fe-4df9-9047-fc61450a268c 2018-07-22 23:54:50,412 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-22 23:54:50,489 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:54:50,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:54:50,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:54:50,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:50,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e681909-4fdf-4d11-a615-054fd1733eac 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:54:50,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-1e681909-4fdf-4d11-a615-054fd1733eac 2018-07-22 23:54:50,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:54:50,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:54:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["AbTCgMH-Scq-DG3Mx42KkA"], "issued_at": "2018-07-22T23:54:50.000000Z"}} 2018-07-22 23:54:50,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:54:51,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bc88bc66-9bb3-454d-8945-a79bc9c91a49 Date: Sun, 22 Jul 2018 23:54:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:54:51,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bc88bc66-9bb3-454d-8945-a79bc9c91a49 2018-07-22 23:54:51,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.969371080399s 2018-07-22 23:54:51,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bc88bc66-9bb3-454d-8945-a79bc9c91a49 2018-07-22 23:54:51,857 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-22 23:54:51,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:54:51,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"network": {"name": "vmready1-net_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "admin_state_up": true}}' 2018-07-22 23:54:53,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-aa9f9137-bee0-42f5-95cf-a259449f9afb Date: Sun, 22 Jul 2018 23:54:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b29adccc-4226-40fd-bedc-af6571fafb1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:54:52Z","is_default":false,"provider:segmentation_id":73,"name":"vmready1-net_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:52Z","mtu":1450}} 2018-07-22 23:54:53,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-aa9f9137-bee0-42f5-95cf-a259449f9afb 2018-07-22 23:54:53,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.35546922684s 2018-07-22 23:54:53,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-aa9f9137-bee0-42f5-95cf-a259449f9afb 2018-07-22 23:54:53,213 - 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-22T23:54:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b29adccc-4226-40fd-bedc-af6571fafb1c', u'provider:segmentation_id': 73, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0', u'admin_state_up': True, u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:54:53,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:54:53,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:54:53,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-be802d6e-ead8-40df-9c6d-9bb1055d88d9 Date: Sun, 22 Jul 2018 23:54:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b29adccc-4226-40fd-bedc-af6571fafb1c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:54:52Z","provider:segmentation_id":73,"name":"vmready1-net_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:52Z","provider:network_type":"vxlan"}]} 2018-07-22 23:54:53,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-be802d6e-ead8-40df-9c6d-9bb1055d88d9 2018-07-22 23:54:53,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283185005188s 2018-07-22 23:54:53,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-be802d6e-ead8-40df-9c6d-9bb1055d88d9 2018-07-22 23:54:53,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:54:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"subnet": {"name": "vmready1-subnet_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "enable_dhcp": true, "network_id": "b29adccc-4226-40fd-bedc-af6571fafb1c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:54:54,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-403d520e-3ee4-43d9-b263-306cbdc75eab Date: Sun, 22 Jul 2018 23:54:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b29adccc-4226-40fd-bedc-af6571fafb1c","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:53Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"03542769-cdcd-4926-8531-ed2009d813b5","subnetpool_id":null,"name":"vmready1-subnet_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0"}} 2018-07-22 23:54:54,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-403d520e-3ee4-43d9-b263-306cbdc75eab 2018-07-22 23:54:54,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.834697961807s 2018-07-22 23:54:54,335 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-403d520e-3ee4-43d9-b263-306cbdc75eab 2018-07-22 23:54:54,335 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:54:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'03542769-cdcd-4926-8531-ed2009d813b5', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0', u'enable_dhcp': True, u'network_id': u'b29adccc-4226-40fd-bedc-af6571fafb1c', u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:54:54,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:54:54,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "vmready1-router_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "admin_state_up": true}}' 2018-07-22 23:54:55,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-3d6b10e4-5d0b-4aac-81c2-cdacb485e5f8 Date: Sun, 22 Jul 2018 23:54:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:54:55Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "2964b926-faaf-4594-828f-428c95ea50e0", "name": "vmready1-router_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0"}} 2018-07-22 23:54:55,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-3d6b10e4-5d0b-4aac-81c2-cdacb485e5f8 2018-07-22 23:54:55,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47178792953s 2018-07-22 23:54:55,808 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-3d6b10e4-5d0b-4aac-81c2-cdacb485e5f8 2018-07-22 23:54:55,808 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:54:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T23:54:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'd2708d2078d347d995ef4237b108faeb', u'id': u'2964b926-faaf-4594-828f-428c95ea50e0', u'name': u'vmready1-router_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0'}) 2018-07-22 23:54:55,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:54:55,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"subnet_id": "03542769-cdcd-4926-8531-ed2009d813b5"}' 2018-07-22 23:54:57,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-131c0046-75b2-43fe-8b1b-690629f63a96 Date: Sun, 22 Jul 2018 23:54:57 GMT RESP BODY: {"network_id": "b29adccc-4226-40fd-bedc-af6571fafb1c", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "03542769-cdcd-4926-8531-ed2009d813b5", "subnet_ids": ["03542769-cdcd-4926-8531-ed2009d813b5"], "port_id": "fca6cc87-260a-4113-921c-d74a992205cc", "id": "2964b926-faaf-4594-828f-428c95ea50e0"} 2018-07-22 23:54:57,350 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/add_router_interface.json used request id req-131c0046-75b2-43fe-8b1b-690629f63a96 2018-07-22 23:54:57,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.54073214531s 2018-07-22 23:54:57,350 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/add_router_interface.json used request id req-131c0046-75b2-43fe-8b1b-690629f63a96 returning object 2964b926-faaf-4594-828f-428c95ea50e0 2018-07-22 23:54:57,351 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:54:57,483 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:54:57,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:54:57,490 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:54:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:54:57,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:54:57,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:54:58,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-593bd9b1-c5e7-46ab-85f3-2631fb3391db Date: Sun, 22 Jul 2018 23:54:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:54:58,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-593bd9b1-c5e7-46ab-85f3-2631fb3391db 2018-07-22 23:54:58,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.661391973495s 2018-07-22 23:54:58,156 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-593bd9b1-c5e7-46ab-85f3-2631fb3391db 2018-07-22 23:54:58,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:54:58,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0"}' 2018-07-22 23:54:58,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0acf9bf3-8b6b-41bc-b726-62e9a2c6e8ec Date: Sun, 22 Jul 2018 23:54:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/file", "owner": "d2708d2078d347d995ef4237b108faeb", "id": "db30919a-f906-4da0-8c70-c27284011c8d", "size": null, "self": "/v2/images/db30919a-f906-4da0-8c70-c27284011c8d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:54:58Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "checksum": null, "created_at": "2018-07-22T23:54:58Z", "protected": false} 2018-07-22 23:54:58,878 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-0acf9bf3-8b6b-41bc-b726-62e9a2c6e8ec 2018-07-22 23:54:58,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.713556051254s 2018-07-22 23:54:58,879 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-0acf9bf3-8b6b-41bc-b726-62e9a2c6e8ec returning object db30919a-f906-4da0-8c70-c27284011c8d 2018-07-22 23:54:58,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:54:58,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '' 2018-07-22 23:55:02,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-874dd9d3-b94f-47ba-a7b5-1bd76000fbce Date: Sun, 22 Jul 2018 23:55:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:55:02,220 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/file used request id req-874dd9d3-b94f-47ba-a7b5-1bd76000fbce 2018-07-22 23:55:02,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.34049391747s 2018-07-22 23:55:02,220 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/file used request id req-874dd9d3-b94f-47ba-a7b5-1bd76000fbce 2018-07-22 23:55:02,220 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:54:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/file', u'owner': u'd2708d2078d347d995ef4237b108faeb', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'db30919a-f906-4da0-8c70-c27284011c8d', u'size': None, u'name': u'vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0', u'checksum': None, u'self': u'/v2/images/db30919a-f906-4da0-8c70-c27284011c8d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:54:58Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:55:02,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:55:02,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:55:02,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa4a2e92-7064-4117-ad1f-2946833b670c x-compute-request-id: req-fa4a2e92-7064-4117-ad1f-2946833b670c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456", "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": "39849a90-2b64-43d1-b47b-ece8fc6fe456"}} 2018-07-22 23:55:02,938 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-fa4a2e92-7064-4117-ad1f-2946833b670c 2018-07-22 23:55:02,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.716523170471s 2018-07-22 23:55:02,938 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-fa4a2e92-7064-4117-ad1f-2946833b670c 2018-07-22 23:55:02,939 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0', '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'd2708d2078d347d995ef4237b108faeb', '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'39849a90-2b64-43d1-b47b-ece8fc6fe456', 'swap': 0}) 2018-07-22 23:55:02,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:55:02,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456/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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"extra_specs": {}}' 2018-07-22 23:55:03,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1448403-0938-4e23-b241-fd1ce3ecfa8e x-compute-request-id: req-b1448403-0938-4e23-b241-fd1ce3ecfa8e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:55:03,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456/os-extra_specs used request id req-b1448403-0938-4e23-b241-fd1ce3ecfa8e 2018-07-22 23:55:03,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131504058838s 2018-07-22 23:55:03,071 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456/os-extra_specs used request id req-b1448403-0938-4e23-b241-fd1ce3ecfa8e 2018-07-22 23:55:03,184 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:55:03,184 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 23:55:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:55:03,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/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}1b52d2662bb3099132520e7a2a723e06b466a3e2" -d '{"subnet_id": "03542769-cdcd-4926-8531-ed2009d813b5"}' 2018-07-22 23:55:04,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-265aef0b-c8b2-4811-951a-e5ed7a7acee8 Date: Sun, 22 Jul 2018 23:55:04 GMT RESP BODY: {"network_id": "b29adccc-4226-40fd-bedc-af6571fafb1c", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "03542769-cdcd-4926-8531-ed2009d813b5", "subnet_ids": ["03542769-cdcd-4926-8531-ed2009d813b5"], "port_id": "fca6cc87-260a-4113-921c-d74a992205cc", "id": "2964b926-faaf-4594-828f-428c95ea50e0"} 2018-07-22 23:55:04,817 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/remove_router_interface.json used request id req-265aef0b-c8b2-4811-951a-e5ed7a7acee8 2018-07-22 23:55:04,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62749505043s 2018-07-22 23:55:04,817 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0/remove_router_interface.json used request id req-265aef0b-c8b2-4811-951a-e5ed7a7acee8 returning object 2964b926-faaf-4594-828f-428c95ea50e0 2018-07-22 23:55:04,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:55:04,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:05,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1281 X-Openstack-Request-Id: req-7247dfae-bd5d-4dc3-bba5-15b82325f439 Date: Sun, 22 Jul 2018 23:55:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:04Z", "revision_number": 4, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "2964b926-faaf-4594-828f-428c95ea50e0", "name": "vmready1-router_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:54:36Z", "revision_number": 2, "routes": [], "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "b7b22fab-58e4-457b-8a4a-7fa02600778b", "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db"}]} 2018-07-22 23:55:05,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7247dfae-bd5d-4dc3-bba5-15b82325f439 2018-07-22 23:55:05,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.35746216774s 2018-07-22 23:55:05,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7247dfae-bd5d-4dc3-bba5-15b82325f439 2018-07-22 23:55:05,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:55:05,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:06,715 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35af845e-3b04-48fa-a104-c7359a402318 Content-Length: 0 Date: Sun, 22 Jul 2018 23:55:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:06,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0.json used request id req-35af845e-3b04-48fa-a104-c7359a402318 2018-07-22 23:55:06,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53828406334s 2018-07-22 23:55:06,716 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/2964b926-faaf-4594-828f-428c95ea50e0.json used request id req-35af845e-3b04-48fa-a104-c7359a402318 2018-07-22 23:55:06,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:55:06,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:06,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-396384e4-dc89-435a-98e6-fa5dab28fa8a Date: Sun, 22 Jul 2018 23:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b29adccc-4226-40fd-bedc-af6571fafb1c","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:54:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"03542769-cdcd-4926-8531-ed2009d813b5","subnetpool_id":null,"name":"vmready1-subnet_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:46Z","dns_nameservers":[],"updated_at":"2018-07-22T23:50:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"68653b03-a42b-42eb-9688-ed005fbe2495","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-22 23:55:06,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-396384e4-dc89-435a-98e6-fa5dab28fa8a 2018-07-22 23:55:06,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.278959035873s 2018-07-22 23:55:06,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-396384e4-dc89-435a-98e6-fa5dab28fa8a 2018-07-22 23:55:06,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:55:06,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/03542769-cdcd-4926-8531-ed2009d813b5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:10,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-89371035-0022-41a6-8755-9daf7818296b Date: Sun, 22 Jul 2018 23:55:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:10,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/03542769-cdcd-4926-8531-ed2009d813b5.json used request id req-89371035-0022-41a6-8755-9daf7818296b 2018-07-22 23:55:10,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.35112190247s 2018-07-22 23:55:10,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/03542769-cdcd-4926-8531-ed2009d813b5.json used request id req-89371035-0022-41a6-8755-9daf7818296b 2018-07-22 23:55:10,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:10,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:11,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-aec08dff-054c-4959-ad8e-22ef6cb26c37 Date: Sun, 22 Jul 2018 23:55:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b29adccc-4226-40fd-bedc-af6571fafb1c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:55:10Z","provider:segmentation_id":73,"name":"vmready1-net_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:54:52Z","provider:network_type":"vxlan"}]} 2018-07-22 23:55:11,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-aec08dff-054c-4959-ad8e-22ef6cb26c37 2018-07-22 23:55:11,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.981359958649s 2018-07-22 23:55:11,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-aec08dff-054c-4959-ad8e-22ef6cb26c37 2018-07-22 23:55:11,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:55:11,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/b29adccc-4226-40fd-bedc-af6571fafb1c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:12,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e2a1ef8-609e-40f4-8ef9-340760b83a4f Date: Sun, 22 Jul 2018 23:55:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:12,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b29adccc-4226-40fd-bedc-af6571fafb1c.json used request id req-9e2a1ef8-609e-40f4-8ef9-340760b83a4f 2018-07-22 23:55:12,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.800445079803s 2018-07-22 23:55:12,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/b29adccc-4226-40fd-bedc-af6571fafb1c.json used request id req-9e2a1ef8-609e-40f4-8ef9-340760b83a4f 2018-07-22 23:55:12,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:55:12,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:12,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-4f841375-dec7-47c6-b3e3-3581d22d2753 Date: Sun, 22 Jul 2018 23:55:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/db30919a-f906-4da0-8c70-c27284011c8d/snap", "metadata": {}}], "file": "/v2/images/db30919a-f906-4da0-8c70-c27284011c8d/file", "owner": "d2708d2078d347d995ef4237b108faeb", "id": "db30919a-f906-4da0-8c70-c27284011c8d", "size": 12716032, "self": "/v2/images/db30919a-f906-4da0-8c70-c27284011c8d", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/db30919a-f906-4da0-8c70-c27284011c8d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:55:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:54:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:55:12,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4f841375-dec7-47c6-b3e3-3581d22d2753 2018-07-22 23:55:12,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.729402065277s 2018-07-22 23:55:12,867 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-4f841375-dec7-47c6-b3e3-3581d22d2753 2018-07-22 23:55:12,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 23:55:12,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:13,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79358193-bd18-47b8-b43f-5e51e27f4ffd Date: Sun, 22 Jul 2018 23:55:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:55:13,925 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d used request id req-79358193-bd18-47b8-b43f-5e51e27f4ffd 2018-07-22 23:55:13,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05660200119s 2018-07-22 23:55:13,926 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/db30919a-f906-4da0-8c70-c27284011c8d used request id req-79358193-bd18-47b8-b43f-5e51e27f4ffd 2018-07-22 23:55:13,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:55:13,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:14,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33adc54b-db14-4e92-ae43-356d630e24b0 x-compute-request-id: req-33adc54b-db14-4e92-ae43-356d630e24b0 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_8d266c05-dcdc-4f86-9f6d-3d7b54e5a6d0", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456", "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": "39849a90-2b64-43d1-b47b-ece8fc6fe456"}]} 2018-07-22 23:55:14,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-33adc54b-db14-4e92-ae43-356d630e24b0 2018-07-22 23:55:14,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133275985718s 2018-07-22 23:55:14,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-33adc54b-db14-4e92-ae43-356d630e24b0 2018-07-22 23:55:14,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 23:55:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b52d2662bb3099132520e7a2a723e06b466a3e2" 2018-07-22 23:55:14,111 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:55: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-c46fd7b0-5697-4ff9-93b1-6daf4adf0835 x-compute-request-id: req-c46fd7b0-5697-4ff9-93b1-6daf4adf0835 Content-Length: 0 Content-Type: application/json 2018-07-22 23:55:14,111 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456 used request id req-c46fd7b0-5697-4ff9-93b1-6daf4adf0835 2018-07-22 23:55:14,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0492720603943s 2018-07-22 23:55:14,111 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/39849a90-2b64-43d1-b47b-ece8fc6fe456 used request id req-c46fd7b0-5697-4ff9-93b1-6daf4adf0835 2018-07-22 23:55:14,155 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:55:14,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:55:14,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:55:14,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:55:14,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36df530f-7541-4653-8efa-bbd337cd1aff 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:55:14,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-36df530f-7541-4653-8efa-bbd337cd1aff 2018-07-22 23:55:14,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:55:14,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:55:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["vUd0E2R3SR-JsSmdmaGnHg"], "issued_at": "2018-07-22T23:55:14.000000Z"}} 2018-07-22 23:55:14,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:14,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:15,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-709f403d-bacd-4632-9596-09d433d83faf Date: Sun, 22 Jul 2018 23:55:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:55:15,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-709f403d-bacd-4632-9596-09d433d83faf 2018-07-22 23:55:15,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.952736139297s 2018-07-22 23:55:15,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-709f403d-bacd-4632-9596-09d433d83faf 2018-07-22 23:55:15,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:55:15,549 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:55:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:55:15,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:55:15,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:15,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f012a16-6840-4a41-b18f-2d61a95da2d1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:55:15,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-7f012a16-6840-4a41-b18f-2d61a95da2d1 2018-07-22 23:55:15,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0949721336365s 2018-07-22 23:55:15,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-7f012a16-6840-4a41-b18f-2d61a95da2d1 2018-07-22 23:55:15,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 23:55:15,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15"}}' 2018-07-22 23:55:15,759 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d931b7f9-7ddc-4ee4-9312-9aee214aa0b9 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.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353"}, "tags": [], "enabled": true, "id": "63efcc8f189c4568bbaa17b0e6942353", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15"}} 2018-07-22 23:55:15,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-d931b7f9-7ddc-4ee4-9312-9aee214aa0b9 2018-07-22 23:55:15,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106606960297s 2018-07-22 23:55:15,760 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-d931b7f9-7ddc-4ee4-9312-9aee214aa0b9 2018-07-22 23:55:15,760 - 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'63efcc8f189c4568bbaa17b0e6942353', '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_2fb67760-527d-4e19-ade4-f05841166b15'}) 2018-07-22 23:55:15,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 23:55:15,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c26baeab-96e4-4b3a-8c8c-b3b6cf99f672", "email": null, "name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15"}}' 2018-07-22 23:55:16,281 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:55:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69329a08-4794-4531-9fb1-c8454c04bf83 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15", "links": {"self": "http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63192a6eb76f479db804f10d43cf8b5a", "domain_id": "default", "password_expires_at": null}} 2018-07-22 23:55:16,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-69329a08-4794-4531-9fb1-c8454c04bf83 2018-07-22 23:55:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.514494180679s 2018-07-22 23:55:16,281 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-69329a08-4794-4531-9fb1-c8454c04bf83 2018-07-22 23:55:16,282 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'63192a6eb76f479db804f10d43cf8b5a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15'}) 2018-07-22 23:55:16,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:55:16,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:16,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e6f1df-adaf-4bc8-a657-30b6bb48eca1 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:55:16,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a4e6f1df-adaf-4bc8-a657-30b6bb48eca1 2018-07-22 23:55:16,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0951898097992s 2018-07-22 23:55:16,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a4e6f1df-adaf-4bc8-a657-30b6bb48eca1 2018-07-22 23:55:16,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:55:16,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:16,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ebaae4-d162-487c-b7ba-6fa8fca2cebe Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:55:16,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-48ebaae4-d162-487c-b7ba-6fa8fca2cebe 2018-07-22 23:55:16,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0922150611877s 2018-07-22 23:55:16,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-48ebaae4-d162-487c-b7ba-6fa8fca2cebe 2018-07-22 23:55:16,479 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 23:55:16,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 23:55:16,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" -d '{"role": {"name": "Member"}}' 2018-07-22 23:55:16,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e795e34-a80f-483e-b9a3-2f137b5dd227 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6e639429501e4fd8849279740e46705a", "links": {"self": "http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a"}, "name": "Member"}} 2018-07-22 23:55:16,656 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-3e795e34-a80f-483e-b9a3-2f137b5dd227 2018-07-22 23:55:16,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.173173904419s 2018-07-22 23:55:16,657 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-3e795e34-a80f-483e-b9a3-2f137b5dd227 2018-07-22 23:55:16,657 - functest.core.tenantnetwork - DEBUG - role: 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'6e639429501e4fd8849279740e46705a'}) 2018-07-22 23:55:16,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:55:16,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:16,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63dfbc48-101a-451a-a547-f1b5c1c45434 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6e639429501e4fd8849279740e46705a", "links": {"self": "http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a"}, "name": "Member"}, {"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:55:16,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-63dfbc48-101a-451a-a547-f1b5c1c45434 2018-07-22 23:55:16,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0912799835205s 2018-07-22 23:55:16,752 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-63dfbc48-101a-451a-a547-f1b5c1c45434 2018-07-22 23:55:16,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:55:16,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:16,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8193c33-ce13-4e73-95b8-015760db8a09 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 23:55:16,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-d8193c33-ce13-4e73-95b8-015760db8a09 2018-07-22 23:55:16,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185333013535s 2018-07-22 23:55:16,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-d8193c33-ce13-4e73-95b8-015760db8a09 2018-07-22 23:55:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:55:16,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:17,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625ee043-c805-4153-b603-9a483328421b Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15", "links": {"self": "http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63192a6eb76f479db804f10d43cf8b5a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:55:17,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-625ee043-c805-4153-b603-9a483328421b 2018-07-22 23:55:17,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18326997757s 2018-07-22 23:55:17,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-625ee043-c805-4153-b603-9a483328421b 2018-07-22 23:55:17,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:55:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:17,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a3c63f-7f64-44dd-a9e2-6f7849e8aea6 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353"}, "tags": [], "enabled": true, "id": "63efcc8f189c4568bbaa17b0e6942353", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:55:17,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-f0a3c63f-7f64-44dd-a9e2-6f7849e8aea6 2018-07-22 23:55:17,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.096461057663s 2018-07-22 23:55:17,235 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-f0a3c63f-7f64-44dd-a9e2-6f7849e8aea6 2018-07-22 23:55:17,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:55:17,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=63192a6eb76f479db804f10d43cf8b5a&role.id=6e639429501e4fd8849279740e46705a&scope.project.id=63efcc8f189c4568bbaa17b0e6942353" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:17,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef44e9ad-ea8e-4ec7-95f2-e570b1e061bf Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=63192a6eb76f479db804f10d43cf8b5a&role.id=6e639429501e4fd8849279740e46705a&scope.project.id=63efcc8f189c4568bbaa17b0e6942353", "previous": null, "next": null}} 2018-07-22 23:55:17,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=63192a6eb76f479db804f10d43cf8b5a&role.id=6e639429501e4fd8849279740e46705a&scope.project.id=63efcc8f189c4568bbaa17b0e6942353 used request id req-ef44e9ad-ea8e-4ec7-95f2-e570b1e061bf 2018-07-22 23:55:17,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0887780189514s 2018-07-22 23:55:17,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=63192a6eb76f479db804f10d43cf8b5a&role.id=6e639429501e4fd8849279740e46705a&scope.project.id=63efcc8f189c4568bbaa17b0e6942353 used request id req-ef44e9ad-ea8e-4ec7-95f2-e570b1e061bf 2018-07-22 23:55:17,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 23:55:17,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353/users/63192a6eb76f479db804f10d43cf8b5a/roles/6e639429501e4fd8849279740e46705a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:17,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:55:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b256f3f9-7a44-459a-af8d-c9c2441aafe4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:55:17,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353/users/63192a6eb76f479db804f10d43cf8b5a/roles/6e639429501e4fd8849279740e46705a used request id req-b256f3f9-7a44-459a-af8d-c9c2441aafe4 2018-07-22 23:55:17,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.179967164993s 2018-07-22 23:55:17,515 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353/users/63192a6eb76f479db804f10d43cf8b5a/roles/6e639429501e4fd8849279740e46705a used request id req-b256f3f9-7a44-459a-af8d-c9c2441aafe4 2018-07-22 23:55:17,516 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15', 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'63efcc8f189c4568bbaa17b0e6942353', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c26baeab-96e4-4b3a-8c8c-b3b6cf99f672', 'username': u'vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-22 23:55:17,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:55:17,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:55:17,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:55:17,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:55:17,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:55:17,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:55:17,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:55:17,521 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15', 'password': 'c26baeab-96e4-4b3a-8c8c-b3b6cf99f672', 'project_name': 'vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '63efcc8f189c4568bbaa17b0e6942353', 'project_domain_name': 'Default'} 2018-07-22 23:55:17,521 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-22 23:55:17,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:55:17,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bff6f98c-4fa0-428e-a6c0-5dcfb267c468 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:55:17,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-bff6f98c-4fa0-428e-a6c0-5dcfb267c468 2018-07-22 23:55:17,530 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:55:18,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6e639429501e4fd8849279740e46705a", "name": "Member"}], "expires_at": "2018-07-23T00:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63efcc8f189c4568bbaa17b0e6942353", "name": "vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/63efcc8f189c4568bbaa17b0e6942353", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/63efcc8f189c4568bbaa17b0e6942353", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/63efcc8f189c4568bbaa17b0e6942353", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/63efcc8f189c4568bbaa17b0e6942353", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/63efcc8f189c4568bbaa17b0e6942353", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/63efcc8f189c4568bbaa17b0e6942353", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/63efcc8f189c4568bbaa17b0e6942353", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_63efcc8f189c4568bbaa17b0e6942353", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_63efcc8f189c4568bbaa17b0e6942353", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15", "id": "63192a6eb76f479db804f10d43cf8b5a"}, "audit_ids": ["Kbpr7CAyS7qE34BI78EE_Q"], "issued_at": "2018-07-22T23:55:18.000000Z"}} 2018-07-22 23:55:18,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:55:18,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"network": {"name": "vmready2-net_2fb67760-527d-4e19-ade4-f05841166b15", "admin_state_up": true}}' 2018-07-22 23:55:18,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-7ffab409-383e-416e-a184-25529794c0e7 Date: Sun, 22 Jul 2018 23:55:18 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"63efcc8f189c4568bbaa17b0e6942353","created_at":"2018-07-22T23:55:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T23:55:18Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"63efcc8f189c4568bbaa17b0e6942353","id":"009e4a41-b7f4-4f5a-83dc-6c1a32589fdf","name":"vmready2-net_2fb67760-527d-4e19-ade4-f05841166b15"}} 2018-07-22 23:55:18,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-7ffab409-383e-416e-a184-25529794c0e7 2018-07-22 23:55:18,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.809515953064s 2018-07-22 23:55:18,860 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-7ffab409-383e-416e-a184-25529794c0e7 2018-07-22 23:55:18,861 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:55:18Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'009e4a41-b7f4-4f5a-83dc-6c1a32589fdf', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_2fb67760-527d-4e19-ade4-f05841166b15', u'admin_state_up': True, u'tenant_id': u'63efcc8f189c4568bbaa17b0e6942353', u'created_at': u'2018-07-22T23:55:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'63efcc8f189c4568bbaa17b0e6942353'}) 2018-07-22 23:55:18,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:18,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:19,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-0a2edf17-0d7b-486c-bb38-9f645b9eb99a Date: Sun, 22 Jul 2018 23:55:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:55:18Z","tenant_id":"63efcc8f189c4568bbaa17b0e6942353","created_at":"2018-07-22T23:55:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"63efcc8f189c4568bbaa17b0e6942353","id":"009e4a41-b7f4-4f5a-83dc-6c1a32589fdf","name":"vmready2-net_2fb67760-527d-4e19-ade4-f05841166b15"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:55:19,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0a2edf17-0d7b-486c-bb38-9f645b9eb99a 2018-07-22 23:55:19,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294578075409s 2018-07-22 23:55:19,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0a2edf17-0d7b-486c-bb38-9f645b9eb99a 2018-07-22 23:55:19,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:55:19,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"subnet": {"name": "vmready2-subnet_2fb67760-527d-4e19-ade4-f05841166b15", "enable_dhcp": true, "network_id": "009e4a41-b7f4-4f5a-83dc-6c1a32589fdf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:55:19,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2e1655e0-f3d0-4675-81f1-7cdf08655b69 Date: Sun, 22 Jul 2018 23:55:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"009e4a41-b7f4-4f5a-83dc-6c1a32589fdf","tenant_id":"63efcc8f189c4568bbaa17b0e6942353","created_at":"2018-07-22T23:55:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:55:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"63efcc8f189c4568bbaa17b0e6942353","id":"de605d1b-4bf0-415e-b234-62372dbfaa70","subnetpool_id":null,"name":"vmready2-subnet_2fb67760-527d-4e19-ade4-f05841166b15"}} 2018-07-22 23:55:19,931 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2e1655e0-f3d0-4675-81f1-7cdf08655b69 2018-07-22 23:55:19,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.773187875748s 2018-07-22 23:55:19,932 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2e1655e0-f3d0-4675-81f1-7cdf08655b69 2018-07-22 23:55:19,932 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:55:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'de605d1b-4bf0-415e-b234-62372dbfaa70', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_2fb67760-527d-4e19-ade4-f05841166b15', u'enable_dhcp': True, u'network_id': u'009e4a41-b7f4-4f5a-83dc-6c1a32589fdf', u'tenant_id': u'63efcc8f189c4568bbaa17b0e6942353', u'created_at': u'2018-07-22T23:55:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'63efcc8f189c4568bbaa17b0e6942353'}) 2018-07-22 23:55:19,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:55:19,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "vmready2-router_2fb67760-527d-4e19-ade4-f05841166b15", "admin_state_up": true}}' 2018-07-22 23:55:21,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-245b7122-0284-4bd7-8a36-9022b06bb197 Date: Sun, 22 Jul 2018 23:55:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "created_at": "2018-07-22T23:55:20Z", "admin_state_up": true, "updated_at": "2018-07-22T23:55:21Z", "revision_number": 2, "routes": [], "project_id": "63efcc8f189c4568bbaa17b0e6942353", "id": "eba6f1a7-841b-4e16-9fc1-658f7d394cc4", "name": "vmready2-router_2fb67760-527d-4e19-ade4-f05841166b15"}} 2018-07-22 23:55:21,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-245b7122-0284-4bd7-8a36-9022b06bb197 2018-07-22 23:55:21,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35338592529s 2018-07-22 23:55:21,286 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-245b7122-0284-4bd7-8a36-9022b06bb197 2018-07-22 23:55:21,287 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'63efcc8f189c4568bbaa17b0e6942353', u'created_at': u'2018-07-22T23:55:20Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T23:55:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'63efcc8f189c4568bbaa17b0e6942353', u'id': u'eba6f1a7-841b-4e16-9fc1-658f7d394cc4', u'name': u'vmready2-router_2fb67760-527d-4e19-ade4-f05841166b15'}) 2018-07-22 23:55:21,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:55:21,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"subnet_id": "de605d1b-4bf0-415e-b234-62372dbfaa70"}' 2018-07-22 23:55:23,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9918a72d-3877-4d70-bbc2-4695c4b78340 Date: Sun, 22 Jul 2018 23:55:23 GMT RESP BODY: {"network_id": "009e4a41-b7f4-4f5a-83dc-6c1a32589fdf", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "subnet_id": "de605d1b-4bf0-415e-b234-62372dbfaa70", "subnet_ids": ["de605d1b-4bf0-415e-b234-62372dbfaa70"], "port_id": "51e44759-8526-4b6c-aadb-9c978aad228e", "id": "eba6f1a7-841b-4e16-9fc1-658f7d394cc4"} 2018-07-22 23:55:23,355 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/add_router_interface.json used request id req-9918a72d-3877-4d70-bbc2-4695c4b78340 2018-07-22 23:55:23,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.0680129528s 2018-07-22 23:55:23,356 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/add_router_interface.json used request id req-9918a72d-3877-4d70-bbc2-4695c4b78340 returning object eba6f1a7-841b-4e16-9fc1-658f7d394cc4 2018-07-22 23:55:23,356 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:55:23,488 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:55:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:55:23,495 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:55:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:55:23,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:55:23,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:24,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-13d05357-ec2b-486b-a859-54bc4f7fd664 Date: Sun, 22 Jul 2018 23:55:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:55:24,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-13d05357-ec2b-486b-a859-54bc4f7fd664 2018-07-22 23:55:24,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.744704961777s 2018-07-22 23:55:24,245 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-13d05357-ec2b-486b-a859-54bc4f7fd664 2018-07-22 23:55:24,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:55:24,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15"}' 2018-07-22 23:55:25,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8b22c229-0e91-46c9-80f9-3d9d6ab2dd26 Date: Sun, 22 Jul 2018 23:55:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/file", "owner": "63efcc8f189c4568bbaa17b0e6942353", "id": "e6631ba5-f7ae-41f7-9e72-d92c31c37f7d", "size": null, "self": "/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:55:24Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15", "checksum": null, "created_at": "2018-07-22T23:55:24Z", "protected": false} 2018-07-22 23:55:25,071 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-8b22c229-0e91-46c9-80f9-3d9d6ab2dd26 2018-07-22 23:55:25,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.818076133728s 2018-07-22 23:55:25,071 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-8b22c229-0e91-46c9-80f9-3d9d6ab2dd26 returning object e6631ba5-f7ae-41f7-9e72-d92c31c37f7d 2018-07-22 23:55:25,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:55:25,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '' 2018-07-22 23:55:26,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c8e54b3-7ae3-48cf-9155-86ef573cb629 Date: Sun, 22 Jul 2018 23:55: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-22 23:55:26,212 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/file used request id req-5c8e54b3-7ae3-48cf-9155-86ef573cb629 2018-07-22 23:55:26,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14036393166s 2018-07-22 23:55:26,212 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/file used request id req-5c8e54b3-7ae3-48cf-9155-86ef573cb629 2018-07-22 23:55:26,213 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:55:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/file', u'owner': u'63efcc8f189c4568bbaa17b0e6942353', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e6631ba5-f7ae-41f7-9e72-d92c31c37f7d', u'size': None, u'name': u'vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15', u'checksum': None, u'self': u'/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:55:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:55:26,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:55:26,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_2fb67760-527d-4e19-ade4-f05841166b15", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:55:26,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55: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-5f42a621-7add-4516-a6ab-d2abfe433cd7 x-compute-request-id: req-5f42a621-7add-4516-a6ab-d2abfe433cd7 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_2fb67760-527d-4e19-ade4-f05841166b15", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0", "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": "84300376-e6a5-411d-a8cd-0b0e5622e3a0"}} 2018-07-22 23:55:26,853 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-5f42a621-7add-4516-a6ab-d2abfe433cd7 2018-07-22 23:55:26,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.640020847321s 2018-07-22 23:55:26,854 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-5f42a621-7add-4516-a6ab-d2abfe433cd7 2018-07-22 23:55:26,855 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_2fb67760-527d-4e19-ade4-f05841166b15', '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'd2708d2078d347d995ef4237b108faeb', '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'84300376-e6a5-411d-a8cd-0b0e5622e3a0', 'swap': 0}) 2018-07-22 23:55:26,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:55:26,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0/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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" -d '{"extra_specs": {}}' 2018-07-22 23:55:26,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55: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-182af95e-0dc5-4051-9ae0-a3e01fc00b95 x-compute-request-id: req-182af95e-0dc5-4051-9ae0-a3e01fc00b95 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:55:26,990 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0/os-extra_specs used request id req-182af95e-0dc5-4051-9ae0-a3e01fc00b95 2018-07-22 23:55:26,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134507894516s 2018-07-22 23:55:26,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0/os-extra_specs used request id req-182af95e-0dc5-4051-9ae0-a3e01fc00b95 2018-07-22 23:55:27,096 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:55:27,096 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 23:55:27,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:55:27,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" -d '{"subnet_id": "de605d1b-4bf0-415e-b234-62372dbfaa70"}' 2018-07-22 23:55:28,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-741b70d2-956e-4043-a816-5e915e1cc88c Date: Sun, 22 Jul 2018 23:55:28 GMT RESP BODY: {"network_id": "009e4a41-b7f4-4f5a-83dc-6c1a32589fdf", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "subnet_id": "de605d1b-4bf0-415e-b234-62372dbfaa70", "subnet_ids": ["de605d1b-4bf0-415e-b234-62372dbfaa70"], "port_id": "51e44759-8526-4b6c-aadb-9c978aad228e", "id": "eba6f1a7-841b-4e16-9fc1-658f7d394cc4"} 2018-07-22 23:55:28,891 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/remove_router_interface.json used request id req-741b70d2-956e-4043-a816-5e915e1cc88c 2018-07-22 23:55:28,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79042100906s 2018-07-22 23:55:28,891 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4/remove_router_interface.json used request id req-741b70d2-956e-4043-a816-5e915e1cc88c returning object eba6f1a7-841b-4e16-9fc1-658f7d394cc4 2018-07-22 23:55:28,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:55:28,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:29,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9f565764-9fff-464c-bed7-1436f01a7378 Date: Sun, 22 Jul 2018 23:55:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "created_at": "2018-07-22T23:55:20Z", "admin_state_up": true, "updated_at": "2018-07-22T23:55:28Z", "revision_number": 4, "routes": [], "project_id": "63efcc8f189c4568bbaa17b0e6942353", "id": "eba6f1a7-841b-4e16-9fc1-658f7d394cc4", "name": "vmready2-router_2fb67760-527d-4e19-ade4-f05841166b15"}]} 2018-07-22 23:55:29,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9f565764-9fff-464c-bed7-1436f01a7378 2018-07-22 23:55:29,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.956964015961s 2018-07-22 23:55:29,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9f565764-9fff-464c-bed7-1436f01a7378 2018-07-22 23:55:29,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:55:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:31,319 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb1d24e4-b2f6-4266-b0d0-8093efe81337 Content-Length: 0 Date: Sun, 22 Jul 2018 23:55:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:31,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4.json used request id req-bb1d24e4-b2f6-4266-b0d0-8093efe81337 2018-07-22 23:55:31,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46889305115s 2018-07-22 23:55:31,320 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/eba6f1a7-841b-4e16-9fc1-658f7d394cc4.json used request id req-bb1d24e4-b2f6-4266-b0d0-8093efe81337 2018-07-22 23:55:31,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:55:31,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:32,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-70588ec3-6a59-4b4a-bbd3-4945d2b1736e Date: Sun, 22 Jul 2018 23:55:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"009e4a41-b7f4-4f5a-83dc-6c1a32589fdf","tenant_id":"63efcc8f189c4568bbaa17b0e6942353","created_at":"2018-07-22T23:55:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:55:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"63efcc8f189c4568bbaa17b0e6942353","id":"de605d1b-4bf0-415e-b234-62372dbfaa70","subnetpool_id":null,"name":"vmready2-subnet_2fb67760-527d-4e19-ade4-f05841166b15"}]} 2018-07-22 23:55:32,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-70588ec3-6a59-4b4a-bbd3-4945d2b1736e 2018-07-22 23:55:32,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.903600931168s 2018-07-22 23:55:32,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-70588ec3-6a59-4b4a-bbd3-4945d2b1736e 2018-07-22 23:55:32,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:55:32,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/de605d1b-4bf0-415e-b234-62372dbfaa70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:34,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a19413c-958d-4770-b28f-0ca4a471a6f3 Date: Sun, 22 Jul 2018 23:55:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:34,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/de605d1b-4bf0-415e-b234-62372dbfaa70.json used request id req-8a19413c-958d-4770-b28f-0ca4a471a6f3 2018-07-22 23:55:34,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4325170517s 2018-07-22 23:55:34,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/de605d1b-4bf0-415e-b234-62372dbfaa70.json used request id req-8a19413c-958d-4770-b28f-0ca4a471a6f3 2018-07-22 23:55:34,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:34,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:35,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-9a568766-fca2-4e3f-bd8f-88b0c5dd7354 Date: Sun, 22 Jul 2018 23:55:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:55:34Z","tenant_id":"63efcc8f189c4568bbaa17b0e6942353","created_at":"2018-07-22T23:55:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"63efcc8f189c4568bbaa17b0e6942353","id":"009e4a41-b7f4-4f5a-83dc-6c1a32589fdf","name":"vmready2-net_2fb67760-527d-4e19-ade4-f05841166b15"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:55:35,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9a568766-fca2-4e3f-bd8f-88b0c5dd7354 2018-07-22 23:55:35,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.379243135452s 2018-07-22 23:55:35,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9a568766-fca2-4e3f-bd8f-88b0c5dd7354 2018-07-22 23:55:35,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:55:35,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/009e4a41-b7f4-4f5a-83dc-6c1a32589fdf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:36,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-654458ce-627e-4229-9079-1d68996cfabc Date: Sun, 22 Jul 2018 23:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:55:36,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/009e4a41-b7f4-4f5a-83dc-6c1a32589fdf.json used request id req-654458ce-627e-4229-9079-1d68996cfabc 2018-07-22 23:55:36,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02019906044s 2018-07-22 23:55:36,060 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/009e4a41-b7f4-4f5a-83dc-6c1a32589fdf.json used request id req-654458ce-627e-4229-9079-1d68996cfabc 2018-07-22 23:55:36,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:55:36,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:36,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-f0407e3e-b3dc-4e03-a6ac-939482b3f087 Date: Sun, 22 Jul 2018 23:55:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/snap", "metadata": {}}], "file": "/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/file", "owner": "63efcc8f189c4568bbaa17b0e6942353", "id": "e6631ba5-f7ae-41f7-9e72-d92c31c37f7d", "size": 12716032, "self": "/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:55:26Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2fb67760-527d-4e19-ade4-f05841166b15", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:55:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:55:36,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-f0407e3e-b3dc-4e03-a6ac-939482b3f087 2018-07-22 23:55:36,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.676280021667s 2018-07-22 23:55:36,741 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-f0407e3e-b3dc-4e03-a6ac-939482b3f087 2018-07-22 23:55:36,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 23:55:36,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}09a119b73fbedb3b6f0da80bb9c001f7552cd08a" 2018-07-22 23:55:37,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc88b17b-d59f-4f49-96d2-4adec26bff29 Date: Sun, 22 Jul 2018 23:55:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:55:37,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d used request id req-fc88b17b-d59f-4f49-96d2-4adec26bff29 2018-07-22 23:55:37,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.04529809952s 2018-07-22 23:55:37,788 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/e6631ba5-f7ae-41f7-9e72-d92c31c37f7d used request id req-fc88b17b-d59f-4f49-96d2-4adec26bff29 2018-07-22 23:55:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:55:37,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:37,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-784324e5-ceed-4b6d-9191-924af5499392 x-compute-request-id: req-784324e5-ceed-4b6d-9191-924af5499392 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_2fb67760-527d-4e19-ade4-f05841166b15", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0", "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": "84300376-e6a5-411d-a8cd-0b0e5622e3a0"}]} 2018-07-22 23:55:37,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-784324e5-ceed-4b6d-9191-924af5499392 2018-07-22 23:55:37,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.135493040085s 2018-07-22 23:55:37,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-784324e5-ceed-4b6d-9191-924af5499392 2018-07-22 23:55:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 23:55:37,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:37,980 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:55:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef7637e9-4109-4a1c-8c73-0561a641665d x-compute-request-id: req-ef7637e9-4109-4a1c-8c73-0561a641665d Content-Length: 0 Content-Type: application/json 2018-07-22 23:55:37,980 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0 used request id req-ef7637e9-4109-4a1c-8c73-0561a641665d 2018-07-22 23:55:37,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0537259578705s 2018-07-22 23:55:37,980 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/84300376-e6a5-411d-a8cd-0b0e5622e3a0 used request id req-ef7637e9-4109-4a1c-8c73-0561a641665d 2018-07-22 23:55:37,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:55:37,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ebf342-d2b0-426f-bc87-daf3e3fde408 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15", "links": {"self": "http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63192a6eb76f479db804f10d43cf8b5a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:55:38,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b3ebf342-d2b0-426f-bc87-daf3e3fde408 2018-07-22 23:55:38,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115168094635s 2018-07-22 23:55:38,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-b3ebf342-d2b0-426f-bc87-daf3e3fde408 2018-07-22 23:55:38,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:55:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b158da2-f8d5-4808-b4d1-38ad5bd23905 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2fb67760-527d-4e19-ade4-f05841166b15", "links": {"self": "http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "63192a6eb76f479db804f10d43cf8b5a", "description": null}} 2018-07-22 23:55:38,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a used request id req-0b158da2-f8d5-4808-b4d1-38ad5bd23905 2018-07-22 23:55:38,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.179691076279s 2018-07-22 23:55:38,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a used request id req-0b158da2-f8d5-4808-b4d1-38ad5bd23905 2018-07-22 23:55:38,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 23:55:38,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3fe8d36-a0d5-4266-903b-e0ad2ea47533 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:55:38,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a used request id req-a3fe8d36-a0d5-4266-903b-e0ad2ea47533 2018-07-22 23:55:38,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.27258515358s 2018-07-22 23:55:38,556 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/63192a6eb76f479db804f10d43cf8b5a used request id req-a3fe8d36-a0d5-4266-903b-e0ad2ea47533 2018-07-22 23:55:38,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:55:38,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7eb7d22-cf5a-4ef9-b1b4-d87ce09a77e5 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353"}, "tags": [], "enabled": true, "id": "63efcc8f189c4568bbaa17b0e6942353", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2fb67760-527d-4e19-ade4-f05841166b15"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:55:38,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-d7eb7d22-cf5a-4ef9-b1b4-d87ce09a77e5 2018-07-22 23:55:38,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101011037827s 2018-07-22 23:55:38,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-d7eb7d22-cf5a-4ef9-b1b4-d87ce09a77e5 2018-07-22 23:55:38,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 23:55:38,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac52d6d-47e6-425b-ac58-b5bc56ccb8b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:55:38,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353 used request id req-6ac52d6d-47e6-425b-ac58-b5bc56ccb8b3 2018-07-22 23:55:38,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.175576925278s 2018-07-22 23:55:38,844 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/63efcc8f189c4568bbaa17b0e6942353 used request id req-6ac52d6d-47e6-425b-ac58-b5bc56ccb8b3 2018-07-22 23:55:38,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:55:38,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:38,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8044e521-63f2-4c96-af1e-224127797b5c Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6e639429501e4fd8849279740e46705a", "links": {"self": "http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a"}, "name": "Member"}, {"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:55:38,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8044e521-63f2-4c96-af1e-224127797b5c 2018-07-22 23:55:38,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977170467377s 2018-07-22 23:55:38,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8044e521-63f2-4c96-af1e-224127797b5c 2018-07-22 23:55:38,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 23:55:38,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3738e704be3b83c5bc1d3e22cc906920ee9468a9" 2018-07-22 23:55:39,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:55:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a93a2d08-b0bf-4fcf-bd3b-39950c273943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:55:39,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a used request id req-a93a2d08-b0bf-4fcf-bd3b-39950c273943 2018-07-22 23:55:39,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.132349014282s 2018-07-22 23:55:39,083 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/6e639429501e4fd8849279740e46705a used request id req-a93a2d08-b0bf-4fcf-bd3b-39950c273943 2018-07-22 23:55:39,138 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:55:39,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:55:39,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:55:39,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:55:39,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:55:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f66027-5673-4a10-8ce3-3d937e1c34be 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:55:39,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-73f66027-5673-4a10-8ce3-3d937e1c34be 2018-07-22 23:55:39,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:55:39,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:55:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["75NRtIi4S9GWDc8f60ssow"], "issued_at": "2018-07-22T23:55:39.000000Z"}} 2018-07-22 23:55:39,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:39,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:55:39,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5211ba84-6f3f-494f-8515-aae22f00f5a4 Date: Sun, 22 Jul 2018 23:55:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:55:39,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5211ba84-6f3f-494f-8515-aae22f00f5a4 2018-07-22 23:55:39,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286410808563s 2018-07-22 23:55:39,874 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5211ba84-6f3f-494f-8515-aae22f00f5a4 2018-07-22 23:55:39,880 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-22 23:55:39,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:55:39,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"network": {"name": "singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191", "admin_state_up": true}}' 2018-07-22 23:55:40,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1cd3dcad-0052-4f9b-a0d9-32d6c838f251 Date: Sun, 22 Jul 2018 23:55:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:55:40Z","is_default":false,"provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","mtu":1450}} 2018-07-22 23:55:40,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1cd3dcad-0052-4f9b-a0d9-32d6c838f251 2018-07-22 23:55:40,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.560620069504s 2018-07-22 23:55:40,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1cd3dcad-0052-4f9b-a0d9-32d6c838f251 2018-07-22 23:55:40,442 - 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-22T23:55:40Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4f1a9443-f27d-44e5-a03e-91b606516360', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191', u'admin_state_up': True, u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:55:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:55:40,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:55:40,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:55:40,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-29f3896f-4732-42c4-bdb5-33141dfaa95a Date: Sun, 22 Jul 2018 23:55:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:55:40Z","provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:55:40,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-29f3896f-4732-42c4-bdb5-33141dfaa95a 2018-07-22 23:55:40,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262315988541s 2018-07-22 23:55:40,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-29f3896f-4732-42c4-bdb5-33141dfaa95a 2018-07-22 23:55:40,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:55:40,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"subnet": {"name": "singlevm1-subnet_68700061-e4cb-4b27-b4eb-49c7bac45191", "enable_dhcp": true, "network_id": "4f1a9443-f27d-44e5-a03e-91b606516360", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:55:41,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c6b4e940-dcaa-4c49-8b97-3a8e1fca6de9 Date: Sun, 22 Jul 2018 23:55:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:55:40Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","subnetpool_id":null,"name":"singlevm1-subnet_68700061-e4cb-4b27-b4eb-49c7bac45191"}} 2018-07-22 23:55:41,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c6b4e940-dcaa-4c49-8b97-3a8e1fca6de9 2018-07-22 23:55:41,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.679256916046s 2018-07-22 23:55:41,387 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c6b4e940-dcaa-4c49-8b97-3a8e1fca6de9 2018-07-22 23:55:41,387 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:55:40Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'cf3d31d2-44ca-44f9-8a37-b9b1884561a2', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_68700061-e4cb-4b27-b4eb-49c7bac45191', u'enable_dhcp': True, u'network_id': u'4f1a9443-f27d-44e5-a03e-91b606516360', u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:55:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd2708d2078d347d995ef4237b108faeb'}) 2018-07-22 23:55:41,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:55:41,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191", "admin_state_up": true}}' 2018-07-22 23:56:03,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-86053dad-9b83-4ba9-8656-df10084df302 Date: Sun, 22 Jul 2018 23:56:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:56:03Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "a9cbc547-dc51-4331-8c86-c71186b0e9f2", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}} 2018-07-22 23:56:03,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-86053dad-9b83-4ba9-8656-df10084df302 2018-07-22 23:56:03,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 21.9052090645s 2018-07-22 23:56:03,293 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-86053dad-9b83-4ba9-8656-df10084df302 2018-07-22 23:56:03,294 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd2708d2078d347d995ef4237b108faeb', u'created_at': u'2018-07-22T23:56:02Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-22T23:56:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'd2708d2078d347d995ef4237b108faeb', u'id': u'a9cbc547-dc51-4331-8c86-c71186b0e9f2', u'name': u'singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191'}) 2018-07-22 23:56:03,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:56:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"subnet_id": "cf3d31d2-44ca-44f9-8a37-b9b1884561a2"}' 2018-07-22 23:56:05,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ffe3fe7-0ced-4738-982a-f4ed488758b3 Date: Sun, 22 Jul 2018 23:56:05 GMT RESP BODY: {"network_id": "4f1a9443-f27d-44e5-a03e-91b606516360", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "cf3d31d2-44ca-44f9-8a37-b9b1884561a2", "subnet_ids": ["cf3d31d2-44ca-44f9-8a37-b9b1884561a2"], "port_id": "0fcb2266-0902-45c0-9d56-ca1d1858be3d", "id": "a9cbc547-dc51-4331-8c86-c71186b0e9f2"} 2018-07-22 23:56:05,212 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/add_router_interface.json used request id req-9ffe3fe7-0ced-4738-982a-f4ed488758b3 2018-07-22 23:56:05,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.91742300987s 2018-07-22 23:56:05,212 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/add_router_interface.json used request id req-9ffe3fe7-0ced-4738-982a-f4ed488758b3 returning object a9cbc547-dc51-4331-8c86-c71186b0e9f2 2018-07-22 23:56:05,213 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:56:05,345 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:56:05,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:56:05,353 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:56:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:56:05,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:56:05,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:05,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-804ae772-bab7-48b4-89f1-4a773af750c9 Date: Sun, 22 Jul 2018 23:56:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:56:05,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-804ae772-bab7-48b4-89f1-4a773af750c9 2018-07-22 23:56:05,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.190633773804s 2018-07-22 23:56:05,549 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-804ae772-bab7-48b4-89f1-4a773af750c9 2018-07-22 23:56:05,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:56:05,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191"}' 2018-07-22 23:56:05,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e7f61e2a-8987-470f-b222-f087e550ee52 Date: Sun, 22 Jul 2018 23:56:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file", "owner": "d2708d2078d347d995ef4237b108faeb", "id": "9836c806-24dc-49e0-85d9-59b92365b89f", "size": null, "self": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:56:05Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "checksum": null, "created_at": "2018-07-22T23:56:05Z", "protected": false} 2018-07-22 23:56:05,792 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-e7f61e2a-8987-470f-b222-f087e550ee52 2018-07-22 23:56:05,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.234664916992s 2018-07-22 23:56:05,793 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-e7f61e2a-8987-470f-b222-f087e550ee52 returning object 9836c806-24dc-49e0-85d9-59b92365b89f 2018-07-22 23:56:05,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:56:05,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '' 2018-07-22 23:56:06,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39283b94-2887-480e-9167-63cafd57d8c4 Date: Sun, 22 Jul 2018 23:56:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:56:06,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file used request id req-39283b94-2887-480e-9167-63cafd57d8c4 2018-07-22 23:56:06,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.632895946503s 2018-07-22 23:56:06,427 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file used request id req-39283b94-2887-480e-9167-63cafd57d8c4 2018-07-22 23:56:06,427 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:56:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file', u'owner': u'd2708d2078d347d995ef4237b108faeb', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9836c806-24dc-49e0-85d9-59b92365b89f', u'size': None, u'name': u'singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191', u'checksum': None, u'self': u'/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:56:05Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:56:06,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:56:06,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_68700061-e4cb-4b27-b4eb-49c7bac45191", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:56:07,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-091b4916-d59f-4fa5-a348-d62eb11bb9e6 x-compute-request-id: req-091b4916-d59f-4fa5-a348-d62eb11bb9e6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_68700061-e4cb-4b27-b4eb-49c7bac45191", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "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": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5"}} 2018-07-22 23:56:07,232 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-091b4916-d59f-4fa5-a348-d62eb11bb9e6 2018-07-22 23:56:07,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.804056167603s 2018-07-22 23:56:07,232 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-091b4916-d59f-4fa5-a348-d62eb11bb9e6 2018-07-22 23:56:07,233 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_68700061-e4cb-4b27-b4eb-49c7bac45191', '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'd2708d2078d347d995ef4237b108faeb', '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'2e37e905-c57d-4c9a-bb45-ade3d4413bd5', 'swap': 0}) 2018-07-22 23:56:07,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:56:07,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5/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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"extra_specs": {}}' 2018-07-22 23:56:07,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-106eaa42-f43b-41fd-b5a3-0e571dcbeb56 x-compute-request-id: req-106eaa42-f43b-41fd-b5a3-0e571dcbeb56 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:56:07,367 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5/os-extra_specs used request id req-106eaa42-f43b-41fd-b5a3-0e571dcbeb56 2018-07-22 23:56:07,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.133541107178s 2018-07-22 23:56:07,368 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5/os-extra_specs used request id req-106eaa42-f43b-41fd-b5a3-0e571dcbeb56 2018-07-22 23:56:07,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 23:56:07,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"keypair": {"name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191"}}' 2018-07-22 23:56:07,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e430bbc-8917-4bb7-a6e5-edef8f8922a7 x-compute-request-id: req-3e430bbc-8917-4bb7-a6e5-edef8f8922a7 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgrooL/npkVe7uJkmvbLAnbdfBCgmCzpPEQJBuRqUsijLfGh1j9JEpi9xDL7z0fQa4GT3fVz/wibWYuOZvKOVFcVtL7cQwJQJx5rw0oKqYob4P2TiBtd/RQ0K8j55CXeAUpCp5qsfpYkc4iBTzHkI1GlHv1jUkde01kPwpBhsrJ20vsQ2Sjl+8SwePUv3p93V1SPMozqe9PZvygzcJaPhZFuaqP8YMfjVIfTH+7xRlDBN3dffW1vS/AnkVfpCcZQa4V3FPXWmFCL5XYF8bl6RuSAkI4TcvxNIEFyZlUkuhixRKsobJO8BXTQXKw350PDdW2kBlpNjsffQUKgt1HWf9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4K6KC/56ZFXu7iZJr2ywJ23XwQoJgs6TxECQbkalLIoy3xod\nY/SRKYvcQy+89H0GuBk931c/8Im1mLjmbyjlRXFbS+3EMCUCcea8NKCqmKG+D9k4\ngbXf0UNCvI+eQl3gFKQqearH6WJHOIgU8x5CNRpR79Y1JHXtNZD8KQYbKydtL7EN\nko5fvEsHj1L96fd1dUjzKM6nvT2b8oM3CWj4WRbmqj/GDH41SH0x/u8UZQwTd3X3\n1tb0vwJ5FX6QnGUGuFdxT11phQi+V2BfG5ekbkgJCOE3L8TSBBcmZVJLoYsUSrKG\nyTvAV00FysN+dDw3VtpAZaTY7H30FCoLdR1n/QIDAQABAoIBAGVIaPSFL9khH8b9\nPYQ146ayjmr3wlfUFaqHTFRZxkWwusP1ur//VJy87nre/zfbUHcW8dxHMYyWF2WU\nHFSJw+is8/HjaegmFtcPo1G6B40shEgSrLVULmPgBSqJN1dFiCjl5Dvab6nWYrKq\nLX926XOUvND36Bbajibyh6lalk6566mOWhEAe3tT+dM7onDwLr+KBF/JszpTSh4X\nACwBCAb1h9x2Hv7aBCLM6Jd+0/PK0WDEmqRsc/Y9FAtkTxXHLq4K285R52AtEVR4\nSc5F9dhH0Wwqpi7DojbvdNdSQmD72pOhwBKp5rfM3yljOXgOOxDHXLzv6sZHT2Km\nhiPiJUUCgYEA/LnST+Z8S6qaysPbn9ZQJNJlsN5HHDC+pSECdakvVMR9XzfhAS1s\nxurIAoHfjP2cv47vRVu6kBEtJVuEFl7+AnSSgRagK2j0XGYC/ONjhyEISMEGb8+n\nzRytsp7y/JmCl3E55jgxkzYop7KoC5JjVWdzZZ/gImMadilWOBWiQxsCgYEA45e1\nRZopzMW5YMnttEHaC2lMyUFjC+zvyHAuecqgAtAFke6P2qxvujce4cHII9e2r3Ge\n3rMqiCGwQRnA2VCuMsuuLzwCMgDmuq4MDp7EvOXW/5kyC1wuToLT2xf2149vh+/Z\n1maUb+PJUALAoyVM/zuKVauekhsc4752MtOnmscCgYEAw4m26rFHjHgE6kueG06D\nlengWnexB2PDrhobQBRWFb0tz8V5ZyLRXhr8A8yevgTgCeq6wKxXbe6MQrJLQc/f\nsuClFhH+fXfoUbFwMGBzenMZaMlIhKxjhbThxCltkfnoa+pkRPdHjEJENHRrxwBN\nsR+ozoFjttd8+t3C4wQCFu8CgYAfovkJwdJJqrqIH8mxIu5CY9LOrw4rnDYAsMdl\nGqt/eJctn/HTPeESC5N5YkyF3viADtU8s78XyUcM5Z2PF83/NZzy5+6OMN3h2UvH\nxH4om/J0+UChn6C4PSth60Te1gt04/xt9zhvDUTwoFFS3F6FpCsomYCjYq1zYwhf\nLFjCBQKBgH4GFDHHaU/fqwDqFcEYn6XhmTKveQ/05rEscRiZqFMyl0+hB/FG/VbH\nju4mOl78FKzf9g9oKIZZVf5E2ghLMcPcSzW9jqZvSTxlMyzQn4mO1J8mlbiFPCXj\nMl1wivJrzmSWcYCbS/H9xHPFH8n2wh4HugiT8lhL3dCPxaiAkzD1\n-----END RSA PRIVATE KEY-----\n", "user_id": "13614a3370634ddb98b9aa772fa8c28a", "name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "fingerprint": "fa:85:68:05:2d:0c:11:44:4c:e3:0b:ae:ad:30:b2:d9"}} 2018-07-22 23:56:07,563 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-3e430bbc-8917-4bb7-a6e5-edef8f8922a7 2018-07-22 23:56:07,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.195116996765s 2018-07-22 23:56:07,564 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-3e430bbc-8917-4bb7-a6e5-edef8f8922a7 2018-07-22 23:56:07,565 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgrooL/npkVe7uJkmvbLAnbdfBCgmCzpPEQJBuRqUsijLfGh1j9JEpi9xDL7z0fQa4GT3fVz/wibWYuOZvKOVFcVtL7cQwJQJx5rw0oKqYob4P2TiBtd/RQ0K8j55CXeAUpCp5qsfpYkc4iBTzHkI1GlHv1jUkde01kPwpBhsrJ20vsQ2Sjl+8SwePUv3p93V1SPMozqe9PZvygzcJaPhZFuaqP8YMfjVIfTH+7xRlDBN3dffW1vS/AnkVfpCcZQa4V3FPXWmFCL5XYF8bl6RuSAkI4TcvxNIEFyZlUkuhixRKsobJO8BXTQXKw350PDdW2kBlpNjsffQUKgt1HWf9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4K6KC/56ZFXu7iZJr2ywJ23XwQoJgs6TxECQbkalLIoy3xod\nY/SRKYvcQy+89H0GuBk931c/8Im1mLjmbyjlRXFbS+3EMCUCcea8NKCqmKG+D9k4\ngbXf0UNCvI+eQl3gFKQqearH6WJHOIgU8x5CNRpR79Y1JHXtNZD8KQYbKydtL7EN\nko5fvEsHj1L96fd1dUjzKM6nvT2b8oM3CWj4WRbmqj/GDH41SH0x/u8UZQwTd3X3\n1tb0vwJ5FX6QnGUGuFdxT11phQi+V2BfG5ekbkgJCOE3L8TSBBcmZVJLoYsUSrKG\nyTvAV00FysN+dDw3VtpAZaTY7H30FCoLdR1n/QIDAQABAoIBAGVIaPSFL9khH8b9\nPYQ146ayjmr3wlfUFaqHTFRZxkWwusP1ur//VJy87nre/zfbUHcW8dxHMYyWF2WU\nHFSJw+is8/HjaegmFtcPo1G6B40shEgSrLVULmPgBSqJN1dFiCjl5Dvab6nWYrKq\nLX926XOUvND36Bbajibyh6lalk6566mOWhEAe3tT+dM7onDwLr+KBF/JszpTSh4X\nACwBCAb1h9x2Hv7aBCLM6Jd+0/PK0WDEmqRsc/Y9FAtkTxXHLq4K285R52AtEVR4\nSc5F9dhH0Wwqpi7DojbvdNdSQmD72pOhwBKp5rfM3yljOXgOOxDHXLzv6sZHT2Km\nhiPiJUUCgYEA/LnST+Z8S6qaysPbn9ZQJNJlsN5HHDC+pSECdakvVMR9XzfhAS1s\nxurIAoHfjP2cv47vRVu6kBEtJVuEFl7+AnSSgRagK2j0XGYC/ONjhyEISMEGb8+n\nzRytsp7y/JmCl3E55jgxkzYop7KoC5JjVWdzZZ/gImMadilWOBWiQxsCgYEA45e1\nRZopzMW5YMnttEHaC2lMyUFjC+zvyHAuecqgAtAFke6P2qxvujce4cHII9e2r3Ge\n3rMqiCGwQRnA2VCuMsuuLzwCMgDmuq4MDp7EvOXW/5kyC1wuToLT2xf2149vh+/Z\n1maUb+PJUALAoyVM/zuKVauekhsc4752MtOnmscCgYEAw4m26rFHjHgE6kueG06D\nlengWnexB2PDrhobQBRWFb0tz8V5ZyLRXhr8A8yevgTgCeq6wKxXbe6MQrJLQc/f\nsuClFhH+fXfoUbFwMGBzenMZaMlIhKxjhbThxCltkfnoa+pkRPdHjEJENHRrxwBN\nsR+ozoFjttd8+t3C4wQCFu8CgYAfovkJwdJJqrqIH8mxIu5CY9LOrw4rnDYAsMdl\nGqt/eJctn/HTPeESC5N5YkyF3viADtU8s78XyUcM5Z2PF83/NZzy5+6OMN3h2UvH\nxH4om/J0+UChn6C4PSth60Te1gt04/xt9zhvDUTwoFFS3F6FpCsomYCjYq1zYwhf\nLFjCBQKBgH4GFDHHaU/fqwDqFcEYn6XhmTKveQ/05rEscRiZqFMyl0+hB/FG/VbH\nju4mOl78FKzf9g9oKIZZVf5E2ghLMcPcSzW9jqZvSTxlMyzQn4mO1J8mlbiFPCXj\nMl1wivJrzmSWcYCbS/H9xHPFH8n2wh4HugiT8lhL3dCPxaiAkzD1\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'13614a3370634ddb98b9aa772fa8c28a', 'name': u'singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191', 'created_at': '2018-07-22T23:56:07.564946', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2708d2078d347d995ef4237b108faeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fa:85:68:05:2d:0c:11:44:4c:e3:0b:ae:ad:30:b2:d9', 'type': 'ssh', 'id': u'singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191'}) 2018-07-22 23:56:07,565 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA4K6KC/56ZFXu7iZJr2ywJ23XwQoJgs6TxECQbkalLIoy3xod Y/SRKYvcQy+89H0GuBk931c/8Im1mLjmbyjlRXFbS+3EMCUCcea8NKCqmKG+D9k4 gbXf0UNCvI+eQl3gFKQqearH6WJHOIgU8x5CNRpR79Y1JHXtNZD8KQYbKydtL7EN ko5fvEsHj1L96fd1dUjzKM6nvT2b8oM3CWj4WRbmqj/GDH41SH0x/u8UZQwTd3X3 1tb0vwJ5FX6QnGUGuFdxT11phQi+V2BfG5ekbkgJCOE3L8TSBBcmZVJLoYsUSrKG yTvAV00FysN+dDw3VtpAZaTY7H30FCoLdR1n/QIDAQABAoIBAGVIaPSFL9khH8b9 PYQ146ayjmr3wlfUFaqHTFRZxkWwusP1ur//VJy87nre/zfbUHcW8dxHMYyWF2WU HFSJw+is8/HjaegmFtcPo1G6B40shEgSrLVULmPgBSqJN1dFiCjl5Dvab6nWYrKq LX926XOUvND36Bbajibyh6lalk6566mOWhEAe3tT+dM7onDwLr+KBF/JszpTSh4X ACwBCAb1h9x2Hv7aBCLM6Jd+0/PK0WDEmqRsc/Y9FAtkTxXHLq4K285R52AtEVR4 Sc5F9dhH0Wwqpi7DojbvdNdSQmD72pOhwBKp5rfM3yljOXgOOxDHXLzv6sZHT2Km hiPiJUUCgYEA/LnST+Z8S6qaysPbn9ZQJNJlsN5HHDC+pSECdakvVMR9XzfhAS1s xurIAoHfjP2cv47vRVu6kBEtJVuEFl7+AnSSgRagK2j0XGYC/ONjhyEISMEGb8+n zRytsp7y/JmCl3E55jgxkzYop7KoC5JjVWdzZZ/gImMadilWOBWiQxsCgYEA45e1 RZopzMW5YMnttEHaC2lMyUFjC+zvyHAuecqgAtAFke6P2qxvujce4cHII9e2r3Ge 3rMqiCGwQRnA2VCuMsuuLzwCMgDmuq4MDp7EvOXW/5kyC1wuToLT2xf2149vh+/Z 1maUb+PJUALAoyVM/zuKVauekhsc4752MtOnmscCgYEAw4m26rFHjHgE6kueG06D lengWnexB2PDrhobQBRWFb0tz8V5ZyLRXhr8A8yevgTgCeq6wKxXbe6MQrJLQc/f suClFhH+fXfoUbFwMGBzenMZaMlIhKxjhbThxCltkfnoa+pkRPdHjEJENHRrxwBN sR+ozoFjttd8+t3C4wQCFu8CgYAfovkJwdJJqrqIH8mxIu5CY9LOrw4rnDYAsMdl Gqt/eJctn/HTPeESC5N5YkyF3viADtU8s78XyUcM5Z2PF83/NZzy5+6OMN3h2UvH xH4om/J0+UChn6C4PSth60Te1gt04/xt9zhvDUTwoFFS3F6FpCsomYCjYq1zYwhf LFjCBQKBgH4GFDHHaU/fqwDqFcEYn6XhmTKveQ/05rEscRiZqFMyl0+hB/FG/VbH ju4mOl78FKzf9g9oKIZZVf5E2ghLMcPcSzW9jqZvSTxlMyzQn4mO1J8mlbiFPCXj Ml1wivJrzmSWcYCbS/H9xHPFH8n2wh4HugiT8lhL3dCPxaiAkzD1 -----END RSA PRIVATE KEY----- 2018-07-22 23:56:07,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 23:56:07,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"security_group": {"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-22 23:56:08,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-12ac8113-0bfa-4c10-bb28-1be19cfd29f8 Date: Sun, 22 Jul 2018 23:56:08 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:07Z", "updated_at": "2018-07-22T23:56:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "d7398be7-df33-4898-8781-5f591351a2b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "ecf15e20-016d-4bf5-b45a-659e880b7248", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 2, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}} 2018-07-22 23:56:08,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-12ac8113-0bfa-4c10-bb28-1be19cfd29f8 2018-07-22 23:56:08,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.448086023331s 2018-07-22 23:56:08,017 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-12ac8113-0bfa-4c10-bb28-1be19cfd29f8 2018-07-22 23:56:08,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:56:08,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:08,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-3d0fc201-c2e0-4a71-a568-9e6f3ed6f9a3 Date: Sun, 22 Jul 2018 23:56:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:07Z", "updated_at": "2018-07-22T23:56:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "d7398be7-df33-4898-8781-5f591351a2b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "ecf15e20-016d-4bf5-b45a-659e880b7248", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 2, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"description": "Default security group", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:32Z", "updated_at": "2018-07-22T23:54:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "218dc516-aa17-46f5-8428-e93365260199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "8e6a0be0-871f-4d1c-a2b3-8bce54061e2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b45e0a8d-c6f2-453c-873c-7f7fd8eb91d3", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b766f920-2447-406b-bf21-e05ec008a2e7", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}], "revision_number": 4, "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "8d9561fd-7625-4f55-ae46-18283988e004", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:09Z", "updated_at": "2018-07-22T23:54:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "149c352e-d046-4710-beb8-6ecb12c144a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "b1750e22-2a5a-46af-ae20-6278e17a76f2", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e4fcd86d-64b1-4997-b6ad-225b2fe9215a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e541bb16-8008-4ff6-840e-b4d1a47d13b0", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 4, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "created_at": "2018-07-22T23:50:39Z", "updated_at": "2018-07-22T23:50:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "49bdcd3a-cc24-4960-8350-d819ae866375", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "761adc65-bbdd-4d60-aa2b-d5f95d537fb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "8f8234c8-6be7-4c8e-ad92-cd36fadd458a", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "a2b2c5cd-60ec-4dfc-9a8b-7053247dce30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}], "revision_number": 4, "project_id": "4081c00e3b094bcba7a91cd66cc3a093", "id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "created_at": "2018-07-22T23:55:18Z", "updated_at": "2018-07-22T23:55:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "6e6b8079-ef20-4f28-a4ef-058e0df6cc11", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "96cad727-3599-411c-a75f-455c6776aaf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "aca191b4-49af-4deb-a869-8f63d6a9f130", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "da717f66-f4f6-4a03-8e8a-e803209f1fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}], "revision_number": 4, "project_id": "63efcc8f189c4568bbaa17b0e6942353", "id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T23:54:13Z", "updated_at": "2018-07-22T23:54:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "1d149b91-6076-4e39-82a5-e4f823d574ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "8a031306-a37f-49ad-95e1-90a0f84f82ab", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "c5970e43-b01a-44b1-a580-88f773954a52", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "c7c607e9-86b4-4824-ad29-12a82b372454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "name": "default"}]} 2018-07-22 23:56:08,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-3d0fc201-c2e0-4a71-a568-9e6f3ed6f9a3 2018-07-22 23:56:08,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231153011322s 2018-07-22 23:56:08,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-3d0fc201-c2e0-4a71-a568-9e6f3ed6f9a3 2018-07-22 23:56:08,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:56:08,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -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": "09e837c6-ae94-4069-9058-e28d5bd92c87"}}' 2018-07-22 23:56:08,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96e5cd7b-4cc5-4daa-8885-2d1d1b9d89c9 Date: Sun, 22 Jul 2018 23:56:08 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-22T23:56:08Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "port_range_min": 22, "revision_number": 0, "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:08Z", "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "51b7d5f4-06e7-428c-9fb1-10b0f8591533"}} 2018-07-22 23:56:08,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-96e5cd7b-4cc5-4daa-8885-2d1d1b9d89c9 2018-07-22 23:56:08,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.412162065506s 2018-07-22 23:56:08,670 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-96e5cd7b-4cc5-4daa-8885-2d1d1b9d89c9 2018-07-22 23:56:08,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:56:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:09,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-2db97582-4820-4d6b-91e6-1e67e27af3c3 Date: Sun, 22 Jul 2018 23:56:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:07Z", "updated_at": "2018-07-22T23:56:08Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:56:08Z", "revision_number": 0, "id": "51b7d5f4-06e7-428c-9fb1-10b0f8591533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:08Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "d7398be7-df33-4898-8781-5f591351a2b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "ecf15e20-016d-4bf5-b45a-659e880b7248", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 3, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"description": "Default security group", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:32Z", "updated_at": "2018-07-22T23:54:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "218dc516-aa17-46f5-8428-e93365260199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "8e6a0be0-871f-4d1c-a2b3-8bce54061e2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b45e0a8d-c6f2-453c-873c-7f7fd8eb91d3", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b766f920-2447-406b-bf21-e05ec008a2e7", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}], "revision_number": 4, "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "8d9561fd-7625-4f55-ae46-18283988e004", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:09Z", "updated_at": "2018-07-22T23:54:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "149c352e-d046-4710-beb8-6ecb12c144a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "b1750e22-2a5a-46af-ae20-6278e17a76f2", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e4fcd86d-64b1-4997-b6ad-225b2fe9215a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e541bb16-8008-4ff6-840e-b4d1a47d13b0", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 4, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "created_at": "2018-07-22T23:50:39Z", "updated_at": "2018-07-22T23:50:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "49bdcd3a-cc24-4960-8350-d819ae866375", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "761adc65-bbdd-4d60-aa2b-d5f95d537fb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "8f8234c8-6be7-4c8e-ad92-cd36fadd458a", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "a2b2c5cd-60ec-4dfc-9a8b-7053247dce30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}], "revision_number": 4, "project_id": "4081c00e3b094bcba7a91cd66cc3a093", "id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "created_at": "2018-07-22T23:55:18Z", "updated_at": "2018-07-22T23:55:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "6e6b8079-ef20-4f28-a4ef-058e0df6cc11", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "96cad727-3599-411c-a75f-455c6776aaf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "aca191b4-49af-4deb-a869-8f63d6a9f130", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "da717f66-f4f6-4a03-8e8a-e803209f1fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}], "revision_number": 4, "project_id": "63efcc8f189c4568bbaa17b0e6942353", "id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T23:54:13Z", "updated_at": "2018-07-22T23:54:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "1d149b91-6076-4e39-82a5-e4f823d574ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "8a031306-a37f-49ad-95e1-90a0f84f82ab", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "c5970e43-b01a-44b1-a580-88f773954a52", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "c7c607e9-86b4-4824-ad29-12a82b372454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "name": "default"}]} 2018-07-22 23:56:09,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-2db97582-4820-4d6b-91e6-1e67e27af3c3 2018-07-22 23:56:09,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.994624137878s 2018-07-22 23:56:09,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-2db97582-4820-4d6b-91e6-1e67e27af3c3 2018-07-22 23:56:09,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:56:09,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -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": "09e837c6-ae94-4069-9058-e28d5bd92c87"}}' 2018-07-22 23:56:09,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-11c00b10-68a0-4562-bc86-26fa3afb49be Date: Sun, 22 Jul 2018 23:56:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T23:56:09Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "port_range_min": null, "revision_number": 0, "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:09Z", "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "7700ffdf-aa62-4538-ac3f-456282fe834d"}} 2018-07-22 23:56:09,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-11c00b10-68a0-4562-bc86-26fa3afb49be 2018-07-22 23:56:09,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.18824005127s 2018-07-22 23:56:09,863 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-11c00b10-68a0-4562-bc86-26fa3afb49be 2018-07-22 23:56:09,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:56:09,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:10,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d7c3a165-d2fc-4283-a1b6-106ee1152535 Date: Sun, 22 Jul 2018 23:56:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":["cf3d31d2-44ca-44f9-8a37-b9b1884561a2"],"description":"","tags":[],"updated_at":"2018-07-22T23:55:40Z","provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:56:10,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d7c3a165-d2fc-4283-a1b6-106ee1152535 2018-07-22 23:56:10,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306019067764s 2018-07-22 23:56:10,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d7c3a165-d2fc-4283-a1b6-106ee1152535 2018-07-22 23:56:10,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:56:10,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:10,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5a3f7ead-1575-4b7f-81d7-37f44281a0a8 Date: Sun, 22 Jul 2018 23:56:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/9836c806-24dc-49e0-85d9-59b92365b89f/snap", "metadata": {}}], "file": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file", "owner": "d2708d2078d347d995ef4237b108faeb", "id": "9836c806-24dc-49e0-85d9-59b92365b89f", "size": 12716032, "self": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/9836c806-24dc-49e0-85d9-59b92365b89f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:56:06Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:56:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:56:10,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-5a3f7ead-1575-4b7f-81d7-37f44281a0a8 2018-07-22 23:56:10,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.659142017365s 2018-07-22 23:56:10,835 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-5a3f7ead-1575-4b7f-81d7-37f44281a0a8 2018-07-22 23:56:10,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:56:10,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:11,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-1334f244-0dd2-4f5b-8c80-9fa6e3cda2af x-compute-request-id: req-1334f244-0dd2-4f5b-8c80-9fa6e3cda2af Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_68700061-e4cb-4b27-b4eb-49c7bac45191", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "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": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5"}]} 2018-07-22 23:56:11,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1334f244-0dd2-4f5b-8c80-9fa6e3cda2af 2018-07-22 23:56:11,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.168926000595s 2018-07-22 23:56:11,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-1334f244-0dd2-4f5b-8c80-9fa6e3cda2af 2018-07-22 23:56:11,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:56:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"server": {"name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "imageRef": "9836c806-24dc-49e0-85d9-59b92365b89f", "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "flavorRef": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4f1a9443-f27d-44e5-a03e-91b606516360"}], "security_groups": [{"name": "09e837c6-ae94-4069-9058-e28d5bd92c87"}]}}' 2018-07-22 23:56:15,158 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:56: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-b99630a7-c715-4d96-8973-20d0ba9682ef x-compute-request-id: req-b99630a7-c715-4d96-8973-20d0ba9682ef Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "09e837c6-ae94-4069-9058-e28d5bd92c87"}], "OS-DCF:diskConfig": "MANUAL", "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "adminPass": "kYiMUHx8FfMG"}} 2018-07-22 23:56:15,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b99630a7-c715-4d96-8973-20d0ba9682ef 2018-07-22 23:56:15,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.15029096603s 2018-07-22 23:56:15,159 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b99630a7-c715-4d96-8973-20d0ba9682ef 2018-07-22 23:56:15,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:15,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:16,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-c4942d45-38a2-40bd-bd33-592ad4fc070d x-compute-request-id: req-c4942d45-38a2-40bd-bd33-592ad4fc070d Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:16,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c4942d45-38a2-40bd-bd33-592ad4fc070d 2018-07-22 23:56:16,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992109060287s 2018-07-22 23:56:16,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c4942d45-38a2-40bd-bd33-592ad4fc070d 2018-07-22 23:56:16,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:56:16,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:16,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bf521aed-0aa0-4a17-a624-3a37992449df Date: Sun, 22 Jul 2018 23:56:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":["cf3d31d2-44ca-44f9-8a37-b9b1884561a2"],"description":"","tags":[],"updated_at":"2018-07-22T23:55:40Z","provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:56:16,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-bf521aed-0aa0-4a17-a624-3a37992449df 2018-07-22 23:56:16,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0860500335693s 2018-07-22 23:56:16,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-bf521aed-0aa0-4a17-a624-3a37992449df 2018-07-22 23:56:16,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:56:16,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:17,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-c6e55a9c-caf0-4da4-908e-36e24a277fc6 Date: Sun, 22 Jul 2018 23:56:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:46Z","dns_nameservers":[],"updated_at":"2018-07-22T23:50:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"68653b03-a42b-42eb-9688-ed005fbe2495","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","subnetpool_id":null,"name":"singlevm1-subnet_68700061-e4cb-4b27-b4eb-49c7bac45191"}]} 2018-07-22 23:56:17,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c6e55a9c-caf0-4da4-908e-36e24a277fc6 2018-07-22 23:56:17,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.983975887299s 2018-07-22 23:56:17,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c6e55a9c-caf0-4da4-908e-36e24a277fc6 2018-07-22 23:56:17,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:19,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:19,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:19,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1681625f-f93d-4c9c-a936-fe7c964283aa x-compute-request-id: req-1681625f-f93d-4c9c-a936-fe7c964283aa Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:19Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:19,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1681625f-f93d-4c9c-a936-fe7c964283aa 2018-07-22 23:56:19,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549128055573s 2018-07-22 23:56:19,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1681625f-f93d-4c9c-a936-fe7c964283aa 2018-07-22 23:56:19,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:21,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:21,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:22,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa3a977b-1c33-4033-9e3f-559850e89b71 x-compute-request-id: req-aa3a977b-1c33-4033-9e3f-559850e89b71 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:22Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:22,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-aa3a977b-1c33-4033-9e3f-559850e89b71 2018-07-22 23:56:22,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97310090065s 2018-07-22 23:56:22,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-aa3a977b-1c33-4033-9e3f-559850e89b71 2018-07-22 23:56:22,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:24,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:24,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:25,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-b102fe67-88b2-4cf5-8ed2-efe4383035d9 x-compute-request-id: req-b102fe67-88b2-4cf5-8ed2-efe4383035d9 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:24Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:25,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b102fe67-88b2-4cf5-8ed2-efe4383035d9 2018-07-22 23:56:25,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14122104645s 2018-07-22 23:56:25,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b102fe67-88b2-4cf5-8ed2-efe4383035d9 2018-07-22 23:56:25,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:27,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:28,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-f2c89742-956f-4cb1-aa95-57a8dc97e72a x-compute-request-id: req-f2c89742-956f-4cb1-aa95-57a8dc97e72a Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:25Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:28,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f2c89742-956f-4cb1-aa95-57a8dc97e72a 2018-07-22 23:56:28,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713944911957s 2018-07-22 23:56:28,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f2c89742-956f-4cb1-aa95-57a8dc97e72a 2018-07-22 23:56:28,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:30,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:31,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cebc708a-be41-4347-95fb-63bfcc76e355 x-compute-request-id: req-cebc708a-be41-4347-95fb-63bfcc76e355 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:25Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:31,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cebc708a-be41-4347-95fb-63bfcc76e355 2018-07-22 23:56:31,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30042290688s 2018-07-22 23:56:31,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cebc708a-be41-4347-95fb-63bfcc76e355 2018-07-22 23:56:31,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:33,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:33,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:34,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-3d6e079b-fedd-493d-916a-96d6510d4804 x-compute-request-id: req-3d6e079b-fedd-493d-916a-96d6510d4804 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:25Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:34,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d6e079b-fedd-493d-916a-96d6510d4804 2018-07-22 23:56:34,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672949075699s 2018-07-22 23:56:34,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3d6e079b-fedd-493d-916a-96d6510d4804 2018-07-22 23:56:34,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:36,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:36,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:38,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20c3af06-8956-47f4-a9c1-6dbded995cc3 x-compute-request-id: req-20c3af06-8956-47f4-a9c1-6dbded995cc3 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T23:56:34.000000", "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:34Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:38,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-20c3af06-8956-47f4-a9c1-6dbded995cc3 2018-07-22 23:56:38,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54824495316s 2018-07-22 23:56:38,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-20c3af06-8956-47f4-a9c1-6dbded995cc3 2018-07-22 23:56:38,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:56:38,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:39,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-dcfb85ae-4658-466b-b11b-a7c536afd579 Date: Sun, 22 Jul 2018 23:56:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T23:56:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","ip_address":"192.168.120.14"}],"id":"eb85a8e3-9a69-4fd3-b229-5688c12b0887","security_groups":["09e837c6-ae94-4069-9058-e28d5bd92c87"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:34:7a","project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a50e6dc0-18bb-44c2-8acd-2715246e6768","name":"","admin_state_up":true,"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:56:25Z","binding:vnic_type":"normal"}]} 2018-07-22 23:56:39,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-dcfb85ae-4658-466b-b11b-a7c536afd579 2018-07-22 23:56:39,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.835262060165s 2018-07-22 23:56:39,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-dcfb85ae-4658-466b-b11b-a7c536afd579 2018-07-22 23:56:39,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:56:39,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:39,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a1af4e2d-aa7e-4a05-bcb9-1b94dd8d4138 Date: Sun, 22 Jul 2018 23:56:39 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:56:39,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887 used request id req-a1af4e2d-aa7e-4a05-bcb9-1b94dd8d4138 2018-07-22 23:56:39,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0233111381531s 2018-07-22 23:56:39,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887 used request id req-a1af4e2d-aa7e-4a05-bcb9-1b94dd8d4138 2018-07-22 23:56:39,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:39,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:40,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-6018bbb3-a417-46c3-88db-27bce19f173f x-compute-request-id: req-6018bbb3-a417-46c3-88db-27bce19f173f Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T23:56:34.000000", "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:34Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:40,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6018bbb3-a417-46c3-88db-27bce19f173f 2018-07-22 23:56:40,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20231294632s 2018-07-22 23:56:40,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6018bbb3-a417-46c3-88db-27bce19f173f 2018-07-22 23:56:40,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:56:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:40,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-0fa281a1-88d5-48aa-b877-68a9e936d69f Date: Sun, 22 Jul 2018 23:56:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T23:56:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","ip_address":"192.168.120.14"}],"id":"eb85a8e3-9a69-4fd3-b229-5688c12b0887","security_groups":["09e837c6-ae94-4069-9058-e28d5bd92c87"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:34:7a","project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a50e6dc0-18bb-44c2-8acd-2715246e6768","name":"","admin_state_up":true,"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:56:25Z","binding:vnic_type":"normal"}]} 2018-07-22 23:56:40,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-0fa281a1-88d5-48aa-b877-68a9e936d69f 2018-07-22 23:56:40,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.235085964203s 2018-07-22 23:56:40,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-0fa281a1-88d5-48aa-b877-68a9e936d69f 2018-07-22 23:56:40,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:56:40,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:41,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-54cdd617-e5c5-4335-b9f1-bfe263dbdf7d Date: Sun, 22 Jul 2018 23:56:41 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:56:41,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887 used request id req-54cdd617-e5c5-4335-b9f1-bfe263dbdf7d 2018-07-22 23:56:41,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.85214304924s 2018-07-22 23:56:41,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=eb85a8e3-9a69-4fd3-b229-5688c12b0887 used request id req-54cdd617-e5c5-4335-b9f1-bfe263dbdf7d 2018-07-22 23:56:41,349 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3e:34:7a', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9836c806-24dc-49e0-85d9-59b92365b89f'}), 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-22T23:56:34.000000', 'flavor': Munch({u'id': u'2e37e905-c57d-4c9a-bb45-ade3d4413bd5'}), 'az': u'nova', 'id': u'a50e6dc0-18bb-44c2-8acd-2715246e6768', 'security_groups': [Munch({u'name': u'singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'13614a3370634ddb98b9aa772fa8c28a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2708d2078d347d995ef4237b108faeb', '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-22T23:56:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:56:34Z', 'hostId': u'340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a', '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-22T23:56:34.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'd2708d2078d347d995ef4237b108faeb', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191', 'adminPass': None, 'tenant_id': u'd2708d2078d347d995ef4237b108faeb', 'created_at': u'2018-07-22T23:56:15Z', 'created': u'2018-07-22T23:56:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:56:41,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:56:41,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:41,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1fe8297f-193b-4922-bca9-71de415bcc3f Date: Sun, 22 Jul 2018 23:56:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":["cf3d31d2-44ca-44f9-8a37-b9b1884561a2"],"description":"","tags":[],"updated_at":"2018-07-22T23:55:40Z","provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:56:41,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1fe8297f-193b-4922-bca9-71de415bcc3f 2018-07-22 23:56:41,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29141497612s 2018-07-22 23:56:41,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-1fe8297f-193b-4922-bca9-71de415bcc3f 2018-07-22 23:56:41,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:56:41,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:41,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-8028936f-453e-4ad4-87dc-c01bd9a52554 Date: Sun, 22 Jul 2018 23:56:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-22T23:56:33Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","ip_address":"192.168.120.14"}],"id":"eb85a8e3-9a69-4fd3-b229-5688c12b0887","security_groups":["09e837c6-ae94-4069-9058-e28d5bd92c87"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:34:7a","project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"a50e6dc0-18bb-44c2-8acd-2715246e6768","name":"","admin_state_up":true,"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:56:25Z","binding:vnic_type":"normal"}]} 2018-07-22 23:56:41,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-8028936f-453e-4ad4-87dc-c01bd9a52554 2018-07-22 23:56:41,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492510795593s 2018-07-22 23:56:41,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-8028936f-453e-4ad4-87dc-c01bd9a52554 2018-07-22 23:56:41,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 23:56:41,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"floatingip": {"floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.14", "port_id": "eb85a8e3-9a69-4fd3-b229-5688c12b0887"}}' 2018-07-22 23:56:43,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-17c0f000-fa90-4e0b-9986-5078976b67fd Date: Sun, 22 Jul 2018 23:56:43 GMT RESP BODY: {"floatingip": {"router_id": "a9cbc547-dc51-4331-8c86-c71186b0e9f2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T23:56:42Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "eb85a8e3-9a69-4fd3-b229-5688c12b0887", "id": "b72b5a2c-3b1d-411e-8fcb-464d9713dc70", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:42Z", "project_id": "d2708d2078d347d995ef4237b108faeb"}} 2018-07-22 23:56:43,563 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-17c0f000-fa90-4e0b-9986-5078976b67fd 2018-07-22 23:56:43,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86676383018s 2018-07-22 23:56:43,564 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-17c0f000-fa90-4e0b-9986-5078976b67fd 2018-07-22 23:56:43,567 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'a9cbc547-dc51-4331-8c86-c71186b0e9f2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd2708d2078d347d995ef4237b108faeb', 'created_at': u'2018-07-22T23:56:42Z', 'attached': True, 'updated_at': u'2018-07-22T23:56:42Z', 'id': u'b72b5a2c-3b1d-411e-8fcb-464d9713dc70', 'floating_network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.213', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2708d2078d347d995ef4237b108faeb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'a9cbc547-dc51-4331-8c86-c71186b0e9f2', 'project_id': u'd2708d2078d347d995ef4237b108faeb', 'port_id': u'eb85a8e3-9a69-4fd3-b229-5688c12b0887', 'port': u'eb85a8e3-9a69-4fd3-b229-5688c12b0887', 'network': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563'}) 2018-07-22 23:56:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 23:56:43,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768/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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 23:56:44,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-cf5c1a89-8915-4dcf-8f32-6edfe097f9df x-compute-request-id: req-cf5c1a89-8915-4dcf-8f32-6edfe097f9df Content-Encoding: gzip Content-Length: 9584 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 451121452 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.146428] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.148467] pid_max: default: 32768 minimum: 301\n[ 0.149594] ACPI: Core revision 20150930\n[ 0.151157] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152778] Security Framework initialized\n[ 0.153794] Yama: becoming mindful.\n[ 0.154696] AppArmor: AppArmor initialized\n[ 0.155743] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157395] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158998] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160504] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162257] Initializing cgroup subsys io\n[ 0.163262] Initializing cgroup subsys memory\n[ 0.164322] Initializing cgroup subsys devices\n[ 0.165425] Initializing cgroup subsys freezer\n[ 0.166500] Initializing cgroup subsys net_cls\n[ 0.167576] Initializing cgroup subsys perf_event\n[ 0.168697] Initializing cgroup subsys net_prio\n[ 0.169820] Initializing cgroup subsys hugetlb\n[ 0.170901] Initializing cgroup subsys pids\n[ 0.171975] CPU: Physical Processor ID: 0\n[ 0.173682] mce: CPU supports 10 MCE banks\n[ 0.174751] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.175998] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190960] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197608] ftrace: allocating 31920 entries in 125 pages\n[ 0.223945] smpboot: Max logical packages: 1\n[ 0.225030] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226644] x2apic enabled\n[ 0.227578] Switched APIC routing to physical x2apic.\n[ 0.229552] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230948] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235727] KVM setup paravirtual spinlock\n[ 0.237258] x86: Booted up 1 node, 1 CPUs\n[ 0.238236] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239933] devtmpfs: initialized\n[ 0.241791] evm: security.selinux\n[ 0.242621] evm: security.SMACK64\n[ 0.243442] evm: security.SMACK64EXEC\n[ 0.244335] evm: security.SMACK64TRANSMUTE\n[ 0.245341] evm: security.SMACK64MMAP\n[ 0.246260] evm: security.ima\n[ 0.247022] evm: security.capability\n[ 0.247980] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250286] pinctrl core: initialized pinctrl subsystem\n[ 0.251614] RTC time: 23:56:34, date: 07/22/18\n[ 0.252768] NET: Registered protocol family 16\n[ 0.253982] cpuidle: using governor ladder\n[ 0.255012] cpuidle: using governor menu\n[ 0.255969] PCCT header not found.\n[ 0.256893] ACPI: bus type PCI registered\n[ 0.257890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259420] PCI: Using configuration type 1 for base access\n[ 0.261407] ACPI: Added _OSI(Module Device)\n[ 0.262427] ACPI: Added _OSI(Processor Device)\n[ 0.263498] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.264637] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.266619] ACPI: Interpreter enabled\n[ 0.267524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276492] ACPI: (supports S0 S5)\n[ 0.277364] ACPI: Using IOAPIC for interrupt routing\n[ 0.278496] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284930] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289113] acpiphp: Slot [3] registered\n[ 0.290078] acpiphp: Slot [4] registered\n[ 0.291074] acpiphp: Slot [5] registered\n[ 0.292058] acpiphp: Slot [6] registered\n[ 0.293038] acpiphp: Slot [7] registered\n[ 0.294016] acpiphp: Slot [8] registered\n[ 0.295051] acpiphp: Slot [9] registered\n[ 0.296047] acpiphp: Slot [10] registered\n[ 0.297066] acpiphp: Slot [11] registered\n[ 0.298172] acpiphp: Slot [12] registered\n[ 0.299272] acpiphp: Slot [13] registered\n[ 0.300402] acpiphp: Slot [14] registered\n[ 0.301361] acpiphp: Slot [15] registered\n[ 0.313177] acpiphp: Slot [16] registered\n[ 0.314142] acpiphp: Slot [17] registered\n[ 0.315178] acpiphp: Slot [18] registered\n[ 0.316002] acpiphp: Slot [19] registered\n[ 0.316981] acpiphp: Slot [20] registered\n[ 0.317996] acpiphp: Slot [21] registered\n[ 0.319021] acpiphp: Slot [22] registered\n[ 0.320024] acpiphp: Slot [23] registered\n[ 0.321016] acpiphp: Slot [24] registered\n[ 0.322016] acpiphp: Slot [25] registered\n[ 0.322999] acpiphp: Slot [26] registered\n[ 0.323982] acpiphp: Slot [27] registered\n[ 0.324978] acpiphp: Slot [28] registered\n[ 0.325979] acpiphp: Slot [29] registered\n[ 0.326979] acpiphp: Slot [30] registered\n[ 0.327984] acpiphp: Slot [31] registered\n[ 0.328980] PCI host bridge to bus 0000:00\n[ 0.330135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331614] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332863] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334411] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.337384] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.341979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343164] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344440] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348021] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349639] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368126] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.369633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.371467] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.372907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.374313] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.375607] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.376950] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.378017] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.379580] vgaarb: loaded\n[ 0.380188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381441] SCSI subsystem initialized\n[ 0.382380] ACPI: bus type USB registered\n[ 0.383221] usbcore: registered new interface driver usbfs\n[ 0.384270] usbcore: registered new interface driver hub\n[ 0.385288] usbcore: registered new device driver usb\n[ 0.386409] PCI: Using ACPI for IRQ routing\n[ 0.387552] NetLabel: Initializing\n[ 0.388282] NetLabel: domain hash size = 128\n[ 0.389142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.390108] NetLabel: unlabeled traffic allowed by default\n[ 0.391289] clocksource: Switched to clocksource kvm-clock\n[ 0.399664] AppArmor: AppArmor Filesystem Enabled\n[ 0.400653] pnp: PnP ACPI init\n[ 0.401600] pnp: PnP ACPI: found 5 devices\n[ 0.407942] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.409683] NET: Registered protocol family 2\n[ 0.410744] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.412057] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.413274] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.414481] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415580] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416774] NET: Registered protocol family 1\n[ 0.417662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418763] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419836] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447954] Trying to unpack rootfs image as initramfs...\n[ 0.503803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505504] Scanning for low memory corruption every 60 seconds\n[ 0.506889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508076] audit: initializing netlink subsys (disabled)\n[ 0.509109] audit: type=2000 audit(1532303795.335:1): initialized\n[ 0.510454] Initialise system trusted keyring\n[ 0.511423] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512583] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514706] zbud: loaded\n[ 0.515447] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517866] fuse init (API version 7.23)\n[ 0.518784] Key type big_key registered\n[ 0.519598] Allocating IMA MOK and blacklist keyrings.\n[ 0.520828] Key type asymmetric registered\n[ 0.521653] Asymmetric key parser 'x509' registered\n[ 0.522612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524087] io scheduler noop registered\n[ 0.524884] io scheduler deadline registered (default)\n[ 0.525880] io scheduler cfq registered\n[ 0.526729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529059] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530502] ACPI: Power Button [PWRF]\n[ 0.531376] GHES: HEST is not enabled!\n[ 0.545052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572741] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574877] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.598883] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601180] Linux agpgart interface v0.103\n[ 0.603840] brd: module loaded\n[ 0.605518] loop: module loaded\n[ 0.609572] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.611086] GPT:90111 != 2097151\n[ 0.611766] GPT:Alternate GPT header not at the end of the disk.\n[ 0.612862] GPT:90111 != 2097151\n[ 0.613537] GPT: Use GNU Parted to correct GPT errors.\n[ 0.614500] vda: vda1 vda15\n[ 0.621140] scsi host0: ata_piix\n[ 0.621968] scsi host1: ata_piix\n[ 0.622714] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623932] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.625536] libphy: Fixed MDIO Bus: probed\n[ 0.626361] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627319] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630397] PPP generic driver version 2.4.2\n[ 0.631400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632628] ehci-pci: EHCI PCI platform driver\n[ 0.633512] ehci-platform: EHCI generic platform driver\n[ 0.634514] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.635830] ohci-pci: OHCI PCI platform driver\n[ 0.637022] ohci-platform: OHCI generic platform driver\n[ 0.638372] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653345] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655900] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.658147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659376] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660798] usb usb1: Product: UHCI Host Controller\n[ 0.661730] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662867] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663880] hub 1-0:1.0: USB hub found\n[ 0.664675] hub 1-0:1.0: 2 ports detected\n[ 0.665744] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667950] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668918] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670014] mousedev: PS/2 mouse device common for all mice\n[ 0.671482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673399] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675768] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676969] i2c /dev entries driver\n[ 0.677793] device-mapper: uevent: version 1.0.3\n[ 0.678780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680449] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682194] NET: Registered protocol family 10\n[ 0.683603] NET: Registered protocol family 17\n[ 0.684545] Key type dns_resolver registered\n[ 0.685745] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686859] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688762] registered taskstats version 1\n[ 0.689648] Loading compiled-in X.509 certificates\n[ 0.691215] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.693138] zswap: loaded using pool lzo/zbud\n[ 0.695190] Key type trusted registered\n[ 0.696972] Key type encrypted registered\n[ 0.697817] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698871] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699955] evm: HMAC attrs: 0x1\n[ 0.701021] Magic number: 10:990:959\n[ 0.701947] rtc_cmos 00:00: setting system clock to 2018-07-22 23:56:35 UTC (1532303795)\n[ 0.703657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704767] EDD information not available.\n[ 0.785442] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797071] Write protecting the kernel read-only data: 14336k\n[ 0.800488] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802431] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.953334] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJ8XYDa0r0IDvYAmcbWxA7DWowKeEtvB92Pmwyf/fbmjqBSPBAEpKbENZk3uCkp+d6w7mG9RV0PHXjMVjCBTRsca1C6PI3P7DcCuLHt/rrpUYVz1Wgcu4/ViSxh9mVDFhLo0xAoDXB2mgrcTVAgQjl24+rSPa6y3zLjyUQ4AmF3GCgo6fkBU1spRViP263N7mM5DSPQ5h5KmK9NiKZhk0oiATRO850bi8s+4/f5TWRa/I3GHjiynh9fh2rMcvBE9m1xV5rASpDMOfluR76BKeP30DZOsHrvSYOAXae7EZvy38MmN4ONFUGGeVIvUHBGN5BCgZrWSKC7ShOkHxTnGd1 root@singlevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191\nssh-dss AAAAB3NzaC1kc3MAAACBAIKFcPHpTNdfAdqymjwGN//jZAl9rK3tWSfFECXz9BEXhynQLBo8GWaypcqzvbaL0zX/uwMzTi2Qf+e1jaSiUNLQVqbaZrU0IhEYXkAcg/1v+OKmmc/BCCn6Htftoxh/zcG4aNtWumNwdmrLYrOerMwr9WY3nUnISe/RY90gohcxAAAAFQD3il4rqz5HfbfBJ5ThE+6Z2PKJ4wAAAIBTBIOulhN/SEcnGJ/DU7Lcjoe7lQbFYQSPX+jKwQZq9dfVCPQSK4a7wglm7pA1b3rxFSeGycU/RMHPOzYNmmFsjmoslC7YsgYIhCHaZKi7QKEsP4Z2CSE7ETc0inRGZiyQyvNj57XK8Q5PUq/fzsjbBFlOGdlViZCQa7WjOuYJIQAAAIAEI4DglEfuA8XNtOnczvqg6W6WOFarf2apgg4uF2t7nE0i6CIOUIDEgkYR/I708x2csT9uwDcjpFgDc/pzbvjsmmSVeJqxzMFoNuDHIPNc8d8I7kQoykH/NVD4o9Dt7N0ZS+wsMKo9EBXA+NhkLqNeeMgiyvNyULEq5iGQ4CjgHg== root@singlevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.26s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe3e:347a/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \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-68700061-e4cb-4b27-b4eb-49c7bac45191\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.72 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191 login: "} 2018-07-22 23:56:44,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768/action used request id req-cf5c1a89-8915-4dcf-8f32-6edfe097f9df 2018-07-22 23:56:44,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.87028002739s 2018-07-22 23:56:44,439 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768/action used request id req-cf5c1a89-8915-4dcf-8f32-6edfe097f9df 2018-07-22 23:56:44,439 - 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 451121452 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.146428] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.148467] pid_max: default: 32768 minimum: 301 [ 0.149594] ACPI: Core revision 20150930 [ 0.151157] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152778] Security Framework initialized [ 0.153794] Yama: becoming mindful. [ 0.154696] AppArmor: AppArmor initialized [ 0.155743] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157395] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158998] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160504] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162257] Initializing cgroup subsys io [ 0.163262] Initializing cgroup subsys memory [ 0.164322] Initializing cgroup subsys devices [ 0.165425] Initializing cgroup subsys freezer [ 0.166500] Initializing cgroup subsys net_cls [ 0.167576] Initializing cgroup subsys perf_event [ 0.168697] Initializing cgroup subsys net_prio [ 0.169820] Initializing cgroup subsys hugetlb [ 0.170901] Initializing cgroup subsys pids [ 0.171975] CPU: Physical Processor ID: 0 [ 0.173682] mce: CPU supports 10 MCE banks [ 0.174751] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175998] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.190960] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197608] ftrace: allocating 31920 entries in 125 pages [ 0.223945] smpboot: Max logical packages: 1 [ 0.225030] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226644] x2apic enabled [ 0.227578] Switched APIC routing to physical x2apic. [ 0.229552] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230948] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235727] KVM setup paravirtual spinlock [ 0.237258] x86: Booted up 1 node, 1 CPUs [ 0.238236] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.239933] devtmpfs: initialized [ 0.241791] evm: security.selinux [ 0.242621] evm: security.SMACK64 [ 0.243442] evm: security.SMACK64EXEC [ 0.244335] evm: security.SMACK64TRANSMUTE [ 0.245341] evm: security.SMACK64MMAP [ 0.246260] evm: security.ima [ 0.247022] evm: security.capability [ 0.247980] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.250286] pinctrl core: initialized pinctrl subsystem [ 0.251614] RTC time: 23:56:34, date: 07/22/18 [ 0.252768] NET: Registered protocol family 16 [ 0.253982] cpuidle: using governor ladder [ 0.255012] cpuidle: using governor menu [ 0.255969] PCCT header not found. [ 0.256893] ACPI: bus type PCI registered [ 0.257890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.259420] PCI: Using configuration type 1 for base access [ 0.261407] ACPI: Added _OSI(Module Device) [ 0.262427] ACPI: Added _OSI(Processor Device) [ 0.263498] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.264637] ACPI: Added _OSI(Processor Aggregator Device) [ 0.266619] ACPI: Interpreter enabled [ 0.267524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.269828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.272056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.274289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.276492] ACPI: (supports S0 S5) [ 0.277364] ACPI: Using IOAPIC for interrupt routing [ 0.278496] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.281966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.283390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.284930] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.286388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289113] acpiphp: Slot [3] registered [ 0.290078] acpiphp: Slot [4] registered [ 0.291074] acpiphp: Slot [5] registered [ 0.292058] acpiphp: Slot [6] registered [ 0.293038] acpiphp: Slot [7] registered [ 0.294016] acpiphp: Slot [8] registered [ 0.295051] acpiphp: Slot [9] registered [ 0.296047] acpiphp: Slot [10] registered [ 0.297066] acpiphp: Slot [11] registered [ 0.298172] acpiphp: Slot [12] registered [ 0.299272] acpiphp: Slot [13] registered [ 0.300402] acpiphp: Slot [14] registered [ 0.301361] acpiphp: Slot [15] registered [ 0.313177] acpiphp: Slot [16] registered [ 0.314142] acpiphp: Slot [17] registered [ 0.315178] acpiphp: Slot [18] registered [ 0.316002] acpiphp: Slot [19] registered [ 0.316981] acpiphp: Slot [20] registered [ 0.317996] acpiphp: Slot [21] registered [ 0.319021] acpiphp: Slot [22] registered [ 0.320024] acpiphp: Slot [23] registered [ 0.321016] acpiphp: Slot [24] registered [ 0.322016] acpiphp: Slot [25] registered [ 0.322999] acpiphp: Slot [26] registered [ 0.323982] acpiphp: Slot [27] registered [ 0.324978] acpiphp: Slot [28] registered [ 0.325979] acpiphp: Slot [29] registered [ 0.326979] acpiphp: Slot [30] registered [ 0.327984] acpiphp: Slot [31] registered [ 0.328980] PCI host bridge to bus 0000:00 [ 0.330135] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331614] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332863] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334411] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337384] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.341979] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343164] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344440] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348021] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.349639] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.368126] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.369633] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.371467] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.372907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.374313] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.375607] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.376950] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.378017] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.379580] vgaarb: loaded [ 0.380188] vgaarb: bridge control possible 0000:00:02.0 [ 0.381441] SCSI subsystem initialized [ 0.382380] ACPI: bus type USB registered [ 0.383221] usbcore: registered new interface driver usbfs [ 0.384270] usbcore: registered new interface driver hub [ 0.385288] usbcore: registered new device driver usb [ 0.386409] PCI: Using ACPI for IRQ routing [ 0.387552] NetLabel: Initializing [ 0.388282] NetLabel: domain hash size = 128 [ 0.389142] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.390108] NetLabel: unlabeled traffic allowed by default [ 0.391289] clocksource: Switched to clocksource kvm-clock [ 0.399664] AppArmor: AppArmor Filesystem Enabled [ 0.400653] pnp: PnP ACPI init [ 0.401600] pnp: PnP ACPI: found 5 devices [ 0.407942] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.409683] NET: Registered protocol family 2 [ 0.410744] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412057] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413274] TCP: Hash tables configured (established 4096 bind 4096) [ 0.414481] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.415580] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.416774] NET: Registered protocol family 1 [ 0.417662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.418763] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.419836] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.433848] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.447954] Trying to unpack rootfs image as initramfs... [ 0.503803] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505504] Scanning for low memory corruption every 60 seconds [ 0.506889] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508076] audit: initializing netlink subsys (disabled) [ 0.509109] audit: type=2000 audit(1532303795.335:1): initialized [ 0.510454] Initialise system trusted keyring [ 0.511423] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512583] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514706] zbud: loaded [ 0.515447] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517866] fuse init (API version 7.23) [ 0.518784] Key type big_key registered [ 0.519598] Allocating IMA MOK and blacklist keyrings. [ 0.520828] Key type asymmetric registered [ 0.521653] Asymmetric key parser 'x509' registered [ 0.522612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524087] io scheduler noop registered [ 0.524884] io scheduler deadline registered (default) [ 0.525880] io scheduler cfq registered [ 0.526729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.527779] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529059] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530502] ACPI: Power Button [PWRF] [ 0.531376] GHES: HEST is not enabled! [ 0.545052] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572741] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.574877] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598883] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601180] Linux agpgart interface v0.103 [ 0.603840] brd: module loaded [ 0.605518] loop: module loaded [ 0.609572] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.611086] GPT:90111 != 2097151 [ 0.611766] GPT:Alternate GPT header not at the end of the disk. [ 0.612862] GPT:90111 != 2097151 [ 0.613537] GPT: Use GNU Parted to correct GPT errors. [ 0.614500] vda: vda1 vda15 [ 0.621140] scsi host0: ata_piix [ 0.621968] scsi host1: ata_piix [ 0.622714] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.623932] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.625536] libphy: Fixed MDIO Bus: probed [ 0.626361] tun: Universal TUN/TAP device driver, 1.6 [ 0.627319] tun: (C) 1999-2004 Max Krasnyansky [ 0.630397] PPP generic driver version 2.4.2 [ 0.631400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632628] ehci-pci: EHCI PCI platform driver [ 0.633512] ehci-platform: EHCI generic platform driver [ 0.634514] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.635830] ohci-pci: OHCI PCI platform driver [ 0.637022] ohci-platform: OHCI generic platform driver [ 0.638372] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653345] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654410] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.655900] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.656932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.658147] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.659376] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.660798] usb usb1: Product: UHCI Host Controller [ 0.661730] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.662867] usb usb1: SerialNumber: 0000:00:01.2 [ 0.663880] hub 1-0:1.0: USB hub found [ 0.664675] hub 1-0:1.0: 2 ports detected [ 0.665744] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.667950] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.668918] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.670014] mousedev: PS/2 mouse device common for all mice [ 0.671482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.673399] rtc_cmos 00:00: RTC can wake from S4 [ 0.674564] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.675768] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676969] i2c /dev entries driver [ 0.677793] device-mapper: uevent: version 1.0.3 [ 0.678780] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.680449] ledtrig-cpu: registered to indicate activity on CPUs [ 0.682194] NET: Registered protocol family 10 [ 0.683603] NET: Registered protocol family 17 [ 0.684545] Key type dns_resolver registered [ 0.685745] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.686859] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.688762] registered taskstats version 1 [ 0.689648] Loading compiled-in X.509 certificates [ 0.691215] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.693138] zswap: loaded using pool lzo/zbud [ 0.695190] Key type trusted registered [ 0.696972] Key type encrypted registered [ 0.697817] AppArmor: AppArmor sha1 policy hashing enabled [ 0.698871] ima: No TPM chip found, activating TPM-bypass! [ 0.699955] evm: HMAC attrs: 0x1 [ 0.701021] Magic number: 10:990:959 [ 0.701947] rtc_cmos 00:00: setting system clock to 2018-07-22 23:56:35 UTC (1532303795) [ 0.703657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.704767] EDD information not available. [ 0.785442] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797071] Write protecting the kernel read-only data: 14336k [ 0.800488] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.802431] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.953334] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJ8XYDa0r0IDvYAmcbWxA7DWowKeEtvB92Pmwyf/fbmjqBSPBAEpKbENZk3uCkp+d6w7mG9RV0PHXjMVjCBTRsca1C6PI3P7DcCuLHt/rrpUYVz1Wgcu4/ViSxh9mVDFhLo0xAoDXB2mgrcTVAgQjl24+rSPa6y3zLjyUQ4AmF3GCgo6fkBU1spRViP263N7mM5DSPQ5h5KmK9NiKZhk0oiATRO850bi8s+4/f5TWRa/I3GHjiynh9fh2rMcvBE9m1xV5rASpDMOfluR76BKeP30DZOsHrvSYOAXae7EZvy38MmN4ONFUGGeVIvUHBGN5BCgZrWSKC7ShOkHxTnGd1 root@singlevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191 ssh-dss AAAAB3NzaC1kc3MAAACBAIKFcPHpTNdfAdqymjwGN//jZAl9rK3tWSfFECXz9BEXhynQLBo8GWaypcqzvbaL0zX/uwMzTi2Qf+e1jaSiUNLQVqbaZrU0IhEYXkAcg/1v+OKmmc/BCCn6Htftoxh/zcG4aNtWumNwdmrLYrOerMwr9WY3nUnISe/RY90gohcxAAAAFQD3il4rqz5HfbfBJ5ThE+6Z2PKJ4wAAAIBTBIOulhN/SEcnGJ/DU7Lcjoe7lQbFYQSPX+jKwQZq9dfVCPQSK4a7wglm7pA1b3rxFSeGycU/RMHPOzYNmmFsjmoslC7YsgYIhCHaZKi7QKEsP4Z2CSE7ETc0inRGZiyQyvNj57XK8Q5PUq/fzsjbBFlOGdlViZCQa7WjOuYJIQAAAIAEI4DglEfuA8XNtOnczvqg6W6WOFarf2apgg4uF2t7nE0i6CIOUIDEgkYR/I708x2csT9uwDcjpFgDc/pzbvjsmmSVeJqxzMFoNuDHIPNc8d8I7kQoykH/NVD4o9Dt7N0ZS+wsMKo9EBXA+NhkLqNeeMgiyvNyULEq5iGQ4CjgHg== root@singlevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.26s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe3e:347a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 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-68700061-e4cb-4b27-b4eb-49c7bac45191 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.72 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-68700061-e4cb-4b27-b4eb-49c7bac45191 login: 2018-07-22 23:56:45,444 - paramiko.transport - DEBUG - starting thread (client mode): 0xafff0c50L 2018-07-22 23:56:45,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 23:56:45,446 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 23:56:45,446 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 23:56:45,447 - 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-22 23:56:45,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 23:56:45,448 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 23:56:45,448 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 23:56:45,448 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 23:56:45,448 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 23:56:45,468 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 23:56:45,469 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 23:56:45,478 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.213: 80d2a11dc5003eb2481a5589c1fecfae 2018-07-22 23:56:45,479 - paramiko.transport - DEBUG - Trying discovered key fa8568052d0c11444ce30baead30b2d9 in /tmp/tmpaegV_0 2018-07-22 23:56:45,507 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 23:56:45,513 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 23:56:45,544 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 23:56:45,545 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 23:56:45,545 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 23:56:45,546 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 23:56:45,547 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 23:56:45,547 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 23:56:45,552 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 23:56:45,662 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:56:45,663 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 01:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 23:56:45,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 23:56:45,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/b72b5a2c-3b1d-411e-8fcb-464d9713dc70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:46,322 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d515f3b-79ed-4118-91d9-5874ae543b8f Content-Length: 0 Date: Sun, 22 Jul 2018 23:56:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:56:46,322 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/b72b5a2c-3b1d-411e-8fcb-464d9713dc70.json used request id req-2d515f3b-79ed-4118-91d9-5874ae543b8f 2018-07-22 23:56:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.651168107986s 2018-07-22 23:56:46,323 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/b72b5a2c-3b1d-411e-8fcb-464d9713dc70.json used request id req-2d515f3b-79ed-4118-91d9-5874ae543b8f 2018-07-22 23:56:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:56:46,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:46,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d4ef85e0-fe9c-4ee4-89a7-91c2f53e5c57 Date: Sun, 22 Jul 2018 23:56:46 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:56:46,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-d4ef85e0-fe9c-4ee4-89a7-91c2f53e5c57 2018-07-22 23:56:46,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0235249996185s 2018-07-22 23:56:46,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-d4ef85e0-fe9c-4ee4-89a7-91c2f53e5c57 2018-07-22 23:56:46,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:56:46,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:46,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:56: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-29ce2bcd-e224-485b-8b54-b362852e3430 x-compute-request-id: req-29ce2bcd-e224-485b-8b54-b362852e3430 Content-Type: application/json 2018-07-22 23:56:46,695 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-29ce2bcd-e224-485b-8b54-b362852e3430 2018-07-22 23:56:46,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.342852115631s 2018-07-22 23:56:46,696 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768 used request id req-29ce2bcd-e224-485b-8b54-b362852e3430 2018-07-22 23:56:46,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:47,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-53794df4-3147-4992-9455-8d720b112452 x-compute-request-id: req-53794df4-3147-4992-9455-8d720b112452 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:34:7a", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/a50e6dc0-18bb-44c2-8acd-2715246e6768", "rel": "bookmark"}], "image": {"id": "9836c806-24dc-49e0-85d9-59b92365b89f", "links": [{"href": "http://172.30.9.24:8774/images/9836c806-24dc-49e0-85d9-59b92365b89f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-07-22T23:56:34.000000", "flavor": {"id": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "links": [{"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "bookmark"}]}, "id": "a50e6dc0-18bb-44c2-8acd-2715246e6768", "security_groups": [{"name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}], "user_id": "13614a3370634ddb98b9aa772fa8c28a", "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-22T23:56:46Z", "hostId": "340ff10e79938a0dfa1119ccd146a1614c86c62ee43a37fb8e9e1e9a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_68700061-e4cb-4b27-b4eb-49c7bac45191", "created": "2018-07-22T23:56:15Z", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:56:47,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-53794df4-3147-4992-9455-8d720b112452 2018-07-22 23:56:47,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11997795105s 2018-07-22 23:56:47,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-53794df4-3147-4992-9455-8d720b112452 2018-07-22 23:56:47,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:56:49,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:56:49,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:50,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e66d0c6-c134-4737-8d05-32438f6772a3 x-compute-request-id: req-5e66d0c6-c134-4737-8d05-32438f6772a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 23:56:50,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5e66d0c6-c134-4737-8d05-32438f6772a3 2018-07-22 23:56:50,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.222645044327s 2018-07-22 23:56:50,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5e66d0c6-c134-4737-8d05-32438f6772a3 2018-07-22 23:56:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:56:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:50,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-56b547c8-6ca6-4e47-a740-d8422b34460b Date: Sun, 22 Jul 2018 23:56:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:07Z", "updated_at": "2018-07-22T23:56:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:56:08Z", "revision_number": 0, "id": "51b7d5f4-06e7-428c-9fb1-10b0f8591533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:08Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:09Z", "revision_number": 0, "id": "7700ffdf-aa62-4538-ac3f-456282fe834d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:09Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "d7398be7-df33-4898-8781-5f591351a2b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:56:07Z", "revision_number": 0, "id": "ecf15e20-016d-4bf5-b45a-659e880b7248", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:56:07Z", "security_group_id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 4, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "09e837c6-ae94-4069-9058-e28d5bd92c87", "name": "singlevm1-sg_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"description": "Default security group", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:32Z", "updated_at": "2018-07-22T23:54:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "218dc516-aa17-46f5-8428-e93365260199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "8e6a0be0-871f-4d1c-a2b3-8bce54061e2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b45e0a8d-c6f2-453c-873c-7f7fd8eb91d3", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:32Z", "revision_number": 0, "id": "b766f920-2447-406b-bf21-e05ec008a2e7", "remote_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:32Z", "security_group_id": "8d9561fd-7625-4f55-ae46-18283988e004", "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dd49b63b0214de1b44c456d1b13fadd"}], "revision_number": 4, "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "8d9561fd-7625-4f55-ae46-18283988e004", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:54:09Z", "updated_at": "2018-07-22T23:54:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "149c352e-d046-4710-beb8-6ecb12c144a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "b1750e22-2a5a-46af-ae20-6278e17a76f2", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e4fcd86d-64b1-4997-b6ad-225b2fe9215a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2708d2078d347d995ef4237b108faeb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:09Z", "revision_number": 0, "id": "e541bb16-8008-4ff6-840e-b4d1a47d13b0", "remote_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:09Z", "security_group_id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2708d2078d347d995ef4237b108faeb"}], "revision_number": 4, "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "9e1625cd-5b17-45eb-97d9-a8ea8cb04875", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "created_at": "2018-07-22T23:50:39Z", "updated_at": "2018-07-22T23:50:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "49bdcd3a-cc24-4960-8350-d819ae866375", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "761adc65-bbdd-4d60-aa2b-d5f95d537fb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "8f8234c8-6be7-4c8e-ad92-cd36fadd458a", "remote_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv6", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:50:39Z", "revision_number": 0, "id": "a2b2c5cd-60ec-4dfc-9a8b-7053247dce30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:50:39Z", "security_group_id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "tenant_id": "4081c00e3b094bcba7a91cd66cc3a093", "port_range_min": null, "ethertype": "IPv4", "project_id": "4081c00e3b094bcba7a91cd66cc3a093"}], "revision_number": 4, "project_id": "4081c00e3b094bcba7a91cd66cc3a093", "id": "a9848f81-1c7b-4e79-b5a1-d4ba652dfe62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "created_at": "2018-07-22T23:55:18Z", "updated_at": "2018-07-22T23:55:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "6e6b8079-ef20-4f28-a4ef-058e0df6cc11", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "96cad727-3599-411c-a75f-455c6776aaf3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "aca191b4-49af-4deb-a869-8f63d6a9f130", "remote_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv4", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:55:18Z", "revision_number": 0, "id": "da717f66-f4f6-4a03-8e8a-e803209f1fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:55:18Z", "security_group_id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "tenant_id": "63efcc8f189c4568bbaa17b0e6942353", "port_range_min": null, "ethertype": "IPv6", "project_id": "63efcc8f189c4568bbaa17b0e6942353"}], "revision_number": 4, "project_id": "63efcc8f189c4568bbaa17b0e6942353", "id": "cf9d4091-054e-45ce-88ce-1788b8128d9a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-22T23:54:13Z", "updated_at": "2018-07-22T23:54:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "1d149b91-6076-4e39-82a5-e4f823d574ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "8a031306-a37f-49ad-95e1-90a0f84f82ab", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "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-22T23:54:13Z", "revision_number": 0, "id": "c5970e43-b01a-44b1-a580-88f773954a52", "remote_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:54:13Z", "revision_number": 0, "id": "c7c607e9-86b4-4824-ad29-12a82b372454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:54:13Z", "security_group_id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "d0b5df8f-64f5-435a-bc25-ee5762aa844b", "name": "default"}]} 2018-07-22 23:56:50,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-56b547c8-6ca6-4e47-a740-d8422b34460b 2018-07-22 23:56:50,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.066116809845s 2018-07-22 23:56:50,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-56b547c8-6ca6-4e47-a740-d8422b34460b 2018-07-22 23:56:50,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 23:56:50,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/security-groups/09e837c6-ae94-4069-9058-e28d5bd92c87.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:51,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2977d29d-82c1-41ed-8230-d90b85b7e6cb Content-Length: 0 Date: Sun, 22 Jul 2018 23:56:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:56:51,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/09e837c6-ae94-4069-9058-e28d5bd92c87.json used request id req-2977d29d-82c1-41ed-8230-d90b85b7e6cb 2018-07-22 23:56:51,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 1.02525210381s 2018-07-22 23:56:51,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/09e837c6-ae94-4069-9058-e28d5bd92c87.json used request id req-2977d29d-82c1-41ed-8230-d90b85b7e6cb 2018-07-22 23:56:51,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 23:56:51,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:51,341 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:56:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1dc47ba-38bc-497b-b23c-b6bcc152a757 x-compute-request-id: req-b1dc47ba-38bc-497b-b23c-b6bcc152a757 Content-Length: 0 Content-Type: application/json 2018-07-22 23:56:51,341 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191 used request id req-b1dc47ba-38bc-497b-b23c-b6bcc152a757 2018-07-22 23:56:51,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.196887969971s 2018-07-22 23:56:51,341 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/singlevm1-kp_68700061-e4cb-4b27-b4eb-49c7bac45191 used request id req-b1dc47ba-38bc-497b-b23c-b6bcc152a757 2018-07-22 23:56:51,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:56:51,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/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}86d0582fad843620d68b4dbed0160cf9846091dc" -d '{"subnet_id": "cf3d31d2-44ca-44f9-8a37-b9b1884561a2"}' 2018-07-22 23:56:52,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a4b97852-3212-4082-a74c-ce25907154fd Date: Sun, 22 Jul 2018 23:56:52 GMT RESP BODY: {"network_id": "4f1a9443-f27d-44e5-a03e-91b606516360", "tenant_id": "d2708d2078d347d995ef4237b108faeb", "subnet_id": "cf3d31d2-44ca-44f9-8a37-b9b1884561a2", "subnet_ids": ["cf3d31d2-44ca-44f9-8a37-b9b1884561a2"], "port_id": "0fcb2266-0902-45c0-9d56-ca1d1858be3d", "id": "a9cbc547-dc51-4331-8c86-c71186b0e9f2"} 2018-07-22 23:56:52,808 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/remove_router_interface.json used request id req-a4b97852-3212-4082-a74c-ce25907154fd 2018-07-22 23:56:52,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.46659803391s 2018-07-22 23:56:52,809 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2/remove_router_interface.json used request id req-a4b97852-3212-4082-a74c-ce25907154fd returning object a9cbc547-dc51-4331-8c86-c71186b0e9f2 2018-07-22 23:56:52,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:56:52,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:52,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5706 X-Openstack-Request-Id: req-28f8d5ea-29d9-4dd1-8c51-33406cd809fc Date: Sun, 22 Jul 2018 23:56:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:42Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "2a290fb0-20cb-444d-953a-f8219821484e", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:47Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "735e6953-3d48-460a-b989-d9ae303d59fb", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:43Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:44Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "8ba7adfa-eeeb-4cd5-83b6-45ebef8df056", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:55Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "8de2e66e-10b9-4aa5-b341-39d5e506bcfb", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:51Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "a71515e2-016c-43b4-b11e-d58c4f233dce", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:56:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:56:52Z", "revision_number": 4, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "a9cbc547-dc51-4331-8c86-c71186b0e9f2", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:45Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "ab8228eb-cf8c-4e47-8c0e-fdd15f37aa0a", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "1dd49b63b0214de1b44c456d1b13fadd", "created_at": "2018-07-22T23:54:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:54:36Z", "revision_number": 2, "routes": [], "project_id": "1dd49b63b0214de1b44c456d1b13fadd", "id": "b7b22fab-58e4-457b-8a4a-7fa02600778b", "name": "tenantnetwork2-router_81b61303-8bdd-477a-80ae-44b1c08115db"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d2708d2078d347d995ef4237b108faeb", "created_at": "2018-07-22T23:55:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-22T23:55:48Z", "revision_number": 2, "routes": [], "project_id": "d2708d2078d347d995ef4237b108faeb", "id": "d2070bd5-9970-415c-842e-4ed2e4b26b06", "name": "singlevm1-router_68700061-e4cb-4b27-b4eb-49c7bac45191"}]} 2018-07-22 23:56:52,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-28f8d5ea-29d9-4dd1-8c51-33406cd809fc 2018-07-22 23:56:52,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122253894806s 2018-07-22 23:56:52,932 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-28f8d5ea-29d9-4dd1-8c51-33406cd809fc 2018-07-22 23:56:52,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:56:52,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:54,152 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17f78187-511a-46df-af97-7ee6600e3b33 Content-Length: 0 Date: Sun, 22 Jul 2018 23:56:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:56:54,153 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2.json used request id req-17f78187-511a-46df-af97-7ee6600e3b33 2018-07-22 23:56:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21775507927s 2018-07-22 23:56:54,153 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/a9cbc547-dc51-4331-8c86-c71186b0e9f2.json used request id req-17f78187-511a-46df-af97-7ee6600e3b33 2018-07-22 23:56:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:56:54,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:54,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-2fad3aeb-dc8e-4376-9686-7212d3533f67 Date: Sun, 22 Jul 2018 23:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:46Z","dns_nameservers":[],"updated_at":"2018-07-22T23:50:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"68653b03-a42b-42eb-9688-ed005fbe2495","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f1a9443-f27d-44e5-a03e-91b606516360","tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:55:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d2708d2078d347d995ef4237b108faeb","id":"cf3d31d2-44ca-44f9-8a37-b9b1884561a2","subnetpool_id":null,"name":"singlevm1-subnet_68700061-e4cb-4b27-b4eb-49c7bac45191"}]} 2018-07-22 23:56:54,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2fad3aeb-dc8e-4376-9686-7212d3533f67 2018-07-22 23:56:54,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0466690063477s 2018-07-22 23:56:54,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2fad3aeb-dc8e-4376-9686-7212d3533f67 2018-07-22 23:56:54,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:56:54,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/cf3d31d2-44ca-44f9-8a37-b9b1884561a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:56,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33164eb5-e5f0-4b86-bded-9dc82b701072 Date: Sun, 22 Jul 2018 23:56:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:56:56,533 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/cf3d31d2-44ca-44f9-8a37-b9b1884561a2.json used request id req-33164eb5-e5f0-4b86-bded-9dc82b701072 2018-07-22 23:56:56,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.331346035s 2018-07-22 23:56:56,534 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/cf3d31d2-44ca-44f9-8a37-b9b1884561a2.json used request id req-33164eb5-e5f0-4b86-bded-9dc82b701072 2018-07-22 23:56:56,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:56:56,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:56,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-abb4bc69-f99d-4428-8df7-a5ac75cf3d8d Date: Sun, 22 Jul 2018 23:56:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4f1a9443-f27d-44e5-a03e-91b606516360","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d2708d2078d347d995ef4237b108faeb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-22T23:56:56Z","provider:segmentation_id":28,"name":"singlevm1-net_68700061-e4cb-4b27-b4eb-49c7bac45191","admin_state_up":true,"tenant_id":"d2708d2078d347d995ef4237b108faeb","created_at":"2018-07-22T23:55:40Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:56:56,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-abb4bc69-f99d-4428-8df7-a5ac75cf3d8d 2018-07-22 23:56:56,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0960628986359s 2018-07-22 23:56:56,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-abb4bc69-f99d-4428-8df7-a5ac75cf3d8d 2018-07-22 23:56:56,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:56:56,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/4f1a9443-f27d-44e5-a03e-91b606516360.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:58,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee2e0f88-1ca6-4b24-93af-27aa08bb7977 Date: Sun, 22 Jul 2018 23:56:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:56:58,117 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/4f1a9443-f27d-44e5-a03e-91b606516360.json used request id req-ee2e0f88-1ca6-4b24-93af-27aa08bb7977 2018-07-22 23:56:58,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4850230217s 2018-07-22 23:56:58,117 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/4f1a9443-f27d-44e5-a03e-91b606516360.json used request id req-ee2e0f88-1ca6-4b24-93af-27aa08bb7977 2018-07-22 23:56:58,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:56:58,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:58,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-86bab433-c844-4e95-9fbe-ebe1379d9087 Date: Sun, 22 Jul 2018 23:56:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/9836c806-24dc-49e0-85d9-59b92365b89f/snap", "metadata": {}}], "file": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f/file", "owner": "d2708d2078d347d995ef4237b108faeb", "id": "9836c806-24dc-49e0-85d9-59b92365b89f", "size": 12716032, "self": "/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/9836c806-24dc-49e0-85d9-59b92365b89f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:56:06Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_68700061-e4cb-4b27-b4eb-49c7bac45191", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:56:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:56:58,785 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-86bab433-c844-4e95-9fbe-ebe1379d9087 2018-07-22 23:56:58,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.664503097534s 2018-07-22 23:56:58,786 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-86bab433-c844-4e95-9fbe-ebe1379d9087 2018-07-22 23:56:58,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 23:56:58,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:59,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de6f9e9d-bdae-404b-a617-6549c8912049 Date: Sun, 22 Jul 2018 23:56:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:56:59,810 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f used request id req-de6f9e9d-bdae-404b-a617-6549c8912049 2018-07-22 23:56:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.02339887619s 2018-07-22 23:56:59,811 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/9836c806-24dc-49e0-85d9-59b92365b89f used request id req-de6f9e9d-bdae-404b-a617-6549c8912049 2018-07-22 23:56:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:56:59,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:59,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:56: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-4e944428-cd30-4b0c-b923-06ffe59eff4e x-compute-request-id: req-4e944428-cd30-4b0c-b923-06ffe59eff4e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_68700061-e4cb-4b27-b4eb-49c7bac45191", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5", "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": "2e37e905-c57d-4c9a-bb45-ade3d4413bd5"}]} 2018-07-22 23:56:59,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-4e944428-cd30-4b0c-b923-06ffe59eff4e 2018-07-22 23:56:59,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272309780121s 2018-07-22 23:56:59,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-4e944428-cd30-4b0c-b923-06ffe59eff4e 2018-07-22 23:56:59,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 23:56:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}86d0582fad843620d68b4dbed0160cf9846091dc" 2018-07-22 23:56:59,992 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:56:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-caf4d34e-5538-4854-afc2-ecc4b6dc0aff x-compute-request-id: req-caf4d34e-5538-4854-afc2-ecc4b6dc0aff Content-Length: 0 Content-Type: application/json 2018-07-22 23:56:59,992 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5 used request id req-caf4d34e-5538-4854-afc2-ecc4b6dc0aff 2018-07-22 23:56:59,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152004957199s 2018-07-22 23:56:59,993 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/2e37e905-c57d-4c9a-bb45-ade3d4413bd5 used request id req-caf4d34e-5538-4854-afc2-ecc4b6dc0aff 2018-07-22 23:57:00,046 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-22 23:57:00,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:57:00,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:57:00,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:57:00,088 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:57:00,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:57:00,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:00,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feeeb2c6-5713-4488-bc10-f30c9f1ce1a3 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:57:00,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-feeeb2c6-5713-4488-bc10-f30c9f1ce1a3 2018-07-22 23:57:00,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:57:00,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["bkN-iJ8GSGGO7w7euzJy_Q"], "issued_at": "2018-07-22T23:57:00.000000Z"}} 2018-07-22 23:57:00,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:00,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:00,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a133670f-de3a-445d-8741-f011586485af Date: Sun, 22 Jul 2018 23:57:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:57:00,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a133670f-de3a-445d-8741-f011586485af 2018-07-22 23:57:00,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.277874946594s 2018-07-22 23:57:00,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a133670f-de3a-445d-8741-f011586485af 2018-07-22 23:57:00,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:00,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:57:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:57:00,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:57:00,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:00,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2ee8d1-e82b-4e77-aabd-60a1dbb2ae46 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:57:00,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-0d2ee8d1-e82b-4e77-aabd-60a1dbb2ae46 2018-07-22 23:57:00,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.099720954895s 2018-07-22 23:57:00,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-0d2ee8d1-e82b-4e77-aabd-60a1dbb2ae46 2018-07-22 23:57:00,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 23:57:00,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}}' 2018-07-22 23:57:01,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36970b92-114f-407b-ab96-d7789bebdad9 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.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5"}, "tags": [], "enabled": true, "id": "be60874776bc4706beebe4921ab580d5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}} 2018-07-22 23:57:01,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-36970b92-114f-407b-ab96-d7789bebdad9 2018-07-22 23:57:01,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.170448064804s 2018-07-22 23:57:01,049 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-36970b92-114f-407b-ab96-d7789bebdad9 2018-07-22 23:57:01,050 - 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'be60874776bc4706beebe4921ab580d5', '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_042353f0-6bf3-4a5b-9ff2-a4a07e900931'}) 2018-07-22 23:57:01,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 23:57:01,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "21c8c4a5-203b-47ff-a7cd-f1a8b54fcae5", "email": null, "name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}}' 2018-07-22 23:57:01,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cb3a200-0cfe-4d64-b745-3d4b709a5692 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": {"self": "http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c22be0c1be2445a1a5891b77bb456f6d", "domain_id": "default", "password_expires_at": null}} 2018-07-22 23:57:01,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-6cb3a200-0cfe-4d64-b745-3d4b709a5692 2018-07-22 23:57:01,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.384639024734s 2018-07-22 23:57:01,441 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-6cb3a200-0cfe-4d64-b745-3d4b709a5692 2018-07-22 23:57:01,442 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c22be0c1be2445a1a5891b77bb456f6d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931'}) 2018-07-22 23:57:01,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:01,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:01,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0235941e-75c5-4c00-9777-1c8339459a8a Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:57:01,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0235941e-75c5-4c00-9777-1c8339459a8a 2018-07-22 23:57:01,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0889210700989s 2018-07-22 23:57:01,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0235941e-75c5-4c00-9777-1c8339459a8a 2018-07-22 23:57:01,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:01,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:01,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7a0b2d-a703-4b2f-a351-3951bf51c4ff Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:57:01,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-7b7a0b2d-a703-4b2f-a351-3951bf51c4ff 2018-07-22 23:57:01,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0896570682526s 2018-07-22 23:57:01,630 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-7b7a0b2d-a703-4b2f-a351-3951bf51c4ff 2018-07-22 23:57:01,631 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 23:57:01,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 23:57:01,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" -d '{"role": {"name": "Member"}}' 2018-07-22 23:57:01,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66fa4030-8fed-435e-b666-ef22f0b0e116 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fb00c0819aaf4737a6873170a708d8aa", "links": {"self": "http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa"}, "name": "Member"}} 2018-07-22 23:57:01,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-66fa4030-8fed-435e-b666-ef22f0b0e116 2018-07-22 23:57:01,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.106570959091s 2018-07-22 23:57:01,741 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-66fa4030-8fed-435e-b666-ef22f0b0e116 2018-07-22 23:57:01,742 - functest.core.tenantnetwork - DEBUG - role: 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'fb00c0819aaf4737a6873170a708d8aa'}) 2018-07-22 23:57:01,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:01,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:01,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fbb474-23f3-47c1-ab96-73f840dbffd8 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb00c0819aaf4737a6873170a708d8aa", "links": {"self": "http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa"}, "name": "Member"}]} 2018-07-22 23:57:01,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f8fbb474-23f3-47c1-ab96-73f840dbffd8 2018-07-22 23:57:01,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187366962433s 2018-07-22 23:57:01,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f8fbb474-23f3-47c1-ab96-73f840dbffd8 2018-07-22 23:57:01,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:57:01,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:01,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-436af5de-379c-4e67-b806-00cd4661ffa4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 23:57:01,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-436af5de-379c-4e67-b806-00cd4661ffa4 2018-07-22 23:57:01,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0220990180969s 2018-07-22 23:57:01,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-436af5de-379c-4e67-b806-00cd4661ffa4 2018-07-22 23:57:01,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:57:01,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:02,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dca7716-b392-4b86-ba7b-6c708dbfc329 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": {"self": "http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c22be0c1be2445a1a5891b77bb456f6d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:57:02,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-1dca7716-b392-4b86-ba7b-6c708dbfc329 2018-07-22 23:57:02,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113705873489s 2018-07-22 23:57:02,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-1dca7716-b392-4b86-ba7b-6c708dbfc329 2018-07-22 23:57:02,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:57:02,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:02,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8af87d1-6ed7-4287-9d4c-e81f5d70e4bf Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5"}, "tags": [], "enabled": true, "id": "be60874776bc4706beebe4921ab580d5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:57:02,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-e8af87d1-6ed7-4287-9d4c-e81f5d70e4bf 2018-07-22 23:57:02,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0990078449249s 2018-07-22 23:57:02,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-e8af87d1-6ed7-4287-9d4c-e81f5d70e4bf 2018-07-22 23:57:02,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:57:02,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=c22be0c1be2445a1a5891b77bb456f6d&role.id=fb00c0819aaf4737a6873170a708d8aa&scope.project.id=be60874776bc4706beebe4921ab580d5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:02,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b2f67d-b8f9-4118-b9d6-79f52d8723b2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=c22be0c1be2445a1a5891b77bb456f6d&role.id=fb00c0819aaf4737a6873170a708d8aa&scope.project.id=be60874776bc4706beebe4921ab580d5", "previous": null, "next": null}} 2018-07-22 23:57:02,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c22be0c1be2445a1a5891b77bb456f6d&role.id=fb00c0819aaf4737a6873170a708d8aa&scope.project.id=be60874776bc4706beebe4921ab580d5 used request id req-09b2f67d-b8f9-4118-b9d6-79f52d8723b2 2018-07-22 23:57:02,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0918750762939s 2018-07-22 23:57:02,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c22be0c1be2445a1a5891b77bb456f6d&role.id=fb00c0819aaf4737a6873170a708d8aa&scope.project.id=be60874776bc4706beebe4921ab580d5 used request id req-09b2f67d-b8f9-4118-b9d6-79f52d8723b2 2018-07-22 23:57:02,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 23:57:02,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5/users/c22be0c1be2445a1a5891b77bb456f6d/roles/fb00c0819aaf4737a6873170a708d8aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:02,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee7d79a5-1440-4703-bbdd-906f4f1fc429 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:57:02,471 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5/users/c22be0c1be2445a1a5891b77bb456f6d/roles/fb00c0819aaf4737a6873170a708d8aa used request id req-ee7d79a5-1440-4703-bbdd-906f4f1fc429 2018-07-22 23:57:02,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.181385040283s 2018-07-22 23:57:02,471 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5/users/c22be0c1be2445a1a5891b77bb456f6d/roles/fb00c0819aaf4737a6873170a708d8aa used request id req-ee7d79a5-1440-4703-bbdd-906f4f1fc429 2018-07-22 23:57:02,472 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 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'be60874776bc4706beebe4921ab580d5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '21c8c4a5-203b-47ff-a7cd-f1a8b54fcae5', 'username': u'singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-22 23:57:02,473 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:57:02,474 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:57:02,475 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:57:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:57:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:57:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:57:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:57:02,476 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:57:02,477 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'password': '21c8c4a5-203b-47ff-a7cd-f1a8b54fcae5', 'project_name': 'singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': 'be60874776bc4706beebe4921ab580d5', 'project_domain_name': 'Default'} 2018-07-22 23:57:02,478 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-22 23:57:02,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:02,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ced87-1356-4176-a957-e89b08b9998d 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:57:02,486 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-6a1ced87-1356-4176-a957-e89b08b9998d 2018-07-22 23:57:02,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:57:02,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fb00c0819aaf4737a6873170a708d8aa", "name": "Member"}], "expires_at": "2018-07-23T00:57:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "be60874776bc4706beebe4921ab580d5", "name": "singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/be60874776bc4706beebe4921ab580d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/be60874776bc4706beebe4921ab580d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/be60874776bc4706beebe4921ab580d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/be60874776bc4706beebe4921ab580d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/be60874776bc4706beebe4921ab580d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/be60874776bc4706beebe4921ab580d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/be60874776bc4706beebe4921ab580d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/be60874776bc4706beebe4921ab580d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/be60874776bc4706beebe4921ab580d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/be60874776bc4706beebe4921ab580d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/be60874776bc4706beebe4921ab580d5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/be60874776bc4706beebe4921ab580d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_be60874776bc4706beebe4921ab580d5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_be60874776bc4706beebe4921ab580d5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "id": "c22be0c1be2445a1a5891b77bb456f6d"}, "audit_ids": ["kS2D3BNfQgaSIGKCbGrHyw"], "issued_at": "2018-07-22T23:57:02.000000Z"}} 2018-07-22 23:57:02,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:57:02,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"network": {"name": "singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "admin_state_up": true}}' 2018-07-22 23:57:03,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-962be574-8ff8-49cf-9102-3cd4c35099df Date: Sun, 22 Jul 2018 23:57:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T23:57:03Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}} 2018-07-22 23:57:03,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-962be574-8ff8-49cf-9102-3cd4c35099df 2018-07-22 23:57:03,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.681616783142s 2018-07-22 23:57:03,554 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-962be574-8ff8-49cf-9102-3cd4c35099df 2018-07-22 23:57:03,555 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:57:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'755c318a-18a4-4c64-bbbc-3a3d7e4ca000', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931', u'admin_state_up': True, u'tenant_id': u'be60874776bc4706beebe4921ab580d5', u'created_at': u'2018-07-22T23:57:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'be60874776bc4706beebe4921ab580d5'}) 2018-07-22 23:57:03,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:03,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:03,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-be3f2a19-df1a-4ad3-bfd3-01043440aa7d Date: Sun, 22 Jul 2018 23:57:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:57:03Z","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:03,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-be3f2a19-df1a-4ad3-bfd3-01043440aa7d 2018-07-22 23:57:03,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28640294075s 2018-07-22 23:57:03,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-be3f2a19-df1a-4ad3-bfd3-01043440aa7d 2018-07-22 23:57:03,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:57:03,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"subnet": {"name": "singlevm2-subnet_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "enable_dhcp": true, "network_id": "755c318a-18a4-4c64-bbbc-3a3d7e4ca000", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:57:04,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-2f8e8eab-6223-4c67-83a0-7e5ffad95ffb Date: Sun, 22 Jul 2018 23:57:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"be60874776bc4706beebe4921ab580d5","id":"8f53b276-036c-4871-9614-ac3311db76e3","subnetpool_id":null,"name":"singlevm2-subnet_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}} 2018-07-22 23:57:04,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2f8e8eab-6223-4c67-83a0-7e5ffad95ffb 2018-07-22 23:57:04,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.805028915405s 2018-07-22 23:57:04,649 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2f8e8eab-6223-4c67-83a0-7e5ffad95ffb 2018-07-22 23:57:04,649 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:57:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8f53b276-036c-4871-9614-ac3311db76e3', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_042353f0-6bf3-4a5b-9ff2-a4a07e900931', u'enable_dhcp': True, u'network_id': u'755c318a-18a4-4c64-bbbc-3a3d7e4ca000', u'tenant_id': u'be60874776bc4706beebe4921ab580d5', u'created_at': u'2018-07-22T23:57:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'be60874776bc4706beebe4921ab580d5'}) 2018-07-22 23:57:04,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:57:04,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "admin_state_up": true}}' 2018-07-22 23:57:08,519 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-60e7c1c5-cae0-401c-888c-cbe669765e15 Date: Sun, 22 Jul 2018 23:57:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:07Z", "admin_state_up": true, "updated_at": "2018-07-22T23:57:08Z", "revision_number": 2, "routes": [], "project_id": "be60874776bc4706beebe4921ab580d5", "id": "889285f0-67c0-4c55-8db1-2d002f6a5721", "name": "singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}} 2018-07-22 23:57:08,520 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-60e7c1c5-cae0-401c-888c-cbe669765e15 2018-07-22 23:57:08,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 3.8695909977s 2018-07-22 23:57:08,520 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-60e7c1c5-cae0-401c-888c-cbe669765e15 2018-07-22 23:57:08,520 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'be60874776bc4706beebe4921ab580d5', u'created_at': u'2018-07-22T23:57:07Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T23:57:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'be60874776bc4706beebe4921ab580d5', u'id': u'889285f0-67c0-4c55-8db1-2d002f6a5721', u'name': u'singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931'}) 2018-07-22 23:57:08,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:57:08,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"subnet_id": "8f53b276-036c-4871-9614-ac3311db76e3"}' 2018-07-22 23:57:10,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59ead370-9c2c-4731-ab04-140e23ccfbb2 Date: Sun, 22 Jul 2018 23:57:10 GMT RESP BODY: {"network_id": "755c318a-18a4-4c64-bbbc-3a3d7e4ca000", "tenant_id": "be60874776bc4706beebe4921ab580d5", "subnet_id": "8f53b276-036c-4871-9614-ac3311db76e3", "subnet_ids": ["8f53b276-036c-4871-9614-ac3311db76e3"], "port_id": "077d75d1-b137-4e0e-a720-ac7171e4cca6", "id": "889285f0-67c0-4c55-8db1-2d002f6a5721"} 2018-07-22 23:57:10,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/add_router_interface.json used request id req-59ead370-9c2c-4731-ab04-140e23ccfbb2 2018-07-22 23:57:10,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1874768734s 2018-07-22 23:57:10,709 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/add_router_interface.json used request id req-59ead370-9c2c-4731-ab04-140e23ccfbb2 returning object 889285f0-67c0-4c55-8db1-2d002f6a5721 2018-07-22 23:57:10,709 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:57:10,841 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:57:10,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:10,847 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:57:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:57:10,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:57:10,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:11,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0fb2c160-32ca-48fd-a925-967b4a1c8a45 Date: Sun, 22 Jul 2018 23:57:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:57:11,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-0fb2c160-32ca-48fd-a925-967b4a1c8a45 2018-07-22 23:57:11,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.649797916412s 2018-07-22 23:57:11,500 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-0fb2c160-32ca-48fd-a925-967b4a1c8a45 2018-07-22 23:57:11,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:57:11,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}' 2018-07-22 23:57:12,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-794f9e25-2cf0-4532-90e1-feff52150b90 Date: Sun, 22 Jul 2018 23:57:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file", "owner": "be60874776bc4706beebe4921ab580d5", "id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "size": null, "self": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:57:12Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "checksum": null, "created_at": "2018-07-22T23:57:12Z", "protected": false} 2018-07-22 23:57:12,370 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-794f9e25-2cf0-4532-90e1-feff52150b90 2018-07-22 23:57:12,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.863041162491s 2018-07-22 23:57:12,371 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-794f9e25-2cf0-4532-90e1-feff52150b90 returning object 3d36b1f4-fb94-4ece-835e-16f4f26fb68e 2018-07-22 23:57:12,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:57:12,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/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}1e89964a38b38488729ae76a049c207908c7561b" -d '' 2018-07-22 23:57:13,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4776f6e2-be4b-4822-8be9-99ac0e8264ce Date: Sun, 22 Jul 2018 23:57:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:57:13,586 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file used request id req-4776f6e2-be4b-4822-8be9-99ac0e8264ce 2018-07-22 23:57:13,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21498608589s 2018-07-22 23:57:13,587 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file used request id req-4776f6e2-be4b-4822-8be9-99ac0e8264ce 2018-07-22 23:57:13,587 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:57:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file', u'owner': u'be60874776bc4706beebe4921ab580d5', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3d36b1f4-fb94-4ece-835e-16f4f26fb68e', u'size': None, u'name': u'singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931', u'checksum': None, u'self': u'/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:57:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:57:13,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:57:13,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:57:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99413258-02fb-4236-add4-c22e0a1f3f0c x-compute-request-id: req-99413258-02fb-4236-add4-c22e0a1f3f0c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "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": "627dc38f-35de-4327-a927-3a460cff67f4"}} 2018-07-22 23:57:13,806 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-99413258-02fb-4236-add4-c22e0a1f3f0c 2018-07-22 23:57:13,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.218434095383s 2018-07-22 23:57:13,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-99413258-02fb-4236-add4-c22e0a1f3f0c 2018-07-22 23:57:13,808 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_042353f0-6bf3-4a5b-9ff2-a4a07e900931', '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'd2708d2078d347d995ef4237b108faeb', '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'627dc38f-35de-4327-a927-3a460cff67f4', 'swap': 0}) 2018-07-22 23:57:13,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:57:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4/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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" -d '{"extra_specs": {}}' 2018-07-22 23:57:13,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57: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-b6d20a23-f77f-467e-9450-33c3ea4197d6 x-compute-request-id: req-b6d20a23-f77f-467e-9450-33c3ea4197d6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:57:13,972 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4/os-extra_specs used request id req-b6d20a23-f77f-467e-9450-33c3ea4197d6 2018-07-22 23:57:13,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.163364171982s 2018-07-22 23:57:13,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4/os-extra_specs used request id req-b6d20a23-f77f-467e-9450-33c3ea4197d6 2018-07-22 23:57:13,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 23:57:13,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"keypair": {"name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}}' 2018-07-22 23:57:14,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11897c3e-b5f1-4ff8-95ba-32d9a995a0ea x-compute-request-id: req-11897c3e-b5f1-4ff8-95ba-32d9a995a0ea Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9HNydmCSQXC3pZVdZPKm474cZe/W/Arakwekp0VnFmXvSJ/evTXXO2HQE7CDNoPFBaoHoQBCXweQAB5UUuKW1YJtTPV6xpWl3HyPEM9z/4XwhqnppFQaFQhuO+eiJ835v/loby+6nkvM80ORfPhXdBqDdNZWdwRaO/0lgw0ReMFzQezX6XnxPbPBiKPSEq4wShQVjMsYIOTdL27g/QkYCiDVH3+IF77mjRFVLXzVFnFwcdVGBK0i3OFEeebJOQN97uiL+oxnp+a4NZNoLQpglpEjlEh6MdEPMnAZw74V/qVhig5uT5vDWcWkHZOGf3skjuGeB4sErPTej3zbradOz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvRzcnZgkkFwt6WVXWTypuO+HGXv1vwK2pMHpKdFZxZl70if3\nr011zth0BOwgzaDxQWqB6EAQl8HkAAeVFLiltWCbUz1esaVpdx8jxDPc/+F8Iap6\naRUGhUIbjvnoifN+b/5aG8vup5LzPNDkXz4V3Qag3TWVncEWjv9JYMNEXjBc0Hs1\n+l58T2zwYij0hKuMEoUFYzLGCDk3S9u4P0JGAog1R9/iBe+5o0RVS181RZxcHHVR\ngStItzhRHnmyTkDfe7oi/qMZ6fmuDWTaC0KYJaRI5RIejHRDzJwGcO+Ff6lYYoOb\nk+bw1nFpB2Thn97JI7hngeLBKz03o98262nTswIDAQABAoIBAQC1QtSyuQFS3Qek\njd4LSnnjKLL1WjtRuegWQ0aZLnA9Vb+4z1Y4UKZ6fD23+hv2/CxB5zRcyAsfalh/\nLsVV9yXdk5tNTaVV4JYV92LwzEUnfZjdK+nojp6RW6vOfvrEPv8RmVoFCpLVS6SY\nxiAeqgOKtq+5V4LwkgJtTYOnm4IMQ+jjpxmxZkdsJBy0X4qVxAcgKC7ukz3Cnc2G\nZCq9nYmwjMWBu1mubeVgNCVOP/t3sMkcvPhXPRWefqjmZ1Wdftsf5SEahI8eG6eR\nBgUAw2Ax9sDRw+ceCdJCmE8VA721DNxBfU5xGkra6hY9akWcmzxvAzDnTOLfXh3+\nx7O3XUMBAoGBAN3JsbHvirSIwjeeGSteZrDuDwcBNqUFK0ryMU2F632rXFYGr/Gw\ngMRBbRzzo/4GZda7BncDwPhtmPNhKLq7OdqeXnVKLpUjvHE7eubGrtKmj8TYgiTR\nubUY27NZhMxBTBKlzXKTcYfy7diWggmcFbRFwMg9sOL1AFx+wiebEItvAoGBANpI\n11mwUi3xyVUpRvRcEeCaSqKcI9rCx29Ed3xz7Pz4RRUOUqWypcgSUL4Bgctt+y4U\nVZkSIPgli8Yt7Te3uGkG1Auaet6eKJv4MycDmPvsAvbHCIF7JhTYnW6vRVlrca05\n7xXnH3v5E7sOKWJ8JyMrsdoKK5EWix1G3f7BWOn9AoGBAJDGRDQ+hXBrhTwA+7UP\nnkEIZM7Rv/Xgde4qQny0WpBh95hALUG7UZLKkos/j2EWlAujcgjmbmS8Rgc4+PlL\nlexbTJWLovS/qxbPGN7j+uKOz3JTUkDulibc3y0n1kPuq9XQXVfZX1a7AP9M3/2d\n4Z0Xm0wa2QiNnXrDU8G+uwIJAoGAJrZ6cu6hdIKIKXFboyTdCs9yYyp79WVMB4DG\nDC1nH2pMnjJfGAH6AuS0qy4LPe/wdzimAbLEZB4MjwZAJvyPWRkb7D7mgardGuRG\n9ileLXerAudDq+sSUuoj6ahuDTDQBV/b9i96VvtSs38Meen46vTp4vigx2ePHo8d\n+fuCcGUCgYEAkC4HQMuYiqSnqGslC94ivRlgclwU+4KFer0+F/cNryCgfQjThV9u\nnxTqy2vdAPB+2PVNmRIq+qPI6ydvme/YIwEX2YgDG5V+6kMuLbvZNrLIvvUoB0XM\nnnil4vwTrmTBamUJr3cCXzi5wTrAth1ZqrwzwoTDAzVEPPpep4SUY4c=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "fingerprint": "00:63:86:cf:5d:79:1d:35:fc:b3:1a:dd:ce:9f:ed:be"}} 2018-07-22 23:57:14,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-11897c3e-b5f1-4ff8-95ba-32d9a995a0ea 2018-07-22 23:57:14,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.339913129807s 2018-07-22 23:57:14,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-11897c3e-b5f1-4ff8-95ba-32d9a995a0ea 2018-07-22 23:57:14,314 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9HNydmCSQXC3pZVdZPKm474cZe/W/Arakwekp0VnFmXvSJ/evTXXO2HQE7CDNoPFBaoHoQBCXweQAB5UUuKW1YJtTPV6xpWl3HyPEM9z/4XwhqnppFQaFQhuO+eiJ835v/loby+6nkvM80ORfPhXdBqDdNZWdwRaO/0lgw0ReMFzQezX6XnxPbPBiKPSEq4wShQVjMsYIOTdL27g/QkYCiDVH3+IF77mjRFVLXzVFnFwcdVGBK0i3OFEeebJOQN97uiL+oxnp+a4NZNoLQpglpEjlEh6MdEPMnAZw74V/qVhig5uT5vDWcWkHZOGf3skjuGeB4sErPTej3zbradOz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvRzcnZgkkFwt6WVXWTypuO+HGXv1vwK2pMHpKdFZxZl70if3\nr011zth0BOwgzaDxQWqB6EAQl8HkAAeVFLiltWCbUz1esaVpdx8jxDPc/+F8Iap6\naRUGhUIbjvnoifN+b/5aG8vup5LzPNDkXz4V3Qag3TWVncEWjv9JYMNEXjBc0Hs1\n+l58T2zwYij0hKuMEoUFYzLGCDk3S9u4P0JGAog1R9/iBe+5o0RVS181RZxcHHVR\ngStItzhRHnmyTkDfe7oi/qMZ6fmuDWTaC0KYJaRI5RIejHRDzJwGcO+Ff6lYYoOb\nk+bw1nFpB2Thn97JI7hngeLBKz03o98262nTswIDAQABAoIBAQC1QtSyuQFS3Qek\njd4LSnnjKLL1WjtRuegWQ0aZLnA9Vb+4z1Y4UKZ6fD23+hv2/CxB5zRcyAsfalh/\nLsVV9yXdk5tNTaVV4JYV92LwzEUnfZjdK+nojp6RW6vOfvrEPv8RmVoFCpLVS6SY\nxiAeqgOKtq+5V4LwkgJtTYOnm4IMQ+jjpxmxZkdsJBy0X4qVxAcgKC7ukz3Cnc2G\nZCq9nYmwjMWBu1mubeVgNCVOP/t3sMkcvPhXPRWefqjmZ1Wdftsf5SEahI8eG6eR\nBgUAw2Ax9sDRw+ceCdJCmE8VA721DNxBfU5xGkra6hY9akWcmzxvAzDnTOLfXh3+\nx7O3XUMBAoGBAN3JsbHvirSIwjeeGSteZrDuDwcBNqUFK0ryMU2F632rXFYGr/Gw\ngMRBbRzzo/4GZda7BncDwPhtmPNhKLq7OdqeXnVKLpUjvHE7eubGrtKmj8TYgiTR\nubUY27NZhMxBTBKlzXKTcYfy7diWggmcFbRFwMg9sOL1AFx+wiebEItvAoGBANpI\n11mwUi3xyVUpRvRcEeCaSqKcI9rCx29Ed3xz7Pz4RRUOUqWypcgSUL4Bgctt+y4U\nVZkSIPgli8Yt7Te3uGkG1Auaet6eKJv4MycDmPvsAvbHCIF7JhTYnW6vRVlrca05\n7xXnH3v5E7sOKWJ8JyMrsdoKK5EWix1G3f7BWOn9AoGBAJDGRDQ+hXBrhTwA+7UP\nnkEIZM7Rv/Xgde4qQny0WpBh95hALUG7UZLKkos/j2EWlAujcgjmbmS8Rgc4+PlL\nlexbTJWLovS/qxbPGN7j+uKOz3JTUkDulibc3y0n1kPuq9XQXVfZX1a7AP9M3/2d\n4Z0Xm0wa2QiNnXrDU8G+uwIJAoGAJrZ6cu6hdIKIKXFboyTdCs9yYyp79WVMB4DG\nDC1nH2pMnjJfGAH6AuS0qy4LPe/wdzimAbLEZB4MjwZAJvyPWRkb7D7mgardGuRG\n9ileLXerAudDq+sSUuoj6ahuDTDQBV/b9i96VvtSs38Meen46vTp4vigx2ePHo8d\n+fuCcGUCgYEAkC4HQMuYiqSnqGslC94ivRlgclwU+4KFer0+F/cNryCgfQjThV9u\nnxTqy2vdAPB+2PVNmRIq+qPI6ydvme/YIwEX2YgDG5V+6kMuLbvZNrLIvvUoB0XM\nnnil4vwTrmTBamUJr3cCXzi5wTrAth1ZqrwzwoTDAzVEPPpep4SUY4c=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c22be0c1be2445a1a5891b77bb456f6d', 'name': u'singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'created_at': '2018-07-22T23:57:14.314069', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'be60874776bc4706beebe4921ab580d5', 'name': 'singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'00:63:86:cf:5d:79:1d:35:fc:b3:1a:dd:ce:9f:ed:be', 'type': 'ssh', 'id': u'singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931'}) 2018-07-22 23:57:14,314 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAvRzcnZgkkFwt6WVXWTypuO+HGXv1vwK2pMHpKdFZxZl70if3 r011zth0BOwgzaDxQWqB6EAQl8HkAAeVFLiltWCbUz1esaVpdx8jxDPc/+F8Iap6 aRUGhUIbjvnoifN+b/5aG8vup5LzPNDkXz4V3Qag3TWVncEWjv9JYMNEXjBc0Hs1 +l58T2zwYij0hKuMEoUFYzLGCDk3S9u4P0JGAog1R9/iBe+5o0RVS181RZxcHHVR gStItzhRHnmyTkDfe7oi/qMZ6fmuDWTaC0KYJaRI5RIejHRDzJwGcO+Ff6lYYoOb k+bw1nFpB2Thn97JI7hngeLBKz03o98262nTswIDAQABAoIBAQC1QtSyuQFS3Qek jd4LSnnjKLL1WjtRuegWQ0aZLnA9Vb+4z1Y4UKZ6fD23+hv2/CxB5zRcyAsfalh/ LsVV9yXdk5tNTaVV4JYV92LwzEUnfZjdK+nojp6RW6vOfvrEPv8RmVoFCpLVS6SY xiAeqgOKtq+5V4LwkgJtTYOnm4IMQ+jjpxmxZkdsJBy0X4qVxAcgKC7ukz3Cnc2G ZCq9nYmwjMWBu1mubeVgNCVOP/t3sMkcvPhXPRWefqjmZ1Wdftsf5SEahI8eG6eR BgUAw2Ax9sDRw+ceCdJCmE8VA721DNxBfU5xGkra6hY9akWcmzxvAzDnTOLfXh3+ x7O3XUMBAoGBAN3JsbHvirSIwjeeGSteZrDuDwcBNqUFK0ryMU2F632rXFYGr/Gw gMRBbRzzo/4GZda7BncDwPhtmPNhKLq7OdqeXnVKLpUjvHE7eubGrtKmj8TYgiTR ubUY27NZhMxBTBKlzXKTcYfy7diWggmcFbRFwMg9sOL1AFx+wiebEItvAoGBANpI 11mwUi3xyVUpRvRcEeCaSqKcI9rCx29Ed3xz7Pz4RRUOUqWypcgSUL4Bgctt+y4U VZkSIPgli8Yt7Te3uGkG1Auaet6eKJv4MycDmPvsAvbHCIF7JhTYnW6vRVlrca05 7xXnH3v5E7sOKWJ8JyMrsdoKK5EWix1G3f7BWOn9AoGBAJDGRDQ+hXBrhTwA+7UP nkEIZM7Rv/Xgde4qQny0WpBh95hALUG7UZLKkos/j2EWlAujcgjmbmS8Rgc4+PlL lexbTJWLovS/qxbPGN7j+uKOz3JTUkDulibc3y0n1kPuq9XQXVfZX1a7AP9M3/2d 4Z0Xm0wa2QiNnXrDU8G+uwIJAoGAJrZ6cu6hdIKIKXFboyTdCs9yYyp79WVMB4DG DC1nH2pMnjJfGAH6AuS0qy4LPe/wdzimAbLEZB4MjwZAJvyPWRkb7D7mgardGuRG 9ileLXerAudDq+sSUuoj6ahuDTDQBV/b9i96VvtSs38Meen46vTp4vigx2ePHo8d +fuCcGUCgYEAkC4HQMuYiqSnqGslC94ivRlgclwU+4KFer0+F/cNryCgfQjThV9u nxTqy2vdAPB+2PVNmRIq+qPI6ydvme/YIwEX2YgDG5V+6kMuLbvZNrLIvvUoB0XM nnil4vwTrmTBamUJr3cCXzi5wTrAth1ZqrwzwoTDAzVEPPpep4SUY4c= -----END RSA PRIVATE KEY----- 2018-07-22 23:57:14,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 23:57:14,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"security_group": {"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-22 23:57:14,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0423eed7-3dfb-470c-9bdc-0558d18a3c10 Date: Sun, 22 Jul 2018 23:57:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:14Z", "updated_at": "2018-07-22T23:57:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "57c2dc73-a4fb-442f-bce3-af1ea075d88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "664de970-b241-4942-9f91-f2cb702eff93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 2, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}} 2018-07-22 23:57:14,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-0423eed7-3dfb-470c-9bdc-0558d18a3c10 2018-07-22 23:57:14,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.543637037277s 2018-07-22 23:57:14,861 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-0423eed7-3dfb-470c-9bdc-0558d18a3c10 2018-07-22 23:57:14,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:57:14,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:15,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-e10e9509-0a2b-41e2-bfaa-355451aa853a Date: Sun, 22 Jul 2018 23:57:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:03Z", "updated_at": "2018-07-22T23:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "02036ac6-70aa-4947-ac06-ef7ef5e9ff8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "158c4f66-7345-4905-ac90-e1611931701a", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "3d3e83d0-dab0-4888-9e84-606dacdcefa7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "b8e0c729-d9a5-44b4-9116-d4bfe5a003f3", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 4, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:14Z", "updated_at": "2018-07-22T23:57:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "57c2dc73-a4fb-442f-bce3-af1ea075d88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "664de970-b241-4942-9f91-f2cb702eff93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 2, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:15,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-e10e9509-0a2b-41e2-bfaa-355451aa853a 2018-07-22 23:57:15,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.226032018661s 2018-07-22 23:57:15,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-e10e9509-0a2b-41e2-bfaa-355451aa853a 2018-07-22 23:57:15,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:57:15,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -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": "976d7f70-06d2-4a58-9c4c-2e5365c2d799"}}' 2018-07-22 23:57:15,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e70b73a8-b2e2-4b01-988a-5b937cc8cf95 Date: Sun, 22 Jul 2018 23:57:15 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-22T23:57:15Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "port_range_min": 22, "revision_number": 0, "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:15Z", "project_id": "be60874776bc4706beebe4921ab580d5", "id": "32ab9abf-acc3-4035-b631-499a73bffc79"}} 2018-07-22 23:57:15,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-e70b73a8-b2e2-4b01-988a-5b937cc8cf95 2018-07-22 23:57:15,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.225562095642s 2018-07-22 23:57:15,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-e70b73a8-b2e2-4b01-988a-5b937cc8cf95 2018-07-22 23:57:15,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:57:15,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:15,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-83da60e7-2a72-4b55-a8de-182837b4ce27 Date: Sun, 22 Jul 2018 23:57:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:03Z", "updated_at": "2018-07-22T23:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "02036ac6-70aa-4947-ac06-ef7ef5e9ff8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "158c4f66-7345-4905-ac90-e1611931701a", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "3d3e83d0-dab0-4888-9e84-606dacdcefa7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "b8e0c729-d9a5-44b4-9116-d4bfe5a003f3", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 4, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:14Z", "updated_at": "2018-07-22T23:57:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:57:15Z", "revision_number": 0, "id": "32ab9abf-acc3-4035-b631-499a73bffc79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:15Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "57c2dc73-a4fb-442f-bce3-af1ea075d88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "664de970-b241-4942-9f91-f2cb702eff93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 3, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:15,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-83da60e7-2a72-4b55-a8de-182837b4ce27 2018-07-22 23:57:15,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0851881504059s 2018-07-22 23:57:15,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-83da60e7-2a72-4b55-a8de-182837b4ce27 2018-07-22 23:57:15,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:57:15,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -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": "976d7f70-06d2-4a58-9c4c-2e5365c2d799"}}' 2018-07-22 23:57:15,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c47f2d30-0aca-482c-b898-26ea88f9edac Date: Sun, 22 Jul 2018 23:57:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-22T23:57:15Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "port_range_min": null, "revision_number": 0, "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:15Z", "project_id": "be60874776bc4706beebe4921ab580d5", "id": "44edb947-0fd7-415a-93a0-84e8b1c1180f"}} 2018-07-22 23:57:15,920 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-c47f2d30-0aca-482c-b898-26ea88f9edac 2018-07-22 23:57:15,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.505398988724s 2018-07-22 23:57:15,920 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-c47f2d30-0aca-482c-b898-26ea88f9edac 2018-07-22 23:57:15,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:15,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:16,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-afc28040-68b5-4780-af37-4ebcdad8af66 Date: Sun, 22 Jul 2018 23:57:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f53b276-036c-4871-9614-ac3311db76e3"],"updated_at":"2018-07-22T23:57:04Z","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:16,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-afc28040-68b5-4780-af37-4ebcdad8af66 2018-07-22 23:57:16,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290509939194s 2018-07-22 23:57:16,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-afc28040-68b5-4780-af37-4ebcdad8af66 2018-07-22 23:57:16,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:57:16,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:16,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-ec715677-ec29-477d-a193-3677fac92be6 Date: Sun, 22 Jul 2018 23:57:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/snap", "metadata": {}}], "file": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file", "owner": "be60874776bc4706beebe4921ab580d5", "id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "size": 12716032, "self": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:57:13Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:57:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:57:16,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-ec715677-ec29-477d-a193-3677fac92be6 2018-07-22 23:57:16,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.687973022461s 2018-07-22 23:57:16,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-ec715677-ec29-477d-a193-3677fac92be6 2018-07-22 23:57:16,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:57:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:17,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94918661-9cdc-42e2-80c7-0a003f212dba x-compute-request-id: req-94918661-9cdc-42e2-80c7-0a003f212dba Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "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": "627dc38f-35de-4327-a927-3a460cff67f4"}]} 2018-07-22 23:57:17,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-94918661-9cdc-42e2-80c7-0a003f212dba 2018-07-22 23:57:17,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.192272186279s 2018-07-22 23:57:17,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-94918661-9cdc-42e2-80c7-0a003f212dba 2018-07-22 23:57:17,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:57:17,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"server": {"name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "imageRef": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "flavorRef": "627dc38f-35de-4327-a927-3a460cff67f4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "755c318a-18a4-4c64-bbbc-3a3d7e4ca000"}], "security_groups": [{"name": "976d7f70-06d2-4a58-9c4c-2e5365c2d799"}]}}' 2018-07-22 23:57:19,347 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:57: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-0b94281b-6d32-481b-bcb1-7b3b1f88ed87 x-compute-request-id: req-0b94281b-6d32-481b-bcb1-7b3b1f88ed87 Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "976d7f70-06d2-4a58-9c4c-2e5365c2d799"}], "OS-DCF:diskConfig": "MANUAL", "id": "da76e85a-1332-4838-a040-c199608c33f0", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "adminPass": "oSAhqFQeV58b"}} 2018-07-22 23:57:19,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-0b94281b-6d32-481b-bcb1-7b3b1f88ed87 2018-07-22 23:57:19,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.24570894241s 2018-07-22 23:57:19,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-0b94281b-6d32-481b-bcb1-7b3b1f88ed87 2018-07-22 23:57:19,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:20,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9be96cfc-dc14-4edc-8b34-b3dd1007e493 x-compute-request-id: req-9be96cfc-dc14-4edc-8b34-b3dd1007e493 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.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:20,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9be96cfc-dc14-4edc-8b34-b3dd1007e493 2018-07-22 23:57:20,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03309607506s 2018-07-22 23:57:20,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9be96cfc-dc14-4edc-8b34-b3dd1007e493 2018-07-22 23:57:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:20,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:20,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e9e651bf-8bfc-4cd9-bcb1-8b11af36e323 Date: Sun, 22 Jul 2018 23:57:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f53b276-036c-4871-9614-ac3311db76e3"],"updated_at":"2018-07-22T23:57:04Z","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:20,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e9e651bf-8bfc-4cd9-bcb1-8b11af36e323 2018-07-22 23:57:20,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.304289102554s 2018-07-22 23:57:20,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e9e651bf-8bfc-4cd9-bcb1-8b11af36e323 2018-07-22 23:57:20,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:57:20,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:20,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-df56e3ea-e881-4500-9d59-09cbdbc0bf0a Date: Sun, 22 Jul 2018 23:57:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"be60874776bc4706beebe4921ab580d5","id":"8f53b276-036c-4871-9614-ac3311db76e3","subnetpool_id":null,"name":"singlevm2-subnet_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:20,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-df56e3ea-e881-4500-9d59-09cbdbc0bf0a 2018-07-22 23:57:20,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0505728721619s 2018-07-22 23:57:20,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-df56e3ea-e881-4500-9d59-09cbdbc0bf0a 2018-07-22 23:57:20,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:57:22,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:22,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:23,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7d47825-9429-4533-a9e2-7d13718cc2a1 x-compute-request-id: req-b7d47825-9429-4533-a9e2-7d13718cc2a1 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:22Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:23,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b7d47825-9429-4533-a9e2-7d13718cc2a1 2018-07-22 23:57:23,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480115890503s 2018-07-22 23:57:23,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b7d47825-9429-4533-a9e2-7d13718cc2a1 2018-07-22 23:57:23,233 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:57:25,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:25,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:26,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17620150-3d96-4b17-b485-9e1b729354d1 x-compute-request-id: req-17620150-3d96-4b17-b485-9e1b729354d1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "security_groups": [{"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}], "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:22Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:26,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-17620150-3d96-4b17-b485-9e1b729354d1 2018-07-22 23:57:26,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.856602907181s 2018-07-22 23:57:26,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-17620150-3d96-4b17-b485-9e1b729354d1 2018-07-22 23:57:26,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:57:28,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:28,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:28,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57: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-30c6d3f7-adcc-48ab-9cde-4d6443950571 x-compute-request-id: req-30c6d3f7-adcc-48ab-9cde-4d6443950571 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "security_groups": [{"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}], "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:22Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:28,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-30c6d3f7-adcc-48ab-9cde-4d6443950571 2018-07-22 23:57:28,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365672111511s 2018-07-22 23:57:28,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-30c6d3f7-adcc-48ab-9cde-4d6443950571 2018-07-22 23:57:28,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:57:30,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:30,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-018e8686-a1ca-4177-a13b-f1e9cf86a72c x-compute-request-id: req-018e8686-a1ca-4177-a13b-f1e9cf86a72c Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:6f:a5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:57:28.000000", "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "security_groups": [{"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}], "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:28Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:32,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-018e8686-a1ca-4177-a13b-f1e9cf86a72c 2018-07-22 23:57:32,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.63079690933s 2018-07-22 23:57:32,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-018e8686-a1ca-4177-a13b-f1e9cf86a72c 2018-07-22 23:57:32,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:57:32,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3179d98f-81f6-4566-a81d-cb86b6fb3bc8 Date: Sun, 22 Jul 2018 23:57:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:22Z","admin_state_up":true,"updated_at":"2018-07-22T23:57:28Z","binding:vnic_type":"normal","device_id":"da76e85a-1332-4838-a040-c199608c33f0","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:df:6f:a5","id":"f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef","port_security_enabled":true,"project_id":"be60874776bc4706beebe4921ab580d5","fixed_ips":[{"subnet_id":"8f53b276-036c-4871-9614-ac3311db76e3","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["976d7f70-06d2-4a58-9c4c-2e5365c2d799"],"name":""}]} 2018-07-22 23:57:32,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-3179d98f-81f6-4566-a81d-cb86b6fb3bc8 2018-07-22 23:57:32,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.238729000092s 2018-07-22 23:57:32,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-3179d98f-81f6-4566-a81d-cb86b6fb3bc8 2018-07-22 23:57:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:57:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1565d740-46a9-473a-b29a-6653a1f010d8 Date: Sun, 22 Jul 2018 23:57:32 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:57:32,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef used request id req-1565d740-46a9-473a-b29a-6653a1f010d8 2018-07-22 23:57:32,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230360031128s 2018-07-22 23:57:32,375 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef used request id req-1565d740-46a9-473a-b29a-6653a1f010d8 2018-07-22 23:57:32,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21db3c9b-1fc0-4491-9996-058e89e5cfbf x-compute-request-id: req-21db3c9b-1fc0-4491-9996-058e89e5cfbf Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:6f:a5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:57:28.000000", "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "security_groups": [{"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}], "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:28Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:32,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-21db3c9b-1fc0-4491-9996-058e89e5cfbf 2018-07-22 23:57:32,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517722845078s 2018-07-22 23:57:32,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-21db3c9b-1fc0-4491-9996-058e89e5cfbf 2018-07-22 23:57:32,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:57:32,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ba7cf1e1-e373-41a9-a00d-01874636e2d1 Date: Sun, 22 Jul 2018 23:57:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:22Z","admin_state_up":true,"updated_at":"2018-07-22T23:57:28Z","binding:vnic_type":"normal","device_id":"da76e85a-1332-4838-a040-c199608c33f0","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:df:6f:a5","id":"f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef","port_security_enabled":true,"project_id":"be60874776bc4706beebe4921ab580d5","fixed_ips":[{"subnet_id":"8f53b276-036c-4871-9614-ac3311db76e3","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["976d7f70-06d2-4a58-9c4c-2e5365c2d799"],"name":""}]} 2018-07-22 23:57:32,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-ba7cf1e1-e373-41a9-a00d-01874636e2d1 2018-07-22 23:57:32,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0612678527832s 2018-07-22 23:57:32,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-ba7cf1e1-e373-41a9-a00d-01874636e2d1 2018-07-22 23:57:32,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:57:32,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:32,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1b0b9d1a-3513-4441-bdfe-94dde777f8d5 Date: Sun, 22 Jul 2018 23:57:32 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:57:32,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef used request id req-1b0b9d1a-3513-4441-bdfe-94dde777f8d5 2018-07-22 23:57:32,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.020516872406s 2018-07-22 23:57:32,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef used request id req-1b0b9d1a-3513-4441-bdfe-94dde777f8d5 2018-07-22 23:57:32,986 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:df:6f:a5', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3d36b1f4-fb94-4ece-835e-16f4f26fb68e'}), 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-22T23:57:28.000000', 'flavor': Munch({u'id': u'627dc38f-35de-4327-a927-3a460cff67f4'}), 'az': u'nova', 'id': u'da76e85a-1332-4838-a040-c199608c33f0', 'security_groups': [Munch({u'name': u'singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c22be0c1be2445a1a5891b77bb456f6d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'be60874776bc4706beebe4921ab580d5', 'name': 'singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931', '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-22T23:57:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:57:28Z', 'hostId': u'55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7', '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-22T23:57:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'be60874776bc4706beebe4921ab580d5', 'name': u'singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'adminPass': None, 'tenant_id': u'be60874776bc4706beebe4921ab580d5', 'created_at': u'2018-07-22T23:57:19Z', 'created': u'2018-07-22T23:57:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:57:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:32,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:33,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-670393a9-c983-45f3-8f3b-419765a48ed8 Date: Sun, 22 Jul 2018 23:57:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f53b276-036c-4871-9614-ac3311db76e3"],"updated_at":"2018-07-22T23:57:04Z","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:33,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-670393a9-c983-45f3-8f3b-419765a48ed8 2018-07-22 23:57:33,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111664056778s 2018-07-22 23:57:33,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-670393a9-c983-45f3-8f3b-419765a48ed8 2018-07-22 23:57:33,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:57:33,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:33,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b75d8901-57d4-40ef-8e3d-95c38e6f74a7 Date: Sun, 22 Jul 2018 23:57:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:22Z","admin_state_up":true,"updated_at":"2018-07-22T23:57:28Z","binding:vnic_type":"normal","device_id":"da76e85a-1332-4838-a040-c199608c33f0","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:df:6f:a5","id":"f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef","port_security_enabled":true,"project_id":"be60874776bc4706beebe4921ab580d5","fixed_ips":[{"subnet_id":"8f53b276-036c-4871-9614-ac3311db76e3","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["976d7f70-06d2-4a58-9c4c-2e5365c2d799"],"name":""}]} 2018-07-22 23:57:33,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-b75d8901-57d4-40ef-8e3d-95c38e6f74a7 2018-07-22 23:57:33,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590848922729s 2018-07-22 23:57:33,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=da76e85a-1332-4838-a040-c199608c33f0 used request id req-b75d8901-57d4-40ef-8e3d-95c38e6f74a7 2018-07-22 23:57:33,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 23:57:33,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"floatingip": {"floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.9", "port_id": "f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef"}}' 2018-07-22 23:57:34,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-47210e00-49f0-4dd7-b713-20a14b973cf3 Date: Sun, 22 Jul 2018 23:57:34 GMT RESP BODY: {"floatingip": {"router_id": "889285f0-67c0-4c55-8db1-2d002f6a5721", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T23:57:34Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef", "id": "c4f94fb9-01b9-42c6-9223-0be4d763c118", "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:34Z", "project_id": "be60874776bc4706beebe4921ab580d5"}} 2018-07-22 23:57:34,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-47210e00-49f0-4dd7-b713-20a14b973cf3 2018-07-22 23:57:34,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.71407794952s 2018-07-22 23:57:34,877 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-47210e00-49f0-4dd7-b713-20a14b973cf3 2018-07-22 23:57:34,880 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'889285f0-67c0-4c55-8db1-2d002f6a5721', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'be60874776bc4706beebe4921ab580d5', 'created_at': u'2018-07-22T23:57:34Z', 'attached': True, 'updated_at': u'2018-07-22T23:57:34Z', 'id': u'c4f94fb9-01b9-42c6-9223-0be4d763c118', 'floating_network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'be60874776bc4706beebe4921ab580d5', 'name': 'singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'889285f0-67c0-4c55-8db1-2d002f6a5721', 'project_id': u'be60874776bc4706beebe4921ab580d5', 'port_id': u'f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef', 'port': u'f2d09ae8-ce0c-4b7a-827f-1ae5443c42ef', 'network': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563'}) 2018-07-22 23:57:34,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 23:57:34,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0/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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 23:57:35,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1753643-2331-43a2-a484-b43c36bb520a x-compute-request-id: req-c1753643-2331-43a2-a484-b43c36bb520a Content-Encoding: gzip Content-Length: 9585 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 455477260 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.144636] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.146916] pid_max: default: 32768 minimum: 301\n[ 0.148120] ACPI: Core revision 20150930\n[ 0.149739] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151451] Security Framework initialized\n[ 0.152502] Yama: becoming mindful.\n[ 0.153458] AppArmor: AppArmor initialized\n[ 0.154550] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156265] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.157923] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159498] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161309] Initializing cgroup subsys io\n[ 0.162346] Initializing cgroup subsys memory\n[ 0.163466] Initializing cgroup subsys devices\n[ 0.164594] Initializing cgroup subsys freezer\n[ 0.165730] Initializing cgroup subsys net_cls\n[ 0.166851] Initializing cgroup subsys perf_event\n[ 0.168029] Initializing cgroup subsys net_prio\n[ 0.169183] Initializing cgroup subsys hugetlb\n[ 0.170300] Initializing cgroup subsys pids\n[ 0.171443] CPU: Physical Processor ID: 0\n[ 0.173277] mce: CPU supports 10 MCE banks\n[ 0.174592] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198240] ftrace: allocating 31920 entries in 125 pages\n[ 0.223705] smpboot: Max logical packages: 1\n[ 0.224831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226574] x2apic enabled\n[ 0.227562] Switched APIC routing to physical x2apic.\n[ 0.229575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233593] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235809] KVM setup paravirtual spinlock\n[ 0.237330] x86: Booted up 1 node, 1 CPUs\n[ 0.238340] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240088] devtmpfs: initialized\n[ 0.241966] evm: security.selinux\n[ 0.242850] evm: security.SMACK64\n[ 0.243730] evm: security.SMACK64EXEC\n[ 0.244665] evm: security.SMACK64TRANSMUTE\n[ 0.245697] evm: security.SMACK64MMAP\n[ 0.246635] evm: security.ima\n[ 0.247433] evm: security.capability\n[ 0.248423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.250777] pinctrl core: initialized pinctrl subsystem\n[ 0.252156] RTC time: 23:57:28, date: 07/22/18\n[ 0.253342] NET: Registered protocol family 16\n[ 0.254577] cpuidle: using governor ladder\n[ 0.255642] cpuidle: using governor menu\n[ 0.256661] PCCT header not found.\n[ 0.257649] ACPI: bus type PCI registered\n[ 0.258672] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260299] PCI: Using configuration type 1 for base access\n[ 0.262376] ACPI: Added _OSI(Module Device)\n[ 0.263467] ACPI: Added _OSI(Processor Device)\n[ 0.264578] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265788] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267896] ACPI: Interpreter enabled\n[ 0.268886] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.276025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.278436] ACPI: (supports S0 S5)\n[ 0.279340] ACPI: Using IOAPIC for interrupt routing\n[ 0.280586] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.285704] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287390] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288980] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291841] acpiphp: Slot [3] registered\n[ 0.292868] acpiphp: Slot [4] registered\n[ 0.293891] acpiphp: Slot [5] registered\n[ 0.294912] acpiphp: Slot [6] registered\n[ 0.295944] acpiphp: Slot [7] registered\n[ 0.296959] acpiphp: Slot [8] registered\n[ 0.297972] acpiphp: Slot [9] registered\n[ 0.298988] acpiphp: Slot [10] registered\n[ 0.300055] acpiphp: Slot [11] registered\n[ 0.301095] acpiphp: Slot [12] registered\n[ 0.302150] acpiphp: Slot [13] registered\n[ 0.303184] acpiphp: Slot [14] registered\n[ 0.304231] acpiphp: Slot [15] registered\n[ 0.315553] acpiphp: Slot [16] registered\n[ 0.316602] acpiphp: Slot [17] registered\n[ 0.317655] acpiphp: Slot [18] registered\n[ 0.318722] acpiphp: Slot [19] registered\n[ 0.319759] acpiphp: Slot [20] registered\n[ 0.320792] acpiphp: Slot [21] registered\n[ 0.321830] acpiphp: Slot [22] registered\n[ 0.322854] acpiphp: Slot [23] registered\n[ 0.323906] acpiphp: Slot [24] registered\n[ 0.324950] acpiphp: Slot [25] registered\n[ 0.325984] acpiphp: Slot [26] registered\n[ 0.327059] acpiphp: Slot [27] registered\n[ 0.328096] acpiphp: Slot [28] registered\n[ 0.329136] acpiphp: Slot [29] registered\n[ 0.330192] acpiphp: Slot [30] registered\n[ 0.331208] acpiphp: Slot [31] registered\n[ 0.332248] PCI host bridge to bus 0000:00\n[ 0.333278] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334888] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340195] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342055] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350538] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.354618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356446] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376376] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.378205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379897] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.381590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384804] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386393] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387718] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389692] vgaarb: loaded\n[ 0.390416] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391881] SCSI subsystem initialized\n[ 0.392997] ACPI: bus type USB registered\n[ 0.394012] usbcore: registered new interface driver usbfs\n[ 0.395318] usbcore: registered new interface driver hub\n[ 0.396621] usbcore: registered new device driver usb\n[ 0.397960] PCI: Using ACPI for IRQ routing\n[ 0.399301] NetLabel: Initializing\n[ 0.400194] NetLabel: domain hash size = 128\n[ 0.401268] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402489] NetLabel: unlabeled traffic allowed by default\n[ 0.403935] clocksource: Switched to clocksource kvm-clock\n[ 0.412367] AppArmor: AppArmor Filesystem Enabled\n[ 0.413583] pnp: PnP ACPI init\n[ 0.414695] pnp: PnP ACPI: found 5 devices\n[ 0.421274] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423482] NET: Registered protocol family 2\n[ 0.424765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426460] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.427976] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429529] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430918] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432442] NET: Registered protocol family 1\n[ 0.433560] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434958] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.436344] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.450426] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464517] Trying to unpack rootfs image as initramfs...\n[ 0.520130] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.522217] Scanning for low memory corruption every 60 seconds\n[ 0.523969] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.525465] audit: initializing netlink subsys (disabled)\n[ 0.526783] audit: type=2000 audit(1532303849.141:1): initialized\n[ 0.528458] Initialise system trusted keyring\n[ 0.529616] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.531109] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.533567] zbud: loaded\n[ 0.534455] VFS: Disk quotas dquot_6.6.0\n[ 0.535491] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.537457] fuse init (API version 7.23)\n[ 0.538589] Key type big_key registered\n[ 0.539603] Allocating IMA MOK and blacklist keyrings.\n[ 0.541099] Key type asymmetric registered\n[ 0.542137] Asymmetric key parser 'x509' registered\n[ 0.543344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545235] io scheduler noop registered\n[ 0.546218] io scheduler deadline registered (default)\n[ 0.547452] io scheduler cfq registered\n[ 0.548515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.549822] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.551399] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.553183] ACPI: Power Button [PWRF]\n[ 0.554198] GHES: HEST is not enabled!\n[ 0.567715] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.597765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.623641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.626829] Linux agpgart interface v0.103\n[ 0.629958] brd: module loaded\n[ 0.631817] loop: module loaded\n[ 0.637204] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639034] GPT:90111 != 2097151\n[ 0.639856] GPT:Alternate GPT header not at the end of the disk.\n[ 0.641216] GPT:90111 != 2097151\n[ 0.642036] GPT: Use GNU Parted to correct GPT errors.\n[ 0.643240] vda: vda1 vda15\n[ 0.644823] scsi host0: ata_piix\n[ 0.645792] scsi host1: ata_piix\n[ 0.646671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.648215] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.650040] libphy: Fixed MDIO Bus: probed\n[ 0.651055] tun: Universal TUN/TAP device driver, 1.6\n[ 0.652273] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.655138] PPP generic driver version 2.4.2\n[ 0.656294] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657829] ehci-pci: EHCI PCI platform driver\n[ 0.658936] ehci-platform: EHCI generic platform driver\n[ 0.660283] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661742] ohci-pci: OHCI PCI platform driver\n[ 0.662855] ohci-platform: OHCI generic platform driver\n[ 0.664138] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.678710] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.680017] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681867] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.683150] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.684608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.686187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.687973] usb usb1: Product: UHCI Host Controller\n[ 0.689158] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.690618] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.691841] hub 1-0:1.0: USB hub found\n[ 0.692822] hub 1-0:1.0: 2 ports detected\n[ 0.693991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.696695] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.697913] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.699189] mousedev: PS/2 mouse device common for all mice\n[ 0.700737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703020] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705853] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707081] i2c /dev entries driver\n[ 0.707876] device-mapper: uevent: version 1.0.3\n[ 0.708861] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710537] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712031] NET: Registered protocol family 10\n[ 0.713200] NET: Registered protocol family 17\n[ 0.714122] Key type dns_resolver registered\n[ 0.715153] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716285] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718124] registered taskstats version 1\n[ 0.718974] Loading compiled-in X.509 certificates\n[ 0.720479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722395] zswap: loaded using pool lzo/zbud\n[ 0.724070] Key type trusted registered\n[ 0.725832] Key type encrypted registered\n[ 0.726675] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727732] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728813] evm: HMAC attrs: 0x1\n[ 0.730000] Magic number: 10:543:1010\n[ 0.730894] rtc_cmos 00:00: setting system clock to 2018-07-22 23:57:29 UTC (1532303849)\n[ 0.732560] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733689] EDD information not available.\n[ 0.809325] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.821059] Write protecting the kernel read-only data: 14336k\n[ 0.823237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825102] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.85\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.059872] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6VGuha5/q/R6+/9wdJ9+3p6rZJOtEkncpXfzctO8GIwipb6vMJ+dWgRF3IPJLRnGn8ej9PZQwMeukwoaE3A0tj5tpLdynFfZk+V+eg6cHqE5IeXMqcWPGtMpl9J7U6PqgzjWe6hbJ3oZ8stEHS+V8Dq3EbsNO/pumtX9nvE454k7k4U7cqbcO6O2Po1kE0RK2qQ8PQMnc1Qpbg5WZiW+FpPazLoER2TTbX8ntjUXSh1KjxSaGffE+VNVqZS3+zEdOjk2mVUxsmzmusU15bF9Q2Hlid6DXo5LH+lsHv1jB3bGm/bUYffdwlWP00mbWMRHBn+ucDADjhhTd9lqkvX2D root@singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931\nssh-dss AAAAB3NzaC1kc3MAAACBAJtlvqYRYcasM5nBDNY9LJOYjT19PZjzl2plJeTHPQGdhYCNKj6RLlMT+UzyEL3HU9LaXLkt/YfyJWmRdSj4OAEyJ45iLu1/EcKuKIFaYrbjVjYfB9HNLuS55Pv8u7BPfZODFhKJYw0QpEiS4w+o3KQqES4/izCHoYhrro8pxphLAAAAFQC7XmN10KxGZCjMi6KIErBN1wiyNQAAAIBN2hDnZqBSZCMLuQDjT9os+5tVPtNdxW7tPlrSm51KUAWQRO8OYMhXDyj+Oo79VkmY0cI1gKoBlPkz9vwmFz2ZGZRYgJNydSnGD40jpXfrYx1Q0hDs76QW0QRXELNeCrwJ1Q3qTtq07UEsraJSHtCY5qmYgSJVVd7D/sleI74jugAAAIADE3v6A3JNp2VeBffRkcziuA+YJzgx1Qg7Dfy2fHfbCaVSgeAsUjw+khxLWvnb0ZHUjMpVXe9TOf5vtUENKoy59rHE8uj9OtpOtldPZSpxueNCOQoSAY+h94QAbqvarVu/fUUZcwPmhVCGTmkdvnhH65rixsVVP7pNNMCSSnBWuA== root@singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.17s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fedf:6fa5/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931 login: "} 2018-07-22 23:57:35,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0/action used request id req-c1753643-2331-43a2-a484-b43c36bb520a 2018-07-22 23:57:35,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.123201847076s 2018-07-22 23:57:35,005 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0/action used request id req-c1753643-2331-43a2-a484-b43c36bb520a 2018-07-22 23:57:35,005 - 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 455477260 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.144636] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.146916] pid_max: default: 32768 minimum: 301 [ 0.148120] ACPI: Core revision 20150930 [ 0.149739] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151451] Security Framework initialized [ 0.152502] Yama: becoming mindful. [ 0.153458] AppArmor: AppArmor initialized [ 0.154550] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.156265] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.157923] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159498] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161309] Initializing cgroup subsys io [ 0.162346] Initializing cgroup subsys memory [ 0.163466] Initializing cgroup subsys devices [ 0.164594] Initializing cgroup subsys freezer [ 0.165730] Initializing cgroup subsys net_cls [ 0.166851] Initializing cgroup subsys perf_event [ 0.168029] Initializing cgroup subsys net_prio [ 0.169183] Initializing cgroup subsys hugetlb [ 0.170300] Initializing cgroup subsys pids [ 0.171443] CPU: Physical Processor ID: 0 [ 0.173277] mce: CPU supports 10 MCE banks [ 0.174592] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176071] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.191680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198240] ftrace: allocating 31920 entries in 125 pages [ 0.223705] smpboot: Max logical packages: 1 [ 0.224831] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226574] x2apic enabled [ 0.227562] Switched APIC routing to physical x2apic. [ 0.229575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233593] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.235809] KVM setup paravirtual spinlock [ 0.237330] x86: Booted up 1 node, 1 CPUs [ 0.238340] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.240088] devtmpfs: initialized [ 0.241966] evm: security.selinux [ 0.242850] evm: security.SMACK64 [ 0.243730] evm: security.SMACK64EXEC [ 0.244665] evm: security.SMACK64TRANSMUTE [ 0.245697] evm: security.SMACK64MMAP [ 0.246635] evm: security.ima [ 0.247433] evm: security.capability [ 0.248423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.250777] pinctrl core: initialized pinctrl subsystem [ 0.252156] RTC time: 23:57:28, date: 07/22/18 [ 0.253342] NET: Registered protocol family 16 [ 0.254577] cpuidle: using governor ladder [ 0.255642] cpuidle: using governor menu [ 0.256661] PCCT header not found. [ 0.257649] ACPI: bus type PCI registered [ 0.258672] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260299] PCI: Using configuration type 1 for base access [ 0.262376] ACPI: Added _OSI(Module Device) [ 0.263467] ACPI: Added _OSI(Processor Device) [ 0.264578] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265788] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267896] ACPI: Interpreter enabled [ 0.268886] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.271243] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.273639] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.276025] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.278436] ACPI: (supports S0 S5) [ 0.279340] ACPI: Using IOAPIC for interrupt routing [ 0.280586] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.285704] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287390] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288980] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291841] acpiphp: Slot [3] registered [ 0.292868] acpiphp: Slot [4] registered [ 0.293891] acpiphp: Slot [5] registered [ 0.294912] acpiphp: Slot [6] registered [ 0.295944] acpiphp: Slot [7] registered [ 0.296959] acpiphp: Slot [8] registered [ 0.297972] acpiphp: Slot [9] registered [ 0.298988] acpiphp: Slot [10] registered [ 0.300055] acpiphp: Slot [11] registered [ 0.301095] acpiphp: Slot [12] registered [ 0.302150] acpiphp: Slot [13] registered [ 0.303184] acpiphp: Slot [14] registered [ 0.304231] acpiphp: Slot [15] registered [ 0.315553] acpiphp: Slot [16] registered [ 0.316602] acpiphp: Slot [17] registered [ 0.317655] acpiphp: Slot [18] registered [ 0.318722] acpiphp: Slot [19] registered [ 0.319759] acpiphp: Slot [20] registered [ 0.320792] acpiphp: Slot [21] registered [ 0.321830] acpiphp: Slot [22] registered [ 0.322854] acpiphp: Slot [23] registered [ 0.323906] acpiphp: Slot [24] registered [ 0.324950] acpiphp: Slot [25] registered [ 0.325984] acpiphp: Slot [26] registered [ 0.327059] acpiphp: Slot [27] registered [ 0.328096] acpiphp: Slot [28] registered [ 0.329136] acpiphp: Slot [29] registered [ 0.330192] acpiphp: Slot [30] registered [ 0.331208] acpiphp: Slot [31] registered [ 0.332248] PCI host bridge to bus 0000:00 [ 0.333278] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334888] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338330] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.340195] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.342055] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.345731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350538] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.354618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356446] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376376] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.378205] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379897] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.381590] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.383265] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.384804] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.386393] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.387718] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.389692] vgaarb: loaded [ 0.390416] vgaarb: bridge control possible 0000:00:02.0 [ 0.391881] SCSI subsystem initialized [ 0.392997] ACPI: bus type USB registered [ 0.394012] usbcore: registered new interface driver usbfs [ 0.395318] usbcore: registered new interface driver hub [ 0.396621] usbcore: registered new device driver usb [ 0.397960] PCI: Using ACPI for IRQ routing [ 0.399301] NetLabel: Initializing [ 0.400194] NetLabel: domain hash size = 128 [ 0.401268] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.402489] NetLabel: unlabeled traffic allowed by default [ 0.403935] clocksource: Switched to clocksource kvm-clock [ 0.412367] AppArmor: AppArmor Filesystem Enabled [ 0.413583] pnp: PnP ACPI init [ 0.414695] pnp: PnP ACPI: found 5 devices [ 0.421274] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.423482] NET: Registered protocol family 2 [ 0.424765] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.426460] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.427976] TCP: Hash tables configured (established 4096 bind 4096) [ 0.429529] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.430918] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.432442] NET: Registered protocol family 1 [ 0.433560] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.434958] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.436344] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.450426] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.464517] Trying to unpack rootfs image as initramfs... [ 0.520130] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.522217] Scanning for low memory corruption every 60 seconds [ 0.523969] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525465] audit: initializing netlink subsys (disabled) [ 0.526783] audit: type=2000 audit(1532303849.141:1): initialized [ 0.528458] Initialise system trusted keyring [ 0.529616] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.531109] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.533567] zbud: loaded [ 0.534455] VFS: Disk quotas dquot_6.6.0 [ 0.535491] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.537457] fuse init (API version 7.23) [ 0.538589] Key type big_key registered [ 0.539603] Allocating IMA MOK and blacklist keyrings. [ 0.541099] Key type asymmetric registered [ 0.542137] Asymmetric key parser 'x509' registered [ 0.543344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.545235] io scheduler noop registered [ 0.546218] io scheduler deadline registered (default) [ 0.547452] io scheduler cfq registered [ 0.548515] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.549822] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.551399] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.553183] ACPI: Power Button [PWRF] [ 0.554198] GHES: HEST is not enabled! [ 0.567715] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.595326] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.597765] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.623641] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.626829] Linux agpgart interface v0.103 [ 0.629958] brd: module loaded [ 0.631817] loop: module loaded [ 0.637204] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.639034] GPT:90111 != 2097151 [ 0.639856] GPT:Alternate GPT header not at the end of the disk. [ 0.641216] GPT:90111 != 2097151 [ 0.642036] GPT: Use GNU Parted to correct GPT errors. [ 0.643240] vda: vda1 vda15 [ 0.644823] scsi host0: ata_piix [ 0.645792] scsi host1: ata_piix [ 0.646671] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.648215] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.650040] libphy: Fixed MDIO Bus: probed [ 0.651055] tun: Universal TUN/TAP device driver, 1.6 [ 0.652273] tun: (C) 1999-2004 Max Krasnyansky [ 0.655138] PPP generic driver version 2.4.2 [ 0.656294] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.657829] ehci-pci: EHCI PCI platform driver [ 0.658936] ehci-platform: EHCI generic platform driver [ 0.660283] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.661742] ohci-pci: OHCI PCI platform driver [ 0.662855] ohci-platform: OHCI generic platform driver [ 0.664138] uhci_hcd: USB Universal Host Controller Interface driver [ 0.678710] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.680017] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.681867] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.683150] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.684608] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.686187] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.687973] usb usb1: Product: UHCI Host Controller [ 0.689158] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.690618] usb usb1: SerialNumber: 0000:00:01.2 [ 0.691841] hub 1-0:1.0: USB hub found [ 0.692822] hub 1-0:1.0: 2 ports detected [ 0.693991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.696695] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.697913] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.699189] mousedev: PS/2 mouse device common for all mice [ 0.700737] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.703020] rtc_cmos 00:00: RTC can wake from S4 [ 0.704379] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.705853] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.707081] i2c /dev entries driver [ 0.707876] device-mapper: uevent: version 1.0.3 [ 0.708861] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.710537] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712031] NET: Registered protocol family 10 [ 0.713200] NET: Registered protocol family 17 [ 0.714122] Key type dns_resolver registered [ 0.715153] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716285] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.718124] registered taskstats version 1 [ 0.718974] Loading compiled-in X.509 certificates [ 0.720479] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.722395] zswap: loaded using pool lzo/zbud [ 0.724070] Key type trusted registered [ 0.725832] Key type encrypted registered [ 0.726675] AppArmor: AppArmor sha1 policy hashing enabled [ 0.727732] ima: No TPM chip found, activating TPM-bypass! [ 0.728813] evm: HMAC attrs: 0x1 [ 0.730000] Magic number: 10:543:1010 [ 0.730894] rtc_cmos 00:00: setting system clock to 2018-07-22 23:57:29 UTC (1532303849) [ 0.732560] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.733689] EDD information not available. [ 0.809325] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.821059] Write protecting the kernel read-only data: 14336k [ 0.823237] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.825102] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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.85 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.059872] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6VGuha5/q/R6+/9wdJ9+3p6rZJOtEkncpXfzctO8GIwipb6vMJ+dWgRF3IPJLRnGn8ej9PZQwMeukwoaE3A0tj5tpLdynFfZk+V+eg6cHqE5IeXMqcWPGtMpl9J7U6PqgzjWe6hbJ3oZ8stEHS+V8Dq3EbsNO/pumtX9nvE454k7k4U7cqbcO6O2Po1kE0RK2qQ8PQMnc1Qpbg5WZiW+FpPazLoER2TTbX8ntjUXSh1KjxSaGffE+VNVqZS3+zEdOjk2mVUxsmzmusU15bF9Q2Hlid6DXo5LH+lsHv1jB3bGm/bUYffdwlWP00mbWMRHBn+ucDADjhhTd9lqkvX2D root@singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931 ssh-dss AAAAB3NzaC1kc3MAAACBAJtlvqYRYcasM5nBDNY9LJOYjT19PZjzl2plJeTHPQGdhYCNKj6RLlMT+UzyEL3HU9LaXLkt/YfyJWmRdSj4OAEyJ45iLu1/EcKuKIFaYrbjVjYfB9HNLuS55Pv8u7BPfZODFhKJYw0QpEiS4w+o3KQqES4/izCHoYhrro8pxphLAAAAFQC7XmN10KxGZCjMi6KIErBN1wiyNQAAAIBN2hDnZqBSZCMLuQDjT9os+5tVPtNdxW7tPlrSm51KUAWQRO8OYMhXDyj+Oo79VkmY0cI1gKoBlPkz9vwmFz2ZGZRYgJNydSnGD40jpXfrYx1Q0hDs76QW0QRXELNeCrwJ1Q3qTtq07UEsraJSHtCY5qmYgSJVVd7D/sleI74jugAAAIADE3v6A3JNp2VeBffRkcziuA+YJzgx1Qg7Dfy2fHfbCaVSgeAsUjw+khxLWvnb0ZHUjMpVXe9TOf5vtUENKoy59rHE8uj9OtpOtldPZSpxueNCOQoSAY+h94QAbqvarVu/fUUZcwPmhVCGTmkdvnhH65rixsVVP7pNNMCSSnBWuA== root@singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.17s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fedf:6fa5/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931 launch-index: 0 === cirros: current=0.4.0 uptime=4.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-042353f0-6bf3-4a5b-9ff2-a4a07e900931 login: 2018-07-22 23:57:38,013 - paramiko.transport - DEBUG - starting thread (client mode): 0xafe64fd0L 2018-07-22 23:57:38,014 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 23:57:38,014 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 23:57:38,014 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 23:57:38,015 - 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-22 23:57:38,016 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 23:57:38,016 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 23:57:38,016 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 23:57:38,016 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 23:57:38,016 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 23:57:38,032 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 23:57:38,033 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 23:57:38,046 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 1b32104677840a2de9ab1e538ef5de39 2018-07-22 23:57:38,047 - paramiko.transport - DEBUG - Trying discovered key 006386cf5d791d35fcb31addce9fedbe in /tmp/tmpjnoupe 2018-07-22 23:57:38,069 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 23:57:38,076 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 23:57:38,079 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 23:57:38,080 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 23:57:38,081 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 23:57:38,082 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 23:57:38,083 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 23:57:38,083 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-22 23:57:38,091 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 23:57:38,210 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:57:38,210 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 23:57:38,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 23:57:38,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/c4f94fb9-01b9-42c6-9223-0be4d763c118.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:39,068 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c7258e51-9cdf-4653-b7ec-a5f6978d8554 Content-Length: 0 Date: Sun, 22 Jul 2018 23:57:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:57:39,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/c4f94fb9-01b9-42c6-9223-0be4d763c118.json used request id req-c7258e51-9cdf-4653-b7ec-a5f6978d8554 2018-07-22 23:57:39,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.850330114365s 2018-07-22 23:57:39,069 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/c4f94fb9-01b9-42c6-9223-0be4d763c118.json used request id req-c7258e51-9cdf-4653-b7ec-a5f6978d8554 2018-07-22 23:57:39,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:57:39,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:39,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-263e1e63-e862-489b-afbb-8423361c1d7a Date: Sun, 22 Jul 2018 23:57:39 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:57:39,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-263e1e63-e862-489b-afbb-8423361c1d7a 2018-07-22 23:57:39,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.190680980682s 2018-07-22 23:57:39,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-263e1e63-e862-489b-afbb-8423361c1d7a 2018-07-22 23:57:39,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:57:39,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:39,451 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01760b8f-a3b3-4774-a0cb-aab5ee3c5a1b x-compute-request-id: req-01760b8f-a3b3-4774-a0cb-aab5ee3c5a1b Content-Type: application/json 2018-07-22 23:57:39,451 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0 used request id req-01760b8f-a3b3-4774-a0cb-aab5ee3c5a1b 2018-07-22 23:57:39,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.184818029404s 2018-07-22 23:57:39,452 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0 used request id req-01760b8f-a3b3-4774-a0cb-aab5ee3c5a1b 2018-07-22 23:57:39,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:39,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:40,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57: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-df193234-d1d8-4807-814b-d9a9888f2d8c x-compute-request-id: req-df193234-d1d8-4807-814b-d9a9888f2d8c Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:6f:a5", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:6f:a5", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/da76e85a-1332-4838-a040-c199608c33f0", "rel": "bookmark"}], "image": {"id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "links": [{"href": "http://172.30.9.24:8774/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:57:28.000000", "flavor": {"id": "627dc38f-35de-4327-a927-3a460cff67f4", "links": [{"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "bookmark"}]}, "id": "da76e85a-1332-4838-a040-c199608c33f0", "security_groups": [{"name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}], "user_id": "c22be0c1be2445a1a5891b77bb456f6d", "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-22T23:57:39Z", "hostId": "55c662de5e27ddd96e9e6a631878366ca99041e3412b8ddd167f6dd7", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "name": "singlevm2-vm_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "created": "2018-07-22T23:57:19Z", "tenant_id": "be60874776bc4706beebe4921ab580d5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:57:40,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-df193234-d1d8-4807-814b-d9a9888f2d8c 2018-07-22 23:57:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622684001923s 2018-07-22 23:57:40,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-df193234-d1d8-4807-814b-d9a9888f2d8c 2018-07-22 23:57:40,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:57:42,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:57:42,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:42,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0176a851-96d9-4d8f-b201-ab506938e6fd x-compute-request-id: req-0176a851-96d9-4d8f-b201-ab506938e6fd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 23:57:42,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0176a851-96d9-4d8f-b201-ab506938e6fd 2018-07-22 23:57:42,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0803229808807s 2018-07-22 23:57:42,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0176a851-96d9-4d8f-b201-ab506938e6fd 2018-07-22 23:57:42,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:57:42,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:42,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-5a056652-c483-4109-8a0a-01d6b28e1227 Date: Sun, 22 Jul 2018 23:57:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:03Z", "updated_at": "2018-07-22T23:57:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "02036ac6-70aa-4947-ac06-ef7ef5e9ff8c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "158c4f66-7345-4905-ac90-e1611931701a", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "3d3e83d0-dab0-4888-9e84-606dacdcefa7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:03Z", "revision_number": 0, "id": "b8e0c729-d9a5-44b4-9116-d4bfe5a003f3", "remote_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:03Z", "security_group_id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 4, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "951957d9-4f5e-4d84-99db-f2668d58c3e0", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:14Z", "updated_at": "2018-07-22T23:57:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:57:15Z", "revision_number": 0, "id": "32ab9abf-acc3-4035-b631-499a73bffc79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:15Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:15Z", "revision_number": 0, "id": "44edb947-0fd7-415a-93a0-84e8b1c1180f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:15Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "57c2dc73-a4fb-442f-bce3-af1ea075d88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv6", "project_id": "be60874776bc4706beebe4921ab580d5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:14Z", "revision_number": 0, "id": "664de970-b241-4942-9f91-f2cb702eff93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:14Z", "security_group_id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "tenant_id": "be60874776bc4706beebe4921ab580d5", "port_range_min": null, "ethertype": "IPv4", "project_id": "be60874776bc4706beebe4921ab580d5"}], "revision_number": 4, "project_id": "be60874776bc4706beebe4921ab580d5", "id": "976d7f70-06d2-4a58-9c4c-2e5365c2d799", "name": "singlevm2-sg_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:42,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-5a056652-c483-4109-8a0a-01d6b28e1227 2018-07-22 23:57:42,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0537858009338s 2018-07-22 23:57:42,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-5a056652-c483-4109-8a0a-01d6b28e1227 2018-07-22 23:57:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 23:57:42,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/security-groups/976d7f70-06d2-4a58-9c4c-2e5365c2d799.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:42,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a0f65453-f469-4743-bb12-498f2dc8e883 Content-Length: 0 Date: Sun, 22 Jul 2018 23:57:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:57:42,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/976d7f70-06d2-4a58-9c4c-2e5365c2d799.json used request id req-a0f65453-f469-4743-bb12-498f2dc8e883 2018-07-22 23:57:42,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.421993017197s 2018-07-22 23:57:42,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/976d7f70-06d2-4a58-9c4c-2e5365c2d799.json used request id req-a0f65453-f469-4743-bb12-498f2dc8e883 2018-07-22 23:57:42,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 23:57:42,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:42,705 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:57:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e78d5155-7dde-4f40-9ce6-abd17af16365 x-compute-request-id: req-e78d5155-7dde-4f40-9ce6-abd17af16365 Content-Length: 0 Content-Type: application/json 2018-07-22 23:57:42,705 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931 used request id req-e78d5155-7dde-4f40-9ce6-abd17af16365 2018-07-22 23:57:42,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0627031326294s 2018-07-22 23:57:42,706 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/singlevm2-kp_042353f0-6bf3-4a5b-9ff2-a4a07e900931 used request id req-e78d5155-7dde-4f40-9ce6-abd17af16365 2018-07-22 23:57:42,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:57:42,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/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}1e89964a38b38488729ae76a049c207908c7561b" -d '{"subnet_id": "8f53b276-036c-4871-9614-ac3311db76e3"}' 2018-07-22 23:57:44,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dd279d34-2d1a-4cbc-bc03-70a03cc8ab37 Date: Sun, 22 Jul 2018 23:57:44 GMT RESP BODY: {"network_id": "755c318a-18a4-4c64-bbbc-3a3d7e4ca000", "tenant_id": "be60874776bc4706beebe4921ab580d5", "subnet_id": "8f53b276-036c-4871-9614-ac3311db76e3", "subnet_ids": ["8f53b276-036c-4871-9614-ac3311db76e3"], "port_id": "077d75d1-b137-4e0e-a720-ac7171e4cca6", "id": "889285f0-67c0-4c55-8db1-2d002f6a5721"} 2018-07-22 23:57:44,213 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/remove_router_interface.json used request id req-dd279d34-2d1a-4cbc-bc03-70a03cc8ab37 2018-07-22 23:57:44,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50721001625s 2018-07-22 23:57:44,214 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721/remove_router_interface.json used request id req-dd279d34-2d1a-4cbc-bc03-70a03cc8ab37 returning object 889285f0-67c0-4c55-8db1-2d002f6a5721 2018-07-22 23:57:44,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:57:44,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:44,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1843 X-Openstack-Request-Id: req-de384d55-8657-40aa-9ba0-4a22ea8d9740 Date: Sun, 22 Jul 2018 23:57:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:04Z", "admin_state_up": true, "updated_at": "2018-07-22T23:57:05Z", "revision_number": 2, "routes": [], "project_id": "be60874776bc4706beebe4921ab580d5", "id": "391d1d73-9c06-4671-8ee8-865f492258c6", "name": "singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:06Z", "admin_state_up": true, "updated_at": "2018-07-22T23:57:07Z", "revision_number": 2, "routes": [], "project_id": "be60874776bc4706beebe4921ab580d5", "id": "58aa223c-e7a8-4893-8ca2-44ba1d739b57", "name": "singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "be60874776bc4706beebe4921ab580d5", "created_at": "2018-07-22T23:57:07Z", "admin_state_up": true, "updated_at": "2018-07-22T23:57:43Z", "revision_number": 4, "routes": [], "project_id": "be60874776bc4706beebe4921ab580d5", "id": "889285f0-67c0-4c55-8db1-2d002f6a5721", "name": "singlevm2-router_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:44,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-de384d55-8657-40aa-9ba0-4a22ea8d9740 2018-07-22 23:57:44,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.124813079834s 2018-07-22 23:57:44,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-de384d55-8657-40aa-9ba0-4a22ea8d9740 2018-07-22 23:57:44,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:57:44,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:45,549 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f24d92f3-f27a-431c-a565-aacd46db614d Content-Length: 0 Date: Sun, 22 Jul 2018 23:57:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:57:45,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721.json used request id req-f24d92f3-f27a-431c-a565-aacd46db614d 2018-07-22 23:57:45,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.20835280418s 2018-07-22 23:57:45,550 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/889285f0-67c0-4c55-8db1-2d002f6a5721.json used request id req-f24d92f3-f27a-431c-a565-aacd46db614d 2018-07-22 23:57:45,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:57:45,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:45,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ab318938-5ce6-4db8-8791-538b1ed69d99 Date: Sun, 22 Jul 2018 23:57:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"be60874776bc4706beebe4921ab580d5","id":"8f53b276-036c-4871-9614-ac3311db76e3","subnetpool_id":null,"name":"singlevm2-subnet_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:45,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-ab318938-5ce6-4db8-8791-538b1ed69d99 2018-07-22 23:57:45,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.212042808533s 2018-07-22 23:57:45,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-ab318938-5ce6-4db8-8791-538b1ed69d99 2018-07-22 23:57:45,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:57:45,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/8f53b276-036c-4871-9614-ac3311db76e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:48,123 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea4277bc-73aa-4156-ab6b-5b46caaf07ee Date: Sun, 22 Jul 2018 23:57:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:57:48,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/8f53b276-036c-4871-9614-ac3311db76e3.json used request id req-ea4277bc-73aa-4156-ab6b-5b46caaf07ee 2018-07-22 23:57:48,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35895991325s 2018-07-22 23:57:48,124 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/8f53b276-036c-4871-9614-ac3311db76e3.json used request id req-ea4277bc-73aa-4156-ab6b-5b46caaf07ee 2018-07-22 23:57:48,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:48,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:48,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-706f12eb-58aa-4ca2-8b54-cdf0a9498559 Date: Sun, 22 Jul 2018 23:57:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:57:47Z","tenant_id":"be60874776bc4706beebe4921ab580d5","created_at":"2018-07-22T23:57:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"be60874776bc4706beebe4921ab580d5","id":"755c318a-18a4-4c64-bbbc-3a3d7e4ca000","name":"singlevm2-net_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}]} 2018-07-22 23:57:48,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-706f12eb-58aa-4ca2-8b54-cdf0a9498559 2018-07-22 23:57:48,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126674890518s 2018-07-22 23:57:48,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-706f12eb-58aa-4ca2-8b54-cdf0a9498559 2018-07-22 23:57:48,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:57:48,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/755c318a-18a4-4c64-bbbc-3a3d7e4ca000.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:49,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c38e3ae-fefc-4a86-84c9-73f4f47d1edb Date: Sun, 22 Jul 2018 23:57:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:57:49,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/755c318a-18a4-4c64-bbbc-3a3d7e4ca000.json used request id req-5c38e3ae-fefc-4a86-84c9-73f4f47d1edb 2018-07-22 23:57:49,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.55700612068s 2018-07-22 23:57:49,810 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/755c318a-18a4-4c64-bbbc-3a3d7e4ca000.json used request id req-5c38e3ae-fefc-4a86-84c9-73f4f47d1edb 2018-07-22 23:57:49,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:57:49,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:50,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d5a1153e-ef19-4aab-8156-2370067581d5 Date: Sun, 22 Jul 2018 23:57:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/snap", "metadata": {}}], "file": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/file", "owner": "be60874776bc4706beebe4921ab580d5", "id": "3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "size": 12716032, "self": "/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:57:13Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:57:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:57:50,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-d5a1153e-ef19-4aab-8156-2370067581d5 2018-07-22 23:57:50,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202394962311s 2018-07-22 23:57:50,018 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-d5a1153e-ef19-4aab-8156-2370067581d5 2018-07-22 23:57:50,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 23:57:50,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1e89964a38b38488729ae76a049c207908c7561b" 2018-07-22 23:57:51,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3942867b-e23b-4f7b-86fa-eff55d7d85a8 Date: Sun, 22 Jul 2018 23:57:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:57:51,622 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e used request id req-3942867b-e23b-4f7b-86fa-eff55d7d85a8 2018-07-22 23:57:51,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.60165810585s 2018-07-22 23:57:51,622 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/3d36b1f4-fb94-4ece-835e-16f4f26fb68e used request id req-3942867b-e23b-4f7b-86fa-eff55d7d85a8 2018-07-22 23:57:51,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:57:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:51,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fba47f54-84b2-47a9-99e5-d1590009e338 x-compute-request-id: req-fba47f54-84b2-47a9-99e5-d1590009e338 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/627dc38f-35de-4327-a927-3a460cff67f4", "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": "627dc38f-35de-4327-a927-3a460cff67f4"}]} 2018-07-22 23:57:51,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-fba47f54-84b2-47a9-99e5-d1590009e338 2018-07-22 23:57:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.1682741642s 2018-07-22 23:57:51,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-fba47f54-84b2-47a9-99e5-d1590009e338 2018-07-22 23:57:51,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 23:57:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:51,853 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7791232b-fbc4-4479-a377-6f7b9c65b839 x-compute-request-id: req-7791232b-fbc4-4479-a377-6f7b9c65b839 Content-Length: 0 Content-Type: application/json 2018-07-22 23:57:51,854 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4 used request id req-7791232b-fbc4-4479-a377-6f7b9c65b839 2018-07-22 23:57:51,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0605070590973s 2018-07-22 23:57:51,854 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/627dc38f-35de-4327-a927-3a460cff67f4 used request id req-7791232b-fbc4-4479-a377-6f7b9c65b839 2018-07-22 23:57:51,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:57:51,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:51,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ccd6b27-dbe9-41f5-b482-5043345ff999 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": {"self": "http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c22be0c1be2445a1a5891b77bb456f6d", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:57:51,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5ccd6b27-dbe9-41f5-b482-5043345ff999 2018-07-22 23:57:51,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115854024887s 2018-07-22 23:57:51,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5ccd6b27-dbe9-41f5-b482-5043345ff999 2018-07-22 23:57:51,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:57:51,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:52,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb3496d-a40d-4b39-94f7-d2909fd49ab6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_042353f0-6bf3-4a5b-9ff2-a4a07e900931", "links": {"self": "http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c22be0c1be2445a1a5891b77bb456f6d", "description": null}} 2018-07-22 23:57:52,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d used request id req-ffb3496d-a40d-4b39-94f7-d2909fd49ab6 2018-07-22 23:57:52,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213447809219s 2018-07-22 23:57:52,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d used request id req-ffb3496d-a40d-4b39-94f7-d2909fd49ab6 2018-07-22 23:57:52,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 23:57:52,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:52,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d9dcad8-16a0-497b-915b-b9fea31c9340 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:57:52,552 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d used request id req-4d9dcad8-16a0-497b-915b-b9fea31c9340 2018-07-22 23:57:52,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.360721111298s 2018-07-22 23:57:52,552 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c22be0c1be2445a1a5891b77bb456f6d used request id req-4d9dcad8-16a0-497b-915b-b9fea31c9340 2018-07-22 23:57:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:57:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:52,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485cbc4c-1e4b-4d93-9e26-2c5f7689a001 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5"}, "tags": [], "enabled": true, "id": "be60874776bc4706beebe4921ab580d5", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_042353f0-6bf3-4a5b-9ff2-a4a07e900931"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:57:52,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-485cbc4c-1e4b-4d93-9e26-2c5f7689a001 2018-07-22 23:57:52,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101034879684s 2018-07-22 23:57:52,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-485cbc4c-1e4b-4d93-9e26-2c5f7689a001 2018-07-22 23:57:52,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 23:57:52,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:52,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ad33ed5-bbbd-4971-a2ff-952312c155bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:57:52,912 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5 used request id req-5ad33ed5-bbbd-4971-a2ff-952312c155bc 2018-07-22 23:57:52,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.247797012329s 2018-07-22 23:57:52,912 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/be60874776bc4706beebe4921ab580d5 used request id req-5ad33ed5-bbbd-4971-a2ff-952312c155bc 2018-07-22 23:57:52,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:52,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:53,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9312429b-8065-44a2-ad32-74dc657abe12 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb00c0819aaf4737a6873170a708d8aa", "links": {"self": "http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa"}, "name": "Member"}]} 2018-07-22 23:57:53,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-9312429b-8065-44a2-ad32-74dc657abe12 2018-07-22 23:57:53,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.091667175293s 2018-07-22 23:57:53,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-9312429b-8065-44a2-ad32-74dc657abe12 2018-07-22 23:57:53,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 23:57:53,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3cb0d3ad3bd2323f730d9dcfd615abe00b6eaffb" 2018-07-22 23:57:53,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00a5ed53-ac65-4258-b3dc-b2a4123851a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:57:53,143 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa used request id req-00a5ed53-ac65-4258-b3dc-b2a4123851a5 2018-07-22 23:57:53,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.12985086441s 2018-07-22 23:57:53,143 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/fb00c0819aaf4737a6873170a708d8aa used request id req-00a5ed53-ac65-4258-b3dc-b2a4123851a5 2018-07-22 23:57:53,197 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-22 23:57:53,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:57:53,247 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:57:53,248 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:57:53,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:57:53,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:57:53,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:57:53,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:53,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3cc8300-92ce-4291-9857-388035d1ad39 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:57:53,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-d3cc8300-92ce-4291-9857-388035d1ad39 2018-07-22 23:57:53,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:57:53,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["CQjuxZylQv2Mdpao6i1jPQ"], "issued_at": "2018-07-22T23:57:53.000000Z"}} 2018-07-22 23:57:53,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:54,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8be1aafd-ec07-4bf6-8c33-89036c11eed0 Date: Sun, 22 Jul 2018 23:57:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:57:54,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8be1aafd-ec07-4bf6-8c33-89036c11eed0 2018-07-22 23:57:54,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.425100803375s 2018-07-22 23:57:54,071 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8be1aafd-ec07-4bf6-8c33-89036c11eed0 2018-07-22 23:57:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:54,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:57:54,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:57:54,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:54,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c115a3d-501b-4509-bd52-f53a5d9b3384 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:57:54,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-7c115a3d-501b-4509-bd52-f53a5d9b3384 2018-07-22 23:57:54,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102114915848s 2018-07-22 23:57:54,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-7c115a3d-501b-4509-bd52-f53a5d9b3384 2018-07-22 23:57:54,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 23:57:54,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4"}}' 2018-07-22 23:57:54,333 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29759b3e-3652-4e30-8cdc-9a798e9e3930 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.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957"}, "tags": [], "enabled": true, "id": "1eff9e6600eb4cbf81161407e7ef4957", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4"}} 2018-07-22 23:57:54,333 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-29759b3e-3652-4e30-8cdc-9a798e9e3930 2018-07-22 23:57:54,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.141564846039s 2018-07-22 23:57:54,334 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-29759b3e-3652-4e30-8cdc-9a798e9e3930 2018-07-22 23:57:54,334 - 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'1eff9e6600eb4cbf81161407e7ef4957', '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_35818a3c-4cab-4970-9cce-be7095a7a4a4'}) 2018-07-22 23:57:54,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 23:57:54,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f08c711b-a216-4b9a-ba88-36ae309af5f1", "email": null, "name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4"}}' 2018-07-22 23:57:54,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19f798a5-2117-4678-b81c-e809de2b4181 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": {"self": "http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44ef58cc0e444cc3b242511e85ab6a1b", "domain_id": "default", "password_expires_at": null}} 2018-07-22 23:57:54,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-19f798a5-2117-4678-b81c-e809de2b4181 2018-07-22 23:57:54,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.426259040833s 2018-07-22 23:57:54,768 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-19f798a5-2117-4678-b81c-e809de2b4181 2018-07-22 23:57:54,768 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'44ef58cc0e444cc3b242511e85ab6a1b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4'}) 2018-07-22 23:57:54,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:54,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:54,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61fb82d0-181a-42b8-b211-efc268c8bfbb Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:57:54,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-61fb82d0-181a-42b8-b211-efc268c8bfbb 2018-07-22 23:57:54,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977411270142s 2018-07-22 23:57:54,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-61fb82d0-181a-42b8-b211-efc268c8bfbb 2018-07-22 23:57:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:54,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:54,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d36bd5-726a-4c7e-adcf-d0a737ba5f00 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:57:54,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8d36bd5-726a-4c7e-adcf-d0a737ba5f00 2018-07-22 23:57:54,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105753898621s 2018-07-22 23:57:54,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-b8d36bd5-726a-4c7e-adcf-d0a737ba5f00 2018-07-22 23:57:54,982 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 23:57:54,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 23:57:54,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" -d '{"role": {"name": "Member"}}' 2018-07-22 23:57:55,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2984eb62-8ab2-41f8-81be-704ee37a3d85 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef4b2267debd4452b192179c8de5b818", "links": {"self": "http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818"}, "name": "Member"}} 2018-07-22 23:57:55,106 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-2984eb62-8ab2-41f8-81be-704ee37a3d85 2018-07-22 23:57:55,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.12043595314s 2018-07-22 23:57:55,106 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-2984eb62-8ab2-41f8-81be-704ee37a3d85 2018-07-22 23:57:55,107 - functest.core.tenantnetwork - DEBUG - role: 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'ef4b2267debd4452b192179c8de5b818'}) 2018-07-22 23:57:55,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:57:55,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784a48d5-43d0-4aae-91ab-d6a19482502f Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ef4b2267debd4452b192179c8de5b818", "links": {"self": "http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818"}, "name": "Member"}]} 2018-07-22 23:57:55,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-784a48d5-43d0-4aae-91ab-d6a19482502f 2018-07-22 23:57:55,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0992109775543s 2018-07-22 23:57:55,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-784a48d5-43d0-4aae-91ab-d6a19482502f 2018-07-22 23:57:55,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:57:55,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b21eb0-ef8f-4ac6-b3aa-87fdcb89a5f3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 23:57:55,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-a9b21eb0-ef8f-4ac6-b3aa-87fdcb89a5f3 2018-07-22 23:57:55,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0945889949799s 2018-07-22 23:57:55,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-a9b21eb0-ef8f-4ac6-b3aa-87fdcb89a5f3 2018-07-22 23:57:55,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:57:55,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27c1696d-ec55-484f-8508-da92a366b5b2 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": {"self": "http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44ef58cc0e444cc3b242511e85ab6a1b", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:57:55,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-27c1696d-ec55-484f-8508-da92a366b5b2 2018-07-22 23:57:55,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114613056183s 2018-07-22 23:57:55,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-27c1696d-ec55-484f-8508-da92a366b5b2 2018-07-22 23:57:55,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:57:55,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101f31fc-81bf-4a97-867a-77e9b918d813 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957"}, "tags": [], "enabled": true, "id": "1eff9e6600eb4cbf81161407e7ef4957", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:57:55,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-101f31fc-81bf-4a97-867a-77e9b918d813 2018-07-22 23:57:55,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103699922562s 2018-07-22 23:57:55,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-101f31fc-81bf-4a97-867a-77e9b918d813 2018-07-22 23:57:55,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:57:55,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=44ef58cc0e444cc3b242511e85ab6a1b&role.id=ef4b2267debd4452b192179c8de5b818&scope.project.id=1eff9e6600eb4cbf81161407e7ef4957" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3baec83-d04e-4994-8289-b75dfc109e84 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=44ef58cc0e444cc3b242511e85ab6a1b&role.id=ef4b2267debd4452b192179c8de5b818&scope.project.id=1eff9e6600eb4cbf81161407e7ef4957", "previous": null, "next": null}} 2018-07-22 23:57:55,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=44ef58cc0e444cc3b242511e85ab6a1b&role.id=ef4b2267debd4452b192179c8de5b818&scope.project.id=1eff9e6600eb4cbf81161407e7ef4957 used request id req-a3baec83-d04e-4994-8289-b75dfc109e84 2018-07-22 23:57:55,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0862030982971s 2018-07-22 23:57:55,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=44ef58cc0e444cc3b242511e85ab6a1b&role.id=ef4b2267debd4452b192179c8de5b818&scope.project.id=1eff9e6600eb4cbf81161407e7ef4957 used request id req-a3baec83-d04e-4994-8289-b75dfc109e84 2018-07-22 23:57:55,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 23:57:55,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957/users/44ef58cc0e444cc3b242511e85ab6a1b/roles/ef4b2267debd4452b192179c8de5b818 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:57:55,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7178a00-8465-4b02-b868-65e4842b338a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:57:55,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957/users/44ef58cc0e444cc3b242511e85ab6a1b/roles/ef4b2267debd4452b192179c8de5b818 used request id req-e7178a00-8465-4b02-b868-65e4842b338a 2018-07-22 23:57:55,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.2124979496s 2018-07-22 23:57:55,853 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957/users/44ef58cc0e444cc3b242511e85ab6a1b/roles/ef4b2267debd4452b192179c8de5b818 used request id req-e7178a00-8465-4b02-b868-65e4842b338a 2018-07-22 23:57:55,854 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', 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'1eff9e6600eb4cbf81161407e7ef4957', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f08c711b-a216-4b9a-ba88-36ae309af5f1', 'username': u'vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:57:55,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:57:55,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:57:55,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:57:55,859 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'password': 'f08c711b-a216-4b9a-ba88-36ae309af5f1', 'project_name': 'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '1eff9e6600eb4cbf81161407e7ef4957', 'project_domain_name': 'Default'} 2018-07-22 23:57:55,859 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-22 23:57:55,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:57:55,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17265c17-23fd-4310-946a-5ce833601e7a 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:57:55,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-17265c17-23fd-4310-946a-5ce833601e7a 2018-07-22 23:57:55,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:57:56,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef4b2267debd4452b192179c8de5b818", "name": "Member"}], "expires_at": "2018-07-23T00:57:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1eff9e6600eb4cbf81161407e7ef4957", "name": "vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/1eff9e6600eb4cbf81161407e7ef4957", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/1eff9e6600eb4cbf81161407e7ef4957", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/1eff9e6600eb4cbf81161407e7ef4957", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/1eff9e6600eb4cbf81161407e7ef4957", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1eff9e6600eb4cbf81161407e7ef4957", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/1eff9e6600eb4cbf81161407e7ef4957", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/1eff9e6600eb4cbf81161407e7ef4957", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_1eff9e6600eb4cbf81161407e7ef4957", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_1eff9e6600eb4cbf81161407e7ef4957", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4", "id": "44ef58cc0e444cc3b242511e85ab6a1b"}, "audit_ids": ["NgPLcbzKRcWoSclrWt9q3A"], "issued_at": "2018-07-22T23:57:56.000000Z"}} 2018-07-22 23:57:56,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:57:56,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"network": {"name": "vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4", "admin_state_up": true}}' 2018-07-22 23:57:57,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-d7722bcf-11d6-4500-a376-df7ca09bf90b Date: Sun, 22 Jul 2018 23:57:57 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T23:57:56Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}} 2018-07-22 23:57:57,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d7722bcf-11d6-4500-a376-df7ca09bf90b 2018-07-22 23:57:57,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.768240213394s 2018-07-22 23:57:57,027 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d7722bcf-11d6-4500-a376-df7ca09bf90b 2018-07-22 23:57:57,028 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:57:56Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'a077e0b4-0a79-46f8-a330-15a6cda44771', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4', u'admin_state_up': True, u'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', u'created_at': u'2018-07-22T23:57:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1eff9e6600eb4cbf81161407e7ef4957'}) 2018-07-22 23:57:57,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:57:57,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:57:57,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-f60efe67-2818-44bc-9555-7ec1b43b044f Date: Sun, 22 Jul 2018 23:57:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:57:56Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:57:57,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f60efe67-2818-44bc-9555-7ec1b43b044f 2018-07-22 23:57:57,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288405895233s 2018-07-22 23:57:57,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f60efe67-2818-44bc-9555-7ec1b43b044f 2018-07-22 23:57:57,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:57:57,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"subnet": {"name": "vping_ssh-subnet_35818a3c-4cab-4970-9cce-be7095a7a4a4", "enable_dhcp": true, "network_id": "a077e0b4-0a79-46f8-a330-15a6cda44771", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:57:58,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-bfbcd9fb-2dc3-40da-99b4-48acdc888bb9 Date: Sun, 22 Jul 2018 23:57:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","subnetpool_id":null,"name":"vping_ssh-subnet_35818a3c-4cab-4970-9cce-be7095a7a4a4"}} 2018-07-22 23:57:58,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-bfbcd9fb-2dc3-40da-99b4-48acdc888bb9 2018-07-22 23:57:58,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.12664699554s 2018-07-22 23:57:58,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-bfbcd9fb-2dc3-40da-99b4-48acdc888bb9 2018-07-22 23:57:58,446 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:57:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ce181ca6-7d04-45d6-bb96-bde17a0b62d0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_35818a3c-4cab-4970-9cce-be7095a7a4a4', u'enable_dhcp': True, u'network_id': u'a077e0b4-0a79-46f8-a330-15a6cda44771', u'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', u'created_at': u'2018-07-22T23:57:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1eff9e6600eb4cbf81161407e7ef4957'}) 2018-07-22 23:57:58,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:57:58,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "vping_ssh-router_35818a3c-4cab-4970-9cce-be7095a7a4a4", "admin_state_up": true}}' 2018-07-22 23:57:59,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-0e239cb9-31f4-427d-b81a-e089ea58f61e Date: Sun, 22 Jul 2018 23:57:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:57:58Z", "admin_state_up": true, "updated_at": "2018-07-22T23:57:59Z", "revision_number": 2, "routes": [], "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "cfa5b2bd-a126-497b-a698-09341f05c6f6", "name": "vping_ssh-router_35818a3c-4cab-4970-9cce-be7095a7a4a4"}} 2018-07-22 23:57:59,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0e239cb9-31f4-427d-b81a-e089ea58f61e 2018-07-22 23:57:59,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36006188393s 2018-07-22 23:57:59,808 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-0e239cb9-31f4-427d-b81a-e089ea58f61e 2018-07-22 23:57:59,808 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', u'created_at': u'2018-07-22T23:57:58Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T23:57:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'1eff9e6600eb4cbf81161407e7ef4957', u'id': u'cfa5b2bd-a126-497b-a698-09341f05c6f6', u'name': u'vping_ssh-router_35818a3c-4cab-4970-9cce-be7095a7a4a4'}) 2018-07-22 23:57:59,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:57:59,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"subnet_id": "ce181ca6-7d04-45d6-bb96-bde17a0b62d0"}' 2018-07-22 23:58:02,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e0a3e7f0-38b6-4f6e-b6c4-dd9843267710 Date: Sun, 22 Jul 2018 23:58:02 GMT RESP BODY: {"network_id": "a077e0b4-0a79-46f8-a330-15a6cda44771", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "subnet_id": "ce181ca6-7d04-45d6-bb96-bde17a0b62d0", "subnet_ids": ["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"], "port_id": "08a0e278-e312-40c2-abf6-d6c304c0b404", "id": "cfa5b2bd-a126-497b-a698-09341f05c6f6"} 2018-07-22 23:58:02,011 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/add_router_interface.json used request id req-e0a3e7f0-38b6-4f6e-b6c4-dd9843267710 2018-07-22 23:58:02,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20225191116s 2018-07-22 23:58:02,011 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/add_router_interface.json used request id req-e0a3e7f0-38b6-4f6e-b6c4-dd9843267710 returning object cfa5b2bd-a126-497b-a698-09341f05c6f6 2018-07-22 23:58:02,012 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:58:02,144 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:58:02,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:58:02,150 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:58:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:58:02,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:58:02,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:02,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a8b6145c-0bd2-46f1-be4c-d95a916289cf Date: Sun, 22 Jul 2018 23:58:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:58:02,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-a8b6145c-0bd2-46f1-be4c-d95a916289cf 2018-07-22 23:58:02,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.696453094482s 2018-07-22 23:58:02,849 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-a8b6145c-0bd2-46f1-be4c-d95a916289cf 2018-07-22 23:58:02,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:58:02,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4"}' 2018-07-22 23:58:03,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b1b7c01e-07fe-48e6-88df-75d00d3418b6 Date: Sun, 22 Jul 2018 23:58:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file", "owner": "1eff9e6600eb4cbf81161407e7ef4957", "id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "size": null, "self": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:58:03Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "checksum": null, "created_at": "2018-07-22T23:58:03Z", "protected": false} 2018-07-22 23:58:03,572 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b1b7c01e-07fe-48e6-88df-75d00d3418b6 2018-07-22 23:58:03,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.714352846146s 2018-07-22 23:58:03,572 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-b1b7c01e-07fe-48e6-88df-75d00d3418b6 returning object 0ce209b2-41f5-46bd-a02e-a980392b6187 2018-07-22 23:58:03,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:58:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '' 2018-07-22 23:58:04,284 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f4db018-f883-47de-afe5-c2ab6da6cf07 Date: Sun, 22 Jul 2018 23:58:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:58:04,284 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file used request id req-4f4db018-f883-47de-afe5-c2ab6da6cf07 2018-07-22 23:58:04,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.711415052414s 2018-07-22 23:58:04,284 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file used request id req-4f4db018-f883-47de-afe5-c2ab6da6cf07 2018-07-22 23:58:04,285 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:58:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file', u'owner': u'1eff9e6600eb4cbf81161407e7ef4957', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'0ce209b2-41f5-46bd-a02e-a980392b6187', u'size': None, u'name': u'vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4', u'checksum': None, u'self': u'/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:58:03Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:58:04,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:58:04,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:58:05,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-37c0cd6c-00cf-4f9c-b3a0-249faed028ee x-compute-request-id: req-37c0cd6c-00cf-4f9c-b3a0-249faed028ee Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "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": "557a3fbb-db61-4f59-a70c-5bb3362abf61"}} 2018-07-22 23:58:05,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-37c0cd6c-00cf-4f9c-b3a0-249faed028ee 2018-07-22 23:58:05,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.753821134567s 2018-07-22 23:58:05,040 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-37c0cd6c-00cf-4f9c-b3a0-249faed028ee 2018-07-22 23:58:05,041 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4', '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'd2708d2078d347d995ef4237b108faeb', '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'557a3fbb-db61-4f59-a70c-5bb3362abf61', 'swap': 0}) 2018-07-22 23:58:05,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:58:05,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61/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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" -d '{"extra_specs": {}}' 2018-07-22 23:58:05,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-59604f22-3281-4f2f-aca6-1b93d367bf92 x-compute-request-id: req-59604f22-3281-4f2f-aca6-1b93d367bf92 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:58:05,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61/os-extra_specs used request id req-59604f22-3281-4f2f-aca6-1b93d367bf92 2018-07-22 23:58:05,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241870880127s 2018-07-22 23:58:05,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61/os-extra_specs used request id req-59604f22-3281-4f2f-aca6-1b93d367bf92 2018-07-22 23:58:05,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-22 23:58:05,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"keypair": {"name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4"}}' 2018-07-22 23:58:05,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-879fee66-645b-41e6-be14-7919e6482f3d x-compute-request-id: req-879fee66-645b-41e6-be14-7919e6482f3d Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAp1XAvckpUfgwNt7s+ZTjtrNs5eOymK7JIW4YpaInqICUvw2L/P3h1b8RKtGQ+t74hogqGusLw+PlkcAUGRcuBhz3Gb4VItny+xaoKWzxb4QRdp9MofmxqGcxKK98RBlYArYijZL9S1msas+P0wQ9ITQVQt8o6JURq1224fQgmRNkaVjUJKxJYC1LQEzJGj1D7x1Sl5OzFfQuMawyRSBvpdWtaZ7OS7Sn2VS++A58BivjjMXLGBM1PlTWXVenuVtWy8QHWRoCYw0qIxhn1dzOo3C4sU49Xu2RMXm8sTnl7l8T95wRg03IHGPbLqfILwuGbRGsu0Dj9N8GGXYbir+/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwKdVwL3JKVH4MDbe7PmU47azbOXjspiuySFuGKWiJ6iAlL8N\ni/z94dW/ESrRkPre+IaIKhrrC8Pj5ZHAFBkXLgYc9xm+FSLZ8vsWqCls8W+EEXaf\nTKH5sahnMSivfEQZWAK2Io2S/UtZrGrPj9MEPSE0FULfKOiVEatdtuH0IJkTZGlY\n1CSsSWAtS0BMyRo9Q+8dUpeTsxX0LjGsMkUgb6XVrWmezku0p9lUvvgOfAYr44zF\nyxgTNT5U1l1Xp7lbVsvEB1kaAmMNKiMYZ9XczqNwuLFOPV7tkTF5vLE55e5fE/ec\nEYNNyBxj2y6nyC8Lhm0RrLtA4/TfBhl2G4q/vwIDAQABAoIBADBxIxfe4NkZ+l0t\nPuq5ax3DD+S+/X0n9TMvy744z8hHD2XXkHF1wOTrWSrY6G8bFbvKICzuLdH8hK5x\n8qlbEcAJ23iqqWgpJkJ5rl3EZNdkogG+IRok1GM+pAvxXgbSHMlLjT6s+JvmOXso\nNF7GwZcZZT4/XVus9+bEf0EAGeGkDBlcDFfTaNyBa40Mg9s6biPM98SxIZGnQASf\nxRyGielmTg8R1pWX/ZzHR73zvWcmlxEdhESGfxynYuK0VdikGSH6KiH9Kpvl8tNn\n96jZtRzibL7mgfmNs9V84wTz8UjA3qLlR7VzHEdBlGNDrza8+UGrWk15ItLIEdke\nS5J6WnECgYEA7MwT/zcZ0Uk8YEectQM5eFrvrrVaDzgqva4qDq50J7nb16OQEiBI\nrt1TMWxtEQA4b+WS/4qFAbWMhjs5bC0wr2KWUZjUmewb/fXq7pfP4dAixi7CR8sd\nwMrRB7NnGCkAJYqbwztn94mwsH5va+4XtSqbb8Ikt7KrzTWj2Mv62NcCgYEA0EbV\nvDspI00oWghwNG5dhkEUQW2shqiMNNb/Xs+1t2r0NYn3yS56CE+0392+b7K0ROvm\nRatFoeTBzLWXxU9JFzyotuRIfsP6/Tl9Kx7Pj+sTWkfEOnjIxfJAb4WpqvpuUdY6\nFIqQMd7x/XNlU2VzuT52xOdZlnnltsbXUYT461kCgYA5iF/3azjPm56auet+I1ls\nP5Pqe8900S25Rj6bsJEyMbsTSn8vmD5wlf+ni3N4ZPhRX5L2mX41axnIZ01NVjF0\n+1wQWTSWbUJj0sMQ0zvD3qEES8oSTWxeMijVWSZcPWH2vRWZOq7I+uA+EYoazA9g\nigiX/7CSHUwWoMi9XNoGowKBgHLrcsl+ly9MRoSO/WJgtyf5xrRnUHeojlwleRiW\nYTzIPeFAtEEEbP8jA7k2P/qfzwnsY81zOGOgtjI+zHRpT/oLVUg846dWeam5S9A8\nGujdG3uH98UPmjBmf5lJVhnqPm7XVoq4/eEWk812G6WNZ/IBfkUdJfh6X/6e7nWj\nejlZAoGBANTVAEQqpAOdjeqYuM/WbdcbXapBlvXi5IaTpVxyEHGdWMsCstA/2I+S\npvi6yW7jzChi8GrFya/Np+xwdlfDRtAwiyjA2/rgQY08/uKv5ZVv9NMls1MP9NbK\nsNqzYqm9e1QG4nGYZZr/0Tmb7d508joUrM4CQ8+K4CcfPMTQxcQi\n-----END RSA PRIVATE KEY-----\n", "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "fingerprint": "fa:b2:aa:03:7f:b4:49:f0:cb:a6:a2:28:0c:36:59:11"}} 2018-07-22 23:58:05,427 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-879fee66-645b-41e6-be14-7919e6482f3d 2018-07-22 23:58:05,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.361166954041s 2018-07-22 23:58:05,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-879fee66-645b-41e6-be14-7919e6482f3d 2018-07-22 23:58:05,429 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAp1XAvckpUfgwNt7s+ZTjtrNs5eOymK7JIW4YpaInqICUvw2L/P3h1b8RKtGQ+t74hogqGusLw+PlkcAUGRcuBhz3Gb4VItny+xaoKWzxb4QRdp9MofmxqGcxKK98RBlYArYijZL9S1msas+P0wQ9ITQVQt8o6JURq1224fQgmRNkaVjUJKxJYC1LQEzJGj1D7x1Sl5OzFfQuMawyRSBvpdWtaZ7OS7Sn2VS++A58BivjjMXLGBM1PlTWXVenuVtWy8QHWRoCYw0qIxhn1dzOo3C4sU49Xu2RMXm8sTnl7l8T95wRg03IHGPbLqfILwuGbRGsu0Dj9N8GGXYbir+/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwKdVwL3JKVH4MDbe7PmU47azbOXjspiuySFuGKWiJ6iAlL8N\ni/z94dW/ESrRkPre+IaIKhrrC8Pj5ZHAFBkXLgYc9xm+FSLZ8vsWqCls8W+EEXaf\nTKH5sahnMSivfEQZWAK2Io2S/UtZrGrPj9MEPSE0FULfKOiVEatdtuH0IJkTZGlY\n1CSsSWAtS0BMyRo9Q+8dUpeTsxX0LjGsMkUgb6XVrWmezku0p9lUvvgOfAYr44zF\nyxgTNT5U1l1Xp7lbVsvEB1kaAmMNKiMYZ9XczqNwuLFOPV7tkTF5vLE55e5fE/ec\nEYNNyBxj2y6nyC8Lhm0RrLtA4/TfBhl2G4q/vwIDAQABAoIBADBxIxfe4NkZ+l0t\nPuq5ax3DD+S+/X0n9TMvy744z8hHD2XXkHF1wOTrWSrY6G8bFbvKICzuLdH8hK5x\n8qlbEcAJ23iqqWgpJkJ5rl3EZNdkogG+IRok1GM+pAvxXgbSHMlLjT6s+JvmOXso\nNF7GwZcZZT4/XVus9+bEf0EAGeGkDBlcDFfTaNyBa40Mg9s6biPM98SxIZGnQASf\nxRyGielmTg8R1pWX/ZzHR73zvWcmlxEdhESGfxynYuK0VdikGSH6KiH9Kpvl8tNn\n96jZtRzibL7mgfmNs9V84wTz8UjA3qLlR7VzHEdBlGNDrza8+UGrWk15ItLIEdke\nS5J6WnECgYEA7MwT/zcZ0Uk8YEectQM5eFrvrrVaDzgqva4qDq50J7nb16OQEiBI\nrt1TMWxtEQA4b+WS/4qFAbWMhjs5bC0wr2KWUZjUmewb/fXq7pfP4dAixi7CR8sd\nwMrRB7NnGCkAJYqbwztn94mwsH5va+4XtSqbb8Ikt7KrzTWj2Mv62NcCgYEA0EbV\nvDspI00oWghwNG5dhkEUQW2shqiMNNb/Xs+1t2r0NYn3yS56CE+0392+b7K0ROvm\nRatFoeTBzLWXxU9JFzyotuRIfsP6/Tl9Kx7Pj+sTWkfEOnjIxfJAb4WpqvpuUdY6\nFIqQMd7x/XNlU2VzuT52xOdZlnnltsbXUYT461kCgYA5iF/3azjPm56auet+I1ls\nP5Pqe8900S25Rj6bsJEyMbsTSn8vmD5wlf+ni3N4ZPhRX5L2mX41axnIZ01NVjF0\n+1wQWTSWbUJj0sMQ0zvD3qEES8oSTWxeMijVWSZcPWH2vRWZOq7I+uA+EYoazA9g\nigiX/7CSHUwWoMi9XNoGowKBgHLrcsl+ly9MRoSO/WJgtyf5xrRnUHeojlwleRiW\nYTzIPeFAtEEEbP8jA7k2P/qfzwnsY81zOGOgtjI+zHRpT/oLVUg846dWeam5S9A8\nGujdG3uH98UPmjBmf5lJVhnqPm7XVoq4/eEWk812G6WNZ/IBfkUdJfh6X/6e7nWj\nejlZAoGBANTVAEQqpAOdjeqYuM/WbdcbXapBlvXi5IaTpVxyEHGdWMsCstA/2I+S\npvi6yW7jzChi8GrFya/Np+xwdlfDRtAwiyjA2/rgQY08/uKv5ZVv9NMls1MP9NbK\nsNqzYqm9e1QG4nGYZZr/0Tmb7d508joUrM4CQ8+K4CcfPMTQxcQi\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'44ef58cc0e444cc3b242511e85ab6a1b', 'name': u'vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'created_at': '2018-07-22T23:58:05.429131', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': 'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fa:b2:aa:03:7f:b4:49:f0:cb:a6:a2:28:0c:36:59:11', 'type': 'ssh', 'id': u'vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4'}) 2018-07-22 23:58:05,429 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAwKdVwL3JKVH4MDbe7PmU47azbOXjspiuySFuGKWiJ6iAlL8N i/z94dW/ESrRkPre+IaIKhrrC8Pj5ZHAFBkXLgYc9xm+FSLZ8vsWqCls8W+EEXaf TKH5sahnMSivfEQZWAK2Io2S/UtZrGrPj9MEPSE0FULfKOiVEatdtuH0IJkTZGlY 1CSsSWAtS0BMyRo9Q+8dUpeTsxX0LjGsMkUgb6XVrWmezku0p9lUvvgOfAYr44zF yxgTNT5U1l1Xp7lbVsvEB1kaAmMNKiMYZ9XczqNwuLFOPV7tkTF5vLE55e5fE/ec EYNNyBxj2y6nyC8Lhm0RrLtA4/TfBhl2G4q/vwIDAQABAoIBADBxIxfe4NkZ+l0t Puq5ax3DD+S+/X0n9TMvy744z8hHD2XXkHF1wOTrWSrY6G8bFbvKICzuLdH8hK5x 8qlbEcAJ23iqqWgpJkJ5rl3EZNdkogG+IRok1GM+pAvxXgbSHMlLjT6s+JvmOXso NF7GwZcZZT4/XVus9+bEf0EAGeGkDBlcDFfTaNyBa40Mg9s6biPM98SxIZGnQASf xRyGielmTg8R1pWX/ZzHR73zvWcmlxEdhESGfxynYuK0VdikGSH6KiH9Kpvl8tNn 96jZtRzibL7mgfmNs9V84wTz8UjA3qLlR7VzHEdBlGNDrza8+UGrWk15ItLIEdke S5J6WnECgYEA7MwT/zcZ0Uk8YEectQM5eFrvrrVaDzgqva4qDq50J7nb16OQEiBI rt1TMWxtEQA4b+WS/4qFAbWMhjs5bC0wr2KWUZjUmewb/fXq7pfP4dAixi7CR8sd wMrRB7NnGCkAJYqbwztn94mwsH5va+4XtSqbb8Ikt7KrzTWj2Mv62NcCgYEA0EbV vDspI00oWghwNG5dhkEUQW2shqiMNNb/Xs+1t2r0NYn3yS56CE+0392+b7K0ROvm RatFoeTBzLWXxU9JFzyotuRIfsP6/Tl9Kx7Pj+sTWkfEOnjIxfJAb4WpqvpuUdY6 FIqQMd7x/XNlU2VzuT52xOdZlnnltsbXUYT461kCgYA5iF/3azjPm56auet+I1ls P5Pqe8900S25Rj6bsJEyMbsTSn8vmD5wlf+ni3N4ZPhRX5L2mX41axnIZ01NVjF0 +1wQWTSWbUJj0sMQ0zvD3qEES8oSTWxeMijVWSZcPWH2vRWZOq7I+uA+EYoazA9g igiX/7CSHUwWoMi9XNoGowKBgHLrcsl+ly9MRoSO/WJgtyf5xrRnUHeojlwleRiW YTzIPeFAtEEEbP8jA7k2P/qfzwnsY81zOGOgtjI+zHRpT/oLVUg846dWeam5S9A8 GujdG3uH98UPmjBmf5lJVhnqPm7XVoq4/eEWk812G6WNZ/IBfkUdJfh6X/6e7nWj ejlZAoGBANTVAEQqpAOdjeqYuM/WbdcbXapBlvXi5IaTpVxyEHGdWMsCstA/2I+S pvi6yW7jzChi8GrFya/Np+xwdlfDRtAwiyjA2/rgQY08/uKv5ZVv9NMls1MP9NbK sNqzYqm9e1QG4nGYZZr/0Tmb7d508joUrM4CQ8+K4CcfPMTQxcQi -----END RSA PRIVATE KEY----- 2018-07-22 23:58:05,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-22 23:58:05,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"security_group": {"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-22 23:58:05,848 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-267769c2-45a4-4a4b-b951-375c9388c251 Date: Sun, 22 Jul 2018 23:58:05 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:05Z", "updated_at": "2018-07-22T23:58:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "58ba33f3-0333-40ef-92e9-6dd02d7d31c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "e1737115-cba1-4421-8a63-73b74d0e32db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 2, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}} 2018-07-22 23:58:05,848 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-267769c2-45a4-4a4b-b951-375c9388c251 2018-07-22 23:58:05,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.416007041931s 2018-07-22 23:58:05,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-267769c2-45a4-4a4b-b951-375c9388c251 2018-07-22 23:58:05,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:58:05,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-56c9af59-2d2b-47d8-8d7a-fcd7df6ae205 Date: Sun, 22 Jul 2018 23:58:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:05Z", "updated_at": "2018-07-22T23:58:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "58ba33f3-0333-40ef-92e9-6dd02d7d31c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "e1737115-cba1-4421-8a63-73b74d0e32db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 2, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:57:56Z", "updated_at": "2018-07-22T23:57:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "2b2ae25e-a240-413f-b8d2-f15b688a077c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "554bbd8f-7f7d-4c6f-bcab-1168455b8465", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "7e8345a7-c46c-40b1-a305-960ab1c2f6a0", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "896bcab1-ba71-4448-b6eb-9cfbff93c934", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 4, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "name": "default"}]} 2018-07-22 23:58:06,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-56c9af59-2d2b-47d8-8d7a-fcd7df6ae205 2018-07-22 23:58:06,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235607862473s 2018-07-22 23:58:06,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-56c9af59-2d2b-47d8-8d7a-fcd7df6ae205 2018-07-22 23:58:06,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:58:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -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": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}}' 2018-07-22 23:58:06,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-303a8b71-b143-423f-b6b2-718a0a1d3be7 Date: Sun, 22 Jul 2018 23:58:06 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-22T23:58:06Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "port_range_min": 22, "revision_number": 0, "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:06Z", "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "5d29e60f-ccce-43e1-bd4f-912e4b85e65d"}} 2018-07-22 23:58:06,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-303a8b71-b143-423f-b6b2-718a0a1d3be7 2018-07-22 23:58:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194750785828s 2018-07-22 23:58:06,288 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-303a8b71-b143-423f-b6b2-718a0a1d3be7 2018-07-22 23:58:06,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:58:06,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:06,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-61cc4df3-bcb6-4970-99f7-fb6fb578973b Date: Sun, 22 Jul 2018 23:58:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:05Z", "updated_at": "2018-07-22T23:58:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "58ba33f3-0333-40ef-92e9-6dd02d7d31c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:58:06Z", "revision_number": 0, "id": "5d29e60f-ccce-43e1-bd4f-912e4b85e65d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:06Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "e1737115-cba1-4421-8a63-73b74d0e32db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 3, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:57:56Z", "updated_at": "2018-07-22T23:57:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "2b2ae25e-a240-413f-b8d2-f15b688a077c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "554bbd8f-7f7d-4c6f-bcab-1168455b8465", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "7e8345a7-c46c-40b1-a305-960ab1c2f6a0", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "896bcab1-ba71-4448-b6eb-9cfbff93c934", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 4, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "name": "default"}]} 2018-07-22 23:58:06,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-61cc4df3-bcb6-4970-99f7-fb6fb578973b 2018-07-22 23:58:06,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216142892838s 2018-07-22 23:58:06,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-61cc4df3-bcb6-4970-99f7-fb6fb578973b 2018-07-22 23:58:06,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-22 23:58:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -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": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}}' 2018-07-22 23:58:06,914 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ad7168ee-2544-4116-b29c-86bb43f66c1a Date: Sun, 22 Jul 2018 23:58:06 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-22T23:58:06Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "port_range_min": null, "revision_number": 0, "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:06Z", "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "0916b718-7048-486f-965d-bb27673735f6"}} 2018-07-22 23:58:06,914 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-ad7168ee-2544-4116-b29c-86bb43f66c1a 2018-07-22 23:58:06,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.40279507637s 2018-07-22 23:58:06,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-ad7168ee-2544-4116-b29c-86bb43f66c1a 2018-07-22 23:58:06,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:58:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:07,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e8bd7a00-e053-42fb-b61b-2ed46c895bbf Date: Sun, 22 Jul 2018 23:58:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"],"updated_at":"2018-07-22T23:57:57Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:58:07,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e8bd7a00-e053-42fb-b61b-2ed46c895bbf 2018-07-22 23:58:07,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.131248950958s 2018-07-22 23:58:07,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-e8bd7a00-e053-42fb-b61b-2ed46c895bbf 2018-07-22 23:58:07,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:58:07,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:07,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-e0581b38-8f18-43ae-bc23-7999a45251f1 Date: Sun, 22 Jul 2018 23:58:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "metadata": {}}], "file": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file", "owner": "1eff9e6600eb4cbf81161407e7ef4957", "id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "size": 12716032, "self": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:58:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:58:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:58:07,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e0581b38-8f18-43ae-bc23-7999a45251f1 2018-07-22 23:58:07,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.681468963623s 2018-07-22 23:58:07,734 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e0581b38-8f18-43ae-bc23-7999a45251f1 2018-07-22 23:58:07,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:58:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:07,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15b1acbc-8feb-460d-8523-55751c28d1e3 x-compute-request-id: req-15b1acbc-8feb-460d-8523-55751c28d1e3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "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": "557a3fbb-db61-4f59-a70c-5bb3362abf61"}]} 2018-07-22 23:58:07,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-15b1acbc-8feb-460d-8523-55751c28d1e3 2018-07-22 23:58:07,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.200617790222s 2018-07-22 23:58:07,937 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-15b1acbc-8feb-460d-8523-55751c28d1e3 2018-07-22 23:58:07,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:58:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"server": {"name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "imageRef": "0ce209b2-41f5-46bd-a02e-a980392b6187", "flavorRef": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a077e0b4-0a79-46f8-a330-15a6cda44771"}], "security_groups": [{"name": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}]}}' 2018-07-22 23:58:10,930 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:58:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a660743f-1bed-421c-a587-f021de2d1297 x-compute-request-id: req-a660743f-1bed-421c-a587-f021de2d1297 Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}], "OS-DCF:diskConfig": "MANUAL", "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "adminPass": "SLzHUN6kE8C6"}} 2018-07-22 23:58:10,930 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-a660743f-1bed-421c-a587-f021de2d1297 2018-07-22 23:58:10,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.99119591713s 2018-07-22 23:58:10,931 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-a660743f-1bed-421c-a587-f021de2d1297 2018-07-22 23:58:10,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:10,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:11,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-e2a52b36-3e27-4e0f-ac3b-21d95932ae19 x-compute-request-id: req-e2a52b36-3e27-4e0f-ac3b-21d95932ae19 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:11,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e2a52b36-3e27-4e0f-ac3b-21d95932ae19 2018-07-22 23:58:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489889144897s 2018-07-22 23:58:11,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e2a52b36-3e27-4e0f-ac3b-21d95932ae19 2018-07-22 23:58:11,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:58:11,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:11,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0b40dfd1-5de9-4b3c-99a4-6e2591d2ef1d Date: Sun, 22 Jul 2018 23:58:11 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"],"updated_at":"2018-07-22T23:57:57Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:58:11,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0b40dfd1-5de9-4b3c-99a4-6e2591d2ef1d 2018-07-22 23:58:11,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121270179749s 2018-07-22 23:58:11,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-0b40dfd1-5de9-4b3c-99a4-6e2591d2ef1d 2018-07-22 23:58:11,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:58:11,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:11,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d32e7c6c-262e-4ace-9763-ffa5ac039fa4 Date: Sun, 22 Jul 2018 23:58:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","subnetpool_id":null,"name":"vping_ssh-subnet_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:58:11,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-d32e7c6c-262e-4ace-9763-ffa5ac039fa4 2018-07-22 23:58:11,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.366297960281s 2018-07-22 23:58:11,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-d32e7c6c-262e-4ace-9763-ffa5ac039fa4 2018-07-22 23:58:11,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:13,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:13,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:14,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd4eca2a-b43a-484b-ba2f-3276d93e42f7 x-compute-request-id: req-cd4eca2a-b43a-484b-ba2f-3276d93e42f7 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:13Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:14,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cd4eca2a-b43a-484b-ba2f-3276d93e42f7 2018-07-22 23:58:14,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503113031387s 2018-07-22 23:58:14,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-cd4eca2a-b43a-484b-ba2f-3276d93e42f7 2018-07-22 23:58:14,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:16,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:16,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:17,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f25075bf-cbeb-47a0-885c-cde73c1b2505 x-compute-request-id: req-f25075bf-cbeb-47a0-885c-cde73c1b2505 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:13Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:17,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f25075bf-cbeb-47a0-885c-cde73c1b2505 2018-07-22 23:58:17,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715624094009s 2018-07-22 23:58:17,147 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f25075bf-cbeb-47a0-885c-cde73c1b2505 2018-07-22 23:58:17,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:19,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:19,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90686a7d-097a-48d2-b3ee-08e1d8944d9c x-compute-request-id: req-90686a7d-097a-48d2-b3ee-08e1d8944d9c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:13Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:19,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-90686a7d-097a-48d2-b3ee-08e1d8944d9c 2018-07-22 23:58:19,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620203018188s 2018-07-22 23:58:19,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-90686a7d-097a-48d2-b3ee-08e1d8944d9c 2018-07-22 23:58:19,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:21,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:21,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:22,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0722c8d-583e-4b05-a15e-906039100f39 x-compute-request-id: req-b0722c8d-583e-4b05-a15e-906039100f39 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:22,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b0722c8d-583e-4b05-a15e-906039100f39 2018-07-22 23:58:22,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.895092964172s 2018-07-22 23:58:22,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b0722c8d-583e-4b05-a15e-906039100f39 2018-07-22 23:58:22,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:58:22,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:22,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3cfbf346-a463-4515-a578-fedf3dca06eb Date: Sun, 22 Jul 2018 23:58:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:58:14Z","admin_state_up":true,"updated_at":"2018-07-22T23:58:19Z","binding:vnic_type":"normal","device_id":"262445ab-cd6b-41aa-a01b-cfed9daa9dba","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:91:a5:33","id":"272c7160-fde2-4e26-a71c-4be5c962903d","port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","fixed_ips":[{"subnet_id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["1cf8e669-d9a7-47eb-86c7-acc7f55d5402"],"name":""}]} 2018-07-22 23:58:22,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-3cfbf346-a463-4515-a578-fedf3dca06eb 2018-07-22 23:58:22,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.242902040482s 2018-07-22 23:58:22,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-3cfbf346-a463-4515-a578-fedf3dca06eb 2018-07-22 23:58:22,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:58:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:22,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6010c56c-d213-49ee-8306-ae5a1c19277a Date: Sun, 22 Jul 2018 23:58:22 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:58:22,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d used request id req-6010c56c-d213-49ee-8306-ae5a1c19277a 2018-07-22 23:58:22,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0219230651855s 2018-07-22 23:58:22,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d used request id req-6010c56c-d213-49ee-8306-ae5a1c19277a 2018-07-22 23:58:22,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:23,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41f31bb3-f589-4ef7-8188-8ab48a83a5ae x-compute-request-id: req-41f31bb3-f589-4ef7-8188-8ab48a83a5ae Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:23,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-41f31bb3-f589-4ef7-8188-8ab48a83a5ae 2018-07-22 23:58:23,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733867168427s 2018-07-22 23:58:23,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-41f31bb3-f589-4ef7-8188-8ab48a83a5ae 2018-07-22 23:58:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:58:23,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:23,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-34511843-0983-4bfc-82c7-416dfa2429dd Date: Sun, 22 Jul 2018 23:58:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:58:14Z","admin_state_up":true,"updated_at":"2018-07-22T23:58:19Z","binding:vnic_type":"normal","device_id":"262445ab-cd6b-41aa-a01b-cfed9daa9dba","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:91:a5:33","id":"272c7160-fde2-4e26-a71c-4be5c962903d","port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","fixed_ips":[{"subnet_id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["1cf8e669-d9a7-47eb-86c7-acc7f55d5402"],"name":""}]} 2018-07-22 23:58:23,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-34511843-0983-4bfc-82c7-416dfa2429dd 2018-07-22 23:58:23,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0633718967438s 2018-07-22 23:58:23,754 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-34511843-0983-4bfc-82c7-416dfa2429dd 2018-07-22 23:58:23,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:58:23,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:23,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-90f93d9e-1cb1-48a7-aa80-025ef61b5b2b Date: Sun, 22 Jul 2018 23:58:23 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:58:23,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d used request id req-90f93d9e-1cb1-48a7-aa80-025ef61b5b2b 2018-07-22 23:58:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.194619894028s 2018-07-22 23:58:23,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=272c7160-fde2-4e26-a71c-4be5c962903d used request id req-90f93d9e-1cb1-48a7-aa80-025ef61b5b2b 2018-07-22 23:58:23,955 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:91:a5:33', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0ce209b2-41f5-46bd-a02e-a980392b6187'}), 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-22T23:58:20.000000', 'flavor': Munch({u'id': u'557a3fbb-db61-4f59-a70c-5bb3362abf61'}), 'az': u'nova', 'id': u'262445ab-cd6b-41aa-a01b-cfed9daa9dba', 'security_groups': [Munch({u'name': u'vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'44ef58cc0e444cc3b242511e85ab6a1b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': 'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', '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-22T23:58:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:58:20Z', 'hostId': u'886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0', '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-22T23:58:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': u'vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'adminPass': None, 'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'created_at': u'2018-07-22T23:58:10Z', 'created': u'2018-07-22T23:58:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:58:23,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:58:23,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:24,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-80eb555f-ad7d-4b0c-991a-63a96b6a69b7 Date: Sun, 22 Jul 2018 23:58:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"],"updated_at":"2018-07-22T23:57:57Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:58:24,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-80eb555f-ad7d-4b0c-991a-63a96b6a69b7 2018-07-22 23:58:24,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115967988968s 2018-07-22 23:58:24,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-80eb555f-ad7d-4b0c-991a-63a96b6a69b7 2018-07-22 23:58:24,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:58:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:24,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-756c1197-29de-4eb4-8199-d8bac3612082 Date: Sun, 22 Jul 2018 23:58:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "metadata": {}}], "file": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file", "owner": "1eff9e6600eb4cbf81161407e7ef4957", "id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "size": 12716032, "self": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:58:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:58:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:58:24,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-756c1197-29de-4eb4-8199-d8bac3612082 2018-07-22 23:58:24,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199872970581s 2018-07-22 23:58:24,277 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-756c1197-29de-4eb4-8199-d8bac3612082 2018-07-22 23:58:24,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:58:24,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:24,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-04cc772d-d02a-4cd2-b7cf-618a75f642c4 x-compute-request-id: req-04cc772d-d02a-4cd2-b7cf-618a75f642c4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "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": "557a3fbb-db61-4f59-a70c-5bb3362abf61"}]} 2018-07-22 23:58:24,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-04cc772d-d02a-4cd2-b7cf-618a75f642c4 2018-07-22 23:58:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319228172302s 2018-07-22 23:58:24,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-04cc772d-d02a-4cd2-b7cf-618a75f642c4 2018-07-22 23:58:24,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:58:24,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"server": {"name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "imageRef": "0ce209b2-41f5-46bd-a02e-a980392b6187", "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "flavorRef": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a077e0b4-0a79-46f8-a330-15a6cda44771"}], "security_groups": [{"name": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}]}}' 2018-07-22 23:58:26,719 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:58: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-8e4a1239-c5ab-4149-a269-216080b00eca x-compute-request-id: req-8e4a1239-c5ab-4149-a269-216080b00eca Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402"}], "OS-DCF:diskConfig": "MANUAL", "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "adminPass": "bEpjCwMsv2vG"}} 2018-07-22 23:58:26,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-8e4a1239-c5ab-4149-a269-216080b00eca 2018-07-22 23:58:26,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.40641498566s 2018-07-22 23:58:26,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-8e4a1239-c5ab-4149-a269-216080b00eca 2018-07-22 23:58:26,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:27,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-0e3d6ded-d953-416b-afb6-86d86cde33d0 x-compute-request-id: req-0e3d6ded-d953-416b-afb6-86d86cde33d0 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:27,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0e3d6ded-d953-416b-afb6-86d86cde33d0 2018-07-22 23:58:27,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743074893951s 2018-07-22 23:58:27,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-0e3d6ded-d953-416b-afb6-86d86cde33d0 2018-07-22 23:58:27,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:29,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:29,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:30,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79709df4-0249-4af2-983d-343d92f84063 x-compute-request-id: req-79709df4-0249-4af2-983d-343d92f84063 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:28Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:30,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-79709df4-0249-4af2-983d-343d92f84063 2018-07-22 23:58:30,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694597959518s 2018-07-22 23:58:30,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-79709df4-0249-4af2-983d-343d92f84063 2018-07-22 23:58:30,173 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:32,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3baf5c2-30d9-46eb-8bbb-f65fc2388b33 x-compute-request-id: req-e3baf5c2-30d9-46eb-8bbb-f65fc2388b33 Content-Encoding: gzip Content-Length: 888 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:28Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:32,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e3baf5c2-30d9-46eb-8bbb-f65fc2388b33 2018-07-22 23:58:32,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.807247161865s 2018-07-22 23:58:32,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e3baf5c2-30d9-46eb-8bbb-f65fc2388b33 2018-07-22 23:58:32,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:34,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:35,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b43cdcb5-7d97-402e-a00d-793347ffbcaf x-compute-request-id: req-b43cdcb5-7d97-402e-a00d-793347ffbcaf Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:33.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:33Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:35,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b43cdcb5-7d97-402e-a00d-793347ffbcaf 2018-07-22 23:58:35,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35772895813s 2018-07-22 23:58:35,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b43cdcb5-7d97-402e-a00d-793347ffbcaf 2018-07-22 23:58:35,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:58:35,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:35,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-06f1d545-5bda-43a3-a8f9-16e7f58d9be1 Date: Sun, 22 Jul 2018 23:58:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:58:28Z","admin_state_up":true,"updated_at":"2018-07-22T23:58:33Z","binding:vnic_type":"normal","device_id":"f30ddbd7-f440-4d65-9bae-18a2f4125127","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:cc:18:9f","id":"4b6ad333-3bc6-4414-b86b-d2d79151110e","port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","fixed_ips":[{"subnet_id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["1cf8e669-d9a7-47eb-86c7-acc7f55d5402"],"name":""}]} 2018-07-22 23:58:35,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-06f1d545-5bda-43a3-a8f9-16e7f58d9be1 2018-07-22 23:58:35,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.226907014847s 2018-07-22 23:58:35,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-06f1d545-5bda-43a3-a8f9-16e7f58d9be1 2018-07-22 23:58:35,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:58:35,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:35,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-583a0e0c-ba33-4ca6-8105-148e69dc8950 Date: Sun, 22 Jul 2018 23:58:35 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:58:35,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e used request id req-583a0e0c-ba33-4ca6-8105-148e69dc8950 2018-07-22 23:58:35,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.024570941925s 2018-07-22 23:58:35,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e used request id req-583a0e0c-ba33-4ca6-8105-148e69dc8950 2018-07-22 23:58:35,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:35,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:36,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebe5d53e-3c28-4148-af28-a2dadf950df7 x-compute-request-id: req-ebe5d53e-3c28-4148-af28-a2dadf950df7 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:33.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:33Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:20Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:36,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ebe5d53e-3c28-4148-af28-a2dadf950df7 2018-07-22 23:58:36,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593518018723s 2018-07-22 23:58:36,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ebe5d53e-3c28-4148-af28-a2dadf950df7 2018-07-22 23:58:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:58:36,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:36,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9f0af630-934a-47c1-8333-0944c7755fd6 Date: Sun, 22 Jul 2018 23:58:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:58:28Z","admin_state_up":true,"updated_at":"2018-07-22T23:58:33Z","binding:vnic_type":"normal","device_id":"f30ddbd7-f440-4d65-9bae-18a2f4125127","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:cc:18:9f","id":"4b6ad333-3bc6-4414-b86b-d2d79151110e","port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","fixed_ips":[{"subnet_id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["1cf8e669-d9a7-47eb-86c7-acc7f55d5402"],"name":""}]} 2018-07-22 23:58:36,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-9f0af630-934a-47c1-8333-0944c7755fd6 2018-07-22 23:58:36,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0666520595551s 2018-07-22 23:58:36,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-9f0af630-934a-47c1-8333-0944c7755fd6 2018-07-22 23:58:36,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:58:36,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:36,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bde88dc9-4505-4d6e-9c83-8ef000d47c20 Date: Sun, 22 Jul 2018 23:58:36 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:58:36,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e used request id req-bde88dc9-4505-4d6e-9c83-8ef000d47c20 2018-07-22 23:58:36,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0199038982391s 2018-07-22 23:58:36,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=4b6ad333-3bc6-4414-b86b-d2d79151110e used request id req-bde88dc9-4505-4d6e-9c83-8ef000d47c20 2018-07-22 23:58:36,306 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cc:18:9f', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0ce209b2-41f5-46bd-a02e-a980392b6187'}), 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-22T23:58:33.000000', 'flavor': Munch({u'id': u'557a3fbb-db61-4f59-a70c-5bb3362abf61'}), 'az': u'nova', 'id': u'f30ddbd7-f440-4d65-9bae-18a2f4125127', 'security_groups': [Munch({u'name': u'vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'44ef58cc0e444cc3b242511e85ab6a1b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': 'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', '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-22T23:58:33.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:58:33Z', 'hostId': u'0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87', '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-22T23:58:33.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': u'vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'adminPass': None, 'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'created_at': u'2018-07-22T23:58:26Z', 'created': u'2018-07-22T23:58:26Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:58:36,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:58:36,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:36,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-eeaa9877-8e12-4a23-aa2c-25361910a574 Date: Sun, 22 Jul 2018 23:58:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"],"updated_at":"2018-07-22T23:57:57Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:58:36,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-eeaa9877-8e12-4a23-aa2c-25361910a574 2018-07-22 23:58:36,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111721992493s 2018-07-22 23:58:36,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-eeaa9877-8e12-4a23-aa2c-25361910a574 2018-07-22 23:58:36,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:58:36,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:36,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-6019ed21-14e3-4561-a1a1-3a6f7a147472 Date: Sun, 22 Jul 2018 23:58:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:58:28Z","admin_state_up":true,"updated_at":"2018-07-22T23:58:33Z","binding:vnic_type":"normal","device_id":"f30ddbd7-f440-4d65-9bae-18a2f4125127","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:cc:18:9f","id":"4b6ad333-3bc6-4414-b86b-d2d79151110e","port_security_enabled":true,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","fixed_ips":[{"subnet_id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["1cf8e669-d9a7-47eb-86c7-acc7f55d5402"],"name":""}]} 2018-07-22 23:58:36,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-6019ed21-14e3-4561-a1a1-3a6f7a147472 2018-07-22 23:58:36,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.218116044998s 2018-07-22 23:58:36,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-6019ed21-14e3-4561-a1a1-3a6f7a147472 2018-07-22 23:58:36,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-22 23:58:36,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"floatingip": {"floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.13", "port_id": "4b6ad333-3bc6-4414-b86b-d2d79151110e"}}' 2018-07-22 23:58:38,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b7cbdc15-35af-4365-abaa-c1dadd792cb7 Date: Sun, 22 Jul 2018 23:58:38 GMT RESP BODY: {"floatingip": {"router_id": "cfa5b2bd-a126-497b-a698-09341f05c6f6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-22T23:58:37Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "4b6ad333-3bc6-4414-b86b-d2d79151110e", "id": "72064705-3c86-4e39-ae54-d5fb9a10c2c6", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:37Z", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}} 2018-07-22 23:58:38,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-b7cbdc15-35af-4365-abaa-c1dadd792cb7 2018-07-22 23:58:38,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.78869199753s 2018-07-22 23:58:38,432 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-b7cbdc15-35af-4365-abaa-c1dadd792cb7 2018-07-22 23:58:38,435 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'cfa5b2bd-a126-497b-a698-09341f05c6f6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'created_at': u'2018-07-22T23:58:37Z', 'attached': True, 'updated_at': u'2018-07-22T23:58:37Z', 'id': u'72064705-3c86-4e39-ae54-d5fb9a10c2c6', 'floating_network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.213', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1eff9e6600eb4cbf81161407e7ef4957', 'name': 'vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'cfa5b2bd-a126-497b-a698-09341f05c6f6', 'project_id': u'1eff9e6600eb4cbf81161407e7ef4957', 'port_id': u'4b6ad333-3bc6-4414-b86b-d2d79151110e', 'port': u'4b6ad333-3bc6-4414-b86b-d2d79151110e', 'network': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563'}) 2018-07-22 23:58:38,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 23:58:38,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127/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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 23:58:39,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0da7a8d5-a5ff-4cac-9300-ee11b83d4963 x-compute-request-id: req-0da7a8d5-a5ff-4cac-9300-ee11b83d4963 Content-Encoding: gzip Content-Length: 9588 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451841943 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.137056] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138735] pid_max: default: 32768 minimum: 301\n[ 0.139649] ACPI: Core revision 20150930\n[ 0.141046] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142368] Security Framework initialized\n[ 0.143191] Yama: becoming mindful.\n[ 0.143924] AppArmor: AppArmor initialized\n[ 0.144797] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150105] Initializing cgroup subsys io\n[ 0.150935] Initializing cgroup subsys memory\n[ 0.151810] Initializing cgroup subsys devices\n[ 0.152698] Initializing cgroup subsys freezer\n[ 0.153576] Initializing cgroup subsys net_cls\n[ 0.154449] Initializing cgroup subsys perf_event\n[ 0.155367] Initializing cgroup subsys net_prio\n[ 0.156268] Initializing cgroup subsys hugetlb\n[ 0.157138] Initializing cgroup subsys pids\n[ 0.158011] CPU: Physical Processor ID: 0\n[ 0.159514] mce: CPU supports 10 MCE banks\n[ 0.160380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161396] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181961] ftrace: allocating 31920 entries in 125 pages\n[ 0.207081] smpboot: Max logical packages: 1\n[ 0.207939] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209308] x2apic enabled\n[ 0.210123] Switched APIC routing to physical x2apic.\n[ 0.211864] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215099] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216901] KVM setup paravirtual spinlock\n[ 0.218219] x86: Booted up 1 node, 1 CPUs\n[ 0.219038] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220442] devtmpfs: initialized\n[ 0.222175] evm: security.selinux\n[ 0.222878] evm: security.SMACK64\n[ 0.223574] evm: security.SMACK64EXEC\n[ 0.224327] evm: security.SMACK64TRANSMUTE\n[ 0.225139] evm: security.SMACK64MMAP\n[ 0.225886] evm: security.ima\n[ 0.226533] evm: security.capability\n[ 0.227346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229215] pinctrl core: initialized pinctrl subsystem\n[ 0.230330] RTC time: 23:58:33, date: 07/22/18\n[ 0.231298] NET: Registered protocol family 16\n[ 0.232296] cpuidle: using governor ladder\n[ 0.233123] cpuidle: using governor menu\n[ 0.233913] PCCT header not found.\n[ 0.234693] ACPI: bus type PCI registered\n[ 0.235509] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236765] PCI: Using configuration type 1 for base access\n[ 0.238547] ACPI: Added _OSI(Module Device)\n[ 0.239401] ACPI: Added _OSI(Processor Device)\n[ 0.240276] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241189] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242949] ACPI: Interpreter enabled\n[ 0.243729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249322] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251175] ACPI: (supports S0 S5)\n[ 0.251882] ACPI: Using IOAPIC for interrupt routing\n[ 0.252836] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255947] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258361] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259566] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261814] acpiphp: Slot [3] registered\n[ 0.262629] acpiphp: Slot [4] registered\n[ 0.263438] acpiphp: Slot [5] registered\n[ 0.264246] acpiphp: Slot [6] registered\n[ 0.265049] acpiphp: Slot [7] registered\n[ 0.265853] acpiphp: Slot [8] registered\n[ 0.266662] acpiphp: Slot [9] registered\n[ 0.267467] acpiphp: Slot [10] registered\n[ 0.268295] acpiphp: Slot [11] registered\n[ 0.269118] acpiphp: Slot [12] registered\n[ 0.269940] acpiphp: Slot [13] registered\n[ 0.270763] acpiphp: Slot [14] registered\n[ 0.271582] acpiphp: Slot [15] registered\n[ 0.282318] acpiphp: Slot [16] registered\n[ 0.283143] acpiphp: Slot [17] registered\n[ 0.283962] acpiphp: Slot [18] registered\n[ 0.284780] acpiphp: Slot [19] registered\n[ 0.285604] acpiphp: Slot [20] registered\n[ 0.286428] acpiphp: Slot [21] registered\n[ 0.287258] acpiphp: Slot [22] registered\n[ 0.288080] acpiphp: Slot [23] registered\n[ 0.288897] acpiphp: Slot [24] registered\n[ 0.289720] acpiphp: Slot [25] registered\n[ 0.290553] acpiphp: Slot [26] registered\n[ 0.291378] acpiphp: Slot [27] registered\n[ 0.292199] acpiphp: Slot [28] registered\n[ 0.293019] acpiphp: Slot [29] registered\n[ 0.293875] acpiphp: Slot [30] registered\n[ 0.294704] acpiphp: Slot [31] registered\n[ 0.295526] PCI host bridge to bus 0000:00\n[ 0.296359] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301721] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307902] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310372] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338504] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341196] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343590] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345154] vgaarb: loaded\n[ 0.345756] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346995] SCSI subsystem initialized\n[ 0.347912] ACPI: bus type USB registered\n[ 0.348753] usbcore: registered new interface driver usbfs\n[ 0.349794] usbcore: registered new interface driver hub\n[ 0.350823] usbcore: registered new device driver usb\n[ 0.351943] PCI: Using ACPI for IRQ routing\n[ 0.353071] NetLabel: Initializing\n[ 0.353795] NetLabel: domain hash size = 128\n[ 0.354658] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355634] NetLabel: unlabeled traffic allowed by default\n[ 0.356803] clocksource: Switched to clocksource kvm-clock\n[ 0.364980] AppArmor: AppArmor Filesystem Enabled\n[ 0.365954] pnp: PnP ACPI init\n[ 0.366898] pnp: PnP ACPI: found 5 devices\n[ 0.373229] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374976] NET: Registered protocol family 2\n[ 0.376034] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377354] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379790] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382108] NET: Registered protocol family 1\n[ 0.382996] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384105] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385192] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413537] Trying to unpack rootfs image as initramfs...\n[ 0.470207] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471941] Scanning for low memory corruption every 60 seconds\n[ 0.473359] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474540] audit: initializing netlink subsys (disabled)\n[ 0.475579] audit: type=2000 audit(1532303914.358:1): initialized\n[ 0.476959] Initialise system trusted keyring\n[ 0.477916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479090] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481240] zbud: loaded\n[ 0.481984] VFS: Disk quotas dquot_6.6.0\n[ 0.482807] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.484419] fuse init (API version 7.23)\n[ 0.485343] Key type big_key registered\n[ 0.486159] Allocating IMA MOK and blacklist keyrings.\n[ 0.487393] Key type asymmetric registered\n[ 0.488226] Asymmetric key parser 'x509' registered\n[ 0.489207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490695] io scheduler noop registered\n[ 0.491494] io scheduler deadline registered (default)\n[ 0.492503] io scheduler cfq registered\n[ 0.493373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494436] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497195] ACPI: Power Button [PWRF]\n[ 0.498054] GHES: HEST is not enabled!\n[ 0.511720] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541323] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567635] Linux agpgart interface v0.103\n[ 0.570294] brd: module loaded\n[ 0.571996] loop: module loaded\n[ 0.576266] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577780] GPT:90111 != 2097151\n[ 0.578442] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579552] GPT:90111 != 2097151\n[ 0.580237] GPT: Use GNU Parted to correct GPT errors.\n[ 0.581244] vda: vda1 vda15\n[ 0.582483] scsi host0: ata_piix\n[ 0.583275] scsi host1: ata_piix\n[ 0.584009] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.585252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.586747] libphy: Fixed MDIO Bus: probed\n[ 0.587581] tun: Universal TUN/TAP device driver, 1.6\n[ 0.588549] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.590999] PPP generic driver version 2.4.2\n[ 0.592177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.593919] ehci-pci: EHCI PCI platform driver\n[ 0.595424] ehci-platform: EHCI generic platform driver\n[ 0.596589] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597770] ohci-pci: OHCI PCI platform driver\n[ 0.598679] ohci-platform: OHCI generic platform driver\n[ 0.599695] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616271] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619101] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620182] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621435] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622723] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624180] usb usb1: Product: UHCI Host Controller\n[ 0.625138] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626308] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627431] hub 1-0:1.0: USB hub found\n[ 0.628238] hub 1-0:1.0: 2 ports detected\n[ 0.629298] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631558] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632704] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633800] mousedev: PS/2 mouse device common for all mice\n[ 0.635137] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637071] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639467] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640686] i2c /dev entries driver\n[ 0.641514] device-mapper: uevent: version 1.0.3\n[ 0.642513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644213] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645775] NET: Registered protocol family 10\n[ 0.646964] NET: Registered protocol family 17\n[ 0.647896] Key type dns_resolver registered\n[ 0.648976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650112] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.651970] registered taskstats version 1\n[ 0.652851] Loading compiled-in X.509 certificates\n[ 0.654368] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656294] zswap: loaded using pool lzo/zbud\n[ 0.658000] Key type trusted registered\n[ 0.659786] Key type encrypted registered\n[ 0.660637] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661709] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662790] evm: HMAC attrs: 0x1\n[ 0.663833] Magic number: 10:543:1010\n[ 0.664745] rtc_cmos 00:00: setting system clock to 2018-07-22 23:58:33 UTC (1532303913)\n[ 0.666452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667606] EDD information not available.\n[ 0.746136] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757802] Write protecting the kernel read-only data: 14336k\n[ 0.759989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761875] 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.806585] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.13...\nLease of 192.168.120.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.86. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEMQHy6m2XY9474tUstCjcAaXpM0ElaxnwRvyeYVc868rGwBmqxyk8fEsmFFp0th2Je2uwDqaZfdkp90tvXbLsHUeCkig8dWnHWcE94dvkVzv3JYIKfVT8uiAD2dgwXDmdrwv5A7sTYiLF/k+/Tw7a5txI+T7/xGwaEei2AlBCgWmRQBpBl8pmO9IXz5+/aiB1vSep03iedJdRkUlwwyvmO6yQszhqQPaPsq4O84TQ/7b/IStSe+aDAeXvjhMYPL8p+zq2FCRQC4jRXoutcrDD02+2Whirn+jjsMmcHh4tVy8WeWV1wQ0XWgvGKB06TmCHVWdMBqHvhMHEswmx0UBr root@vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4\nssh-dss AAAAB3NzaC1kc3MAAACBAJ+KbmkuU/7/flezckWYtdjUHVPZplflyj9isWWqOY6iLQDG6BUuVcmzmjKyLBVbJ72k4gm0EmMFkayFST3m1jD027jo3uTxWmyiPtdYrbz7Eq3h9G5DNORymbh2KgaMT0mHYk2tPqT2fy0NJ5qaqjHnrE4RqZkCQ2X36oOxbeEhAAAAFQD+DKb38QWEIzb+k4TzqsFHv/3GDwAAAIBbfGacfcyVfGB4SztXk+2j7fEIkindpqBYHHfBZjinKKbSQqB2mStpNaYyT6vIY3D55hEYeAAwiVqBF1Y28RY6VPNq1k8Vk44A5d3rHNmFBqaA4BwCxhAdMW/B+jx7aL8EOg8M4WgsdPSfhHKli9FST5GV7GUhIAjvhno6L1YDIAAAAIBtqdUwkH/FO8CdWLSna059GTWGGDsnFqHSYM3CkKE16J7kmOm8Za2RqaIG9nCIw5pSDGzUWAGmLfrFqnz4FqF/s0eEiSD7LhVP+aejMMPdR6R7Ylph1IxglYUxQe1x9zhwDGPOCefUa5rSASPeww0doX4eES45fvMEWGDjeJTtTQ== root@vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fecc:189f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.13 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.86 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4 login: "} 2018-07-22 23:58:39,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127/action used request id req-0da7a8d5-a5ff-4cac-9300-ee11b83d4963 2018-07-22 23:58:39,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.704365968704s 2018-07-22 23:58:39,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127/action used request id req-0da7a8d5-a5ff-4cac-9300-ee11b83d4963 2018-07-22 23:58:39,142 - 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 451841943 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.137056] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138735] pid_max: default: 32768 minimum: 301 [ 0.139649] ACPI: Core revision 20150930 [ 0.141046] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142368] Security Framework initialized [ 0.143191] Yama: becoming mindful. [ 0.143924] AppArmor: AppArmor initialized [ 0.144797] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147450] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148673] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150105] Initializing cgroup subsys io [ 0.150935] Initializing cgroup subsys memory [ 0.151810] Initializing cgroup subsys devices [ 0.152698] Initializing cgroup subsys freezer [ 0.153576] Initializing cgroup subsys net_cls [ 0.154449] Initializing cgroup subsys perf_event [ 0.155367] Initializing cgroup subsys net_prio [ 0.156268] Initializing cgroup subsys hugetlb [ 0.157138] Initializing cgroup subsys pids [ 0.158011] CPU: Physical Processor ID: 0 [ 0.159514] mce: CPU supports 10 MCE banks [ 0.160380] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161396] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181961] ftrace: allocating 31920 entries in 125 pages [ 0.207081] smpboot: Max logical packages: 1 [ 0.207939] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209308] x2apic enabled [ 0.210123] Switched APIC routing to physical x2apic. [ 0.211864] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215099] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216901] KVM setup paravirtual spinlock [ 0.218219] x86: Booted up 1 node, 1 CPUs [ 0.219038] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220442] devtmpfs: initialized [ 0.222175] evm: security.selinux [ 0.222878] evm: security.SMACK64 [ 0.223574] evm: security.SMACK64EXEC [ 0.224327] evm: security.SMACK64TRANSMUTE [ 0.225139] evm: security.SMACK64MMAP [ 0.225886] evm: security.ima [ 0.226533] evm: security.capability [ 0.227346] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229215] pinctrl core: initialized pinctrl subsystem [ 0.230330] RTC time: 23:58:33, date: 07/22/18 [ 0.231298] NET: Registered protocol family 16 [ 0.232296] cpuidle: using governor ladder [ 0.233123] cpuidle: using governor menu [ 0.233913] PCCT header not found. [ 0.234693] ACPI: bus type PCI registered [ 0.235509] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236765] PCI: Using configuration type 1 for base access [ 0.238547] ACPI: Added _OSI(Module Device) [ 0.239401] ACPI: Added _OSI(Processor Device) [ 0.240276] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241189] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242949] ACPI: Interpreter enabled [ 0.243729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249322] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.251175] ACPI: (supports S0 S5) [ 0.251882] ACPI: Using IOAPIC for interrupt routing [ 0.252836] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255947] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.257108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258361] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259566] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261814] acpiphp: Slot [3] registered [ 0.262629] acpiphp: Slot [4] registered [ 0.263438] acpiphp: Slot [5] registered [ 0.264246] acpiphp: Slot [6] registered [ 0.265049] acpiphp: Slot [7] registered [ 0.265853] acpiphp: Slot [8] registered [ 0.266662] acpiphp: Slot [9] registered [ 0.267467] acpiphp: Slot [10] registered [ 0.268295] acpiphp: Slot [11] registered [ 0.269118] acpiphp: Slot [12] registered [ 0.269940] acpiphp: Slot [13] registered [ 0.270763] acpiphp: Slot [14] registered [ 0.271582] acpiphp: Slot [15] registered [ 0.282318] acpiphp: Slot [16] registered [ 0.283143] acpiphp: Slot [17] registered [ 0.283962] acpiphp: Slot [18] registered [ 0.284780] acpiphp: Slot [19] registered [ 0.285604] acpiphp: Slot [20] registered [ 0.286428] acpiphp: Slot [21] registered [ 0.287258] acpiphp: Slot [22] registered [ 0.288080] acpiphp: Slot [23] registered [ 0.288897] acpiphp: Slot [24] registered [ 0.289720] acpiphp: Slot [25] registered [ 0.290553] acpiphp: Slot [26] registered [ 0.291378] acpiphp: Slot [27] registered [ 0.292199] acpiphp: Slot [28] registered [ 0.293019] acpiphp: Slot [29] registered [ 0.293875] acpiphp: Slot [30] registered [ 0.294704] acpiphp: Slot [31] registered [ 0.295526] PCI host bridge to bus 0000:00 [ 0.296359] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297583] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.300265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301721] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.303208] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307902] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.309093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.310372] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315477] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333778] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335292] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.337069] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338504] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.341196] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342519] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343590] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.345154] vgaarb: loaded [ 0.345756] vgaarb: bridge control possible 0000:00:02.0 [ 0.346995] SCSI subsystem initialized [ 0.347912] ACPI: bus type USB registered [ 0.348753] usbcore: registered new interface driver usbfs [ 0.349794] usbcore: registered new interface driver hub [ 0.350823] usbcore: registered new device driver usb [ 0.351943] PCI: Using ACPI for IRQ routing [ 0.353071] NetLabel: Initializing [ 0.353795] NetLabel: domain hash size = 128 [ 0.354658] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355634] NetLabel: unlabeled traffic allowed by default [ 0.356803] clocksource: Switched to clocksource kvm-clock [ 0.364980] AppArmor: AppArmor Filesystem Enabled [ 0.365954] pnp: PnP ACPI init [ 0.366898] pnp: PnP ACPI: found 5 devices [ 0.373229] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374976] NET: Registered protocol family 2 [ 0.376034] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377354] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378580] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379790] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380904] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.382108] NET: Registered protocol family 1 [ 0.382996] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.384105] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385192] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399272] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413537] Trying to unpack rootfs image as initramfs... [ 0.470207] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471941] Scanning for low memory corruption every 60 seconds [ 0.473359] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474540] audit: initializing netlink subsys (disabled) [ 0.475579] audit: type=2000 audit(1532303914.358:1): initialized [ 0.476959] Initialise system trusted keyring [ 0.477916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.479090] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.481240] zbud: loaded [ 0.481984] VFS: Disk quotas dquot_6.6.0 [ 0.482807] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.484419] fuse init (API version 7.23) [ 0.485343] Key type big_key registered [ 0.486159] Allocating IMA MOK and blacklist keyrings. [ 0.487393] Key type asymmetric registered [ 0.488226] Asymmetric key parser 'x509' registered [ 0.489207] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490695] io scheduler noop registered [ 0.491494] io scheduler deadline registered (default) [ 0.492503] io scheduler cfq registered [ 0.493373] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494436] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495716] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.497195] ACPI: Power Button [PWRF] [ 0.498054] GHES: HEST is not enabled! [ 0.511720] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.539166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541323] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.565317] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567635] Linux agpgart interface v0.103 [ 0.570294] brd: module loaded [ 0.571996] loop: module loaded [ 0.576266] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.577780] GPT:90111 != 2097151 [ 0.578442] GPT:Alternate GPT header not at the end of the disk. [ 0.579552] GPT:90111 != 2097151 [ 0.580237] GPT: Use GNU Parted to correct GPT errors. [ 0.581244] vda: vda1 vda15 [ 0.582483] scsi host0: ata_piix [ 0.583275] scsi host1: ata_piix [ 0.584009] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.585252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.586747] libphy: Fixed MDIO Bus: probed [ 0.587581] tun: Universal TUN/TAP device driver, 1.6 [ 0.588549] tun: (C) 1999-2004 Max Krasnyansky [ 0.590999] PPP generic driver version 2.4.2 [ 0.592177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.593919] ehci-pci: EHCI PCI platform driver [ 0.595424] ehci-platform: EHCI generic platform driver [ 0.596589] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597770] ohci-pci: OHCI PCI platform driver [ 0.598679] ohci-platform: OHCI generic platform driver [ 0.599695] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616271] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617584] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.619101] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.620182] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.621435] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622723] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.624180] usb usb1: Product: UHCI Host Controller [ 0.625138] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.626308] usb usb1: SerialNumber: 0000:00:01.2 [ 0.627431] hub 1-0:1.0: USB hub found [ 0.628238] hub 1-0:1.0: 2 ports detected [ 0.629298] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.631558] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.632704] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.633800] mousedev: PS/2 mouse device common for all mice [ 0.635137] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.637071] rtc_cmos 00:00: RTC can wake from S4 [ 0.638236] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.639467] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.640686] i2c /dev entries driver [ 0.641514] device-mapper: uevent: version 1.0.3 [ 0.642513] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.644213] ledtrig-cpu: registered to indicate activity on CPUs [ 0.645775] NET: Registered protocol family 10 [ 0.646964] NET: Registered protocol family 17 [ 0.647896] Key type dns_resolver registered [ 0.648976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.650112] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.651970] registered taskstats version 1 [ 0.652851] Loading compiled-in X.509 certificates [ 0.654368] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.656294] zswap: loaded using pool lzo/zbud [ 0.658000] Key type trusted registered [ 0.659786] Key type encrypted registered [ 0.660637] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661709] ima: No TPM chip found, activating TPM-bypass! [ 0.662790] evm: HMAC attrs: 0x1 [ 0.663833] Magic number: 10:543:1010 [ 0.664745] rtc_cmos 00:00: setting system clock to 2018-07-22 23:58:33 UTC (1532303913) [ 0.666452] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.667606] EDD information not available. [ 0.746136] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.757802] Write protecting the kernel read-only data: 14336k [ 0.759989] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.761875] 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.806585] 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.77 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCEMQHy6m2XY9474tUstCjcAaXpM0ElaxnwRvyeYVc868rGwBmqxyk8fEsmFFp0th2Je2uwDqaZfdkp90tvXbLsHUeCkig8dWnHWcE94dvkVzv3JYIKfVT8uiAD2dgwXDmdrwv5A7sTYiLF/k+/Tw7a5txI+T7/xGwaEei2AlBCgWmRQBpBl8pmO9IXz5+/aiB1vSep03iedJdRkUlwwyvmO6yQszhqQPaPsq4O84TQ/7b/IStSe+aDAeXvjhMYPL8p+zq2FCRQC4jRXoutcrDD02+2Whirn+jjsMmcHh4tVy8WeWV1wQ0XWgvGKB06TmCHVWdMBqHvhMHEswmx0UBr root@vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4 ssh-dss AAAAB3NzaC1kc3MAAACBAJ+KbmkuU/7/flezckWYtdjUHVPZplflyj9isWWqOY6iLQDG6BUuVcmzmjKyLBVbJ72k4gm0EmMFkayFST3m1jD027jo3uTxWmyiPtdYrbz7Eq3h9G5DNORymbh2KgaMT0mHYk2tPqT2fy0NJ5qaqjHnrE4RqZkCQ2X36oOxbeEhAAAAFQD+DKb38QWEIzb+k4TzqsFHv/3GDwAAAIBbfGacfcyVfGB4SztXk+2j7fEIkindpqBYHHfBZjinKKbSQqB2mStpNaYyT6vIY3D55hEYeAAwiVqBF1Y28RY6VPNq1k8Vk44A5d3rHNmFBqaA4BwCxhAdMW/B+jx7aL8EOg8M4WgsdPSfhHKli9FST5GV7GUhIAjvhno6L1YDIAAAAIBtqdUwkH/FO8CdWLSna059GTWGGDsnFqHSYM3CkKE16J7kmOm8Za2RqaIG9nCIw5pSDGzUWAGmLfrFqnz4FqF/s0eEiSD7LhVP+aejMMPdR6R7Ylph1IxglYUxQe1x9zhwDGPOCefUa5rSASPeww0doX4eES45fvMEWGDjeJTtTQ== root@vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fecc:189f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.86 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-35818a3c-4cab-4970-9cce-be7095a7a4a4 login: 2018-07-22 23:58:55,178 - paramiko.transport - DEBUG - starting thread (client mode): 0xafcb7e50L 2018-07-22 23:58:55,179 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-22 23:58:55,179 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-22 23:58:55,179 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-22 23:58:55,180 - 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-22 23:58:55,180 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-22 23:58:55,180 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-22 23:58:55,180 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-22 23:58:55,180 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-22 23:58:55,180 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-22 23:58:55,197 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-22 23:58:55,198 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-22 23:58:55,210 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.213: 966f33d535d694a25854fe4b962601bc 2018-07-22 23:58:55,212 - paramiko.transport - DEBUG - Trying discovered key fab2aa037fb449f0cba6a2280c365911 in /tmp/tmpgwpfUN 2018-07-22 23:58:55,237 - paramiko.transport - DEBUG - userauth is OK 2018-07-22 23:58:55,243 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-22 23:58:55,244 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-22 23:58:55,245 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-22 23:58:55,245 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-22 23:58:55,247 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-22 23:58:55,249 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-22 23:58:55,250 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.12 (192.168.120.12): 56 data bytes 64 bytes from 192.168.120.12: seq=0 ttl=64 time=1.132 ms --- 192.168.120.12 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.132/1.132/1.132 ms 2018-07-22 23:58:55,255 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-22 23:58:55,357 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:58:55,357 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:59 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-22 23:58:55,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:58:55,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:55,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:58:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e8818e8c-771c-46f0-b8dc-c667432b9703 x-compute-request-id: req-e8818e8c-771c-46f0-b8dc-c667432b9703 Content-Type: application/json 2018-07-22 23:58:55,557 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-e8818e8c-771c-46f0-b8dc-c667432b9703 2018-07-22 23:58:55,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.193889856339s 2018-07-22 23:58:55,557 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba used request id req-e8818e8c-771c-46f0-b8dc-c667432b9703 2018-07-22 23:58:55,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:55,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:56,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-9a962536-f28a-474f-814f-1efa8520b314 x-compute-request-id: req-9a962536-f28a-474f-814f-1efa8520b314 Content-Encoding: gzip Content-Length: 900 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:33.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:33Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:a5:33", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/262445ab-cd6b-41aa-a01b-cfed9daa9dba", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:20.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "262445ab-cd6b-41aa-a01b-cfed9daa9dba", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:55Z", "hostId": "886495806be96b3d0a36052759998f757f8001ec92e2404b9a77d3d0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:10Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:56,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a962536-f28a-474f-814f-1efa8520b314 2018-07-22 23:58:56,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587793111801s 2018-07-22 23:58:56,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a962536-f28a-474f-814f-1efa8520b314 2018-07-22 23:58:56,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:58:58,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:58:58,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:58:59,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:58: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-156ac91a-663e-4da4-97d7-d794c2f85412 x-compute-request-id: req-156ac91a-663e-4da4-97d7-d794c2f85412 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:33.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:58:33Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:58:59,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-156ac91a-663e-4da4-97d7-d794c2f85412 2018-07-22 23:58:59,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.994256973267s 2018-07-22 23:58:59,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-156ac91a-663e-4da4-97d7-d794c2f85412 2018-07-22 23:58:59,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-22 23:58:59,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/72064705-3c86-4e39-ae54-d5fb9a10c2c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:00,079 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69d2d66b-f341-4a3b-93e2-dda3c93ff8d0 Content-Length: 0 Date: Sun, 22 Jul 2018 23:59:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:00,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/72064705-3c86-4e39-ae54-d5fb9a10c2c6.json used request id req-69d2d66b-f341-4a3b-93e2-dda3c93ff8d0 2018-07-22 23:59:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.928200006485s 2018-07-22 23:59:00,079 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/72064705-3c86-4e39-ae54-d5fb9a10c2c6.json used request id req-69d2d66b-f341-4a3b-93e2-dda3c93ff8d0 2018-07-22 23:59:00,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:00,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:00,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e9dce34b-4680-47ed-b0b4-686b5bc7da94 Date: Sun, 22 Jul 2018 23:59:00 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:00,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-e9dce34b-4680-47ed-b0b4-686b5bc7da94 2018-07-22 23:59:00,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0251529216766s 2018-07-22 23:59:00,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-e9dce34b-4680-47ed-b0b4-686b5bc7da94 2018-07-22 23:59:00,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:59:00,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:00,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71d470ba-db94-4ef0-b472-2e5b2911a947 x-compute-request-id: req-71d470ba-db94-4ef0-b472-2e5b2911a947 Content-Type: application/json 2018-07-22 23:59:00,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-71d470ba-db94-4ef0-b472-2e5b2911a947 2018-07-22 23:59:00,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.181833982468s 2018-07-22 23:59:00,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127 used request id req-71d470ba-db94-4ef0-b472-2e5b2911a947 2018-07-22 23:59:00,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:00,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:00,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42b66f71-6c87-478f-8ab4-53480b428eeb x-compute-request-id: req-42b66f71-6c87-478f-8ab4-53480b428eeb Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:18:9f", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/f30ddbd7-f440-4d65-9bae-18a2f4125127", "rel": "bookmark"}], "image": {"id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "links": [{"href": "http://172.30.9.24:8774/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:58:33.000000", "flavor": {"id": "557a3fbb-db61-4f59-a70c-5bb3362abf61", "links": [{"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "bookmark"}]}, "id": "f30ddbd7-f440-4d65-9bae-18a2f4125127", "security_groups": [{"name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}], "user_id": "44ef58cc0e444cc3b242511e85ab6a1b", "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-22T23:59:00Z", "hostId": "0889500c3dfb899f0c02ca8c1fc3d5523d26ff2be04581c2d894df87", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4", "name": "vping_ssh-vm_35818a3c-4cab-4970-9cce-be7095a7a4a4", "created": "2018-07-22T23:58:26Z", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:00,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-42b66f71-6c87-478f-8ab4-53480b428eeb 2018-07-22 23:59:00,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625169992447s 2018-07-22 23:59:00,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-42b66f71-6c87-478f-8ab4-53480b428eeb 2018-07-22 23:59:00,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:02,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:03,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4cb20041-32e3-40e8-8866-a51241f0dbd4 x-compute-request-id: req-4cb20041-32e3-40e8-8866-a51241f0dbd4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 23:59:03,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4cb20041-32e3-40e8-8866-a51241f0dbd4 2018-07-22 23:59:03,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0779058933258s 2018-07-22 23:59:03,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-4cb20041-32e3-40e8-8866-a51241f0dbd4 2018-07-22 23:59:03,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-22 23:59:03,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:03,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0892370a-dfb1-48b1-97fc-8e0cca8ffcd4 Date: Sun, 22 Jul 2018 23:59:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:58:05Z", "updated_at": "2018-07-22T23:58:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:06Z", "revision_number": 0, "id": "0916b718-7048-486f-965d-bb27673735f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:06Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "58ba33f3-0333-40ef-92e9-6dd02d7d31c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-22T23:58:06Z", "revision_number": 0, "id": "5d29e60f-ccce-43e1-bd4f-912e4b85e65d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:06Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:58:05Z", "revision_number": 0, "id": "e1737115-cba1-4421-8a63-73b74d0e32db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:58:05Z", "security_group_id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 4, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "1cf8e669-d9a7-47eb-86c7-acc7f55d5402", "name": "vping_ssh-sg_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, {"description": "Default security group", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:57:56Z", "updated_at": "2018-07-22T23:57:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "2b2ae25e-a240-413f-b8d2-f15b688a077c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "554bbd8f-7f7d-4c6f-bcab-1168455b8465", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "7e8345a7-c46c-40b1-a305-960ab1c2f6a0", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv4", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-22T23:57:56Z", "revision_number": 0, "id": "896bcab1-ba71-4448-b6eb-9cfbff93c934", "remote_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "remote_ip_prefix": null, "created_at": "2018-07-22T23:57:56Z", "security_group_id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "port_range_min": null, "ethertype": "IPv6", "project_id": "1eff9e6600eb4cbf81161407e7ef4957"}], "revision_number": 4, "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "617303ba-b4e2-4376-a111-fcd4e5a57ab9", "name": "default"}]} 2018-07-22 23:59:03,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-0892370a-dfb1-48b1-97fc-8e0cca8ffcd4 2018-07-22 23:59:03,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.067085981369s 2018-07-22 23:59:03,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-0892370a-dfb1-48b1-97fc-8e0cca8ffcd4 2018-07-22 23:59:03,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-22 23:59:03,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/security-groups/1cf8e669-d9a7-47eb-86c7-acc7f55d5402.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:03,275 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbe60987-82bb-4456-97da-1368fbfa14b6 Content-Length: 0 Date: Sun, 22 Jul 2018 23:59:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:03,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/1cf8e669-d9a7-47eb-86c7-acc7f55d5402.json used request id req-dbe60987-82bb-4456-97da-1368fbfa14b6 2018-07-22 23:59:03,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.198260068893s 2018-07-22 23:59:03,275 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/1cf8e669-d9a7-47eb-86c7-acc7f55d5402.json used request id req-dbe60987-82bb-4456-97da-1368fbfa14b6 2018-07-22 23:59:03,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-22 23:59:03,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:03,381 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:59:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-acffc4dd-5064-4429-bf9e-b1b1088ccc4a x-compute-request-id: req-acffc4dd-5064-4429-bf9e-b1b1088ccc4a Content-Length: 0 Content-Type: application/json 2018-07-22 23:59:03,381 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4 used request id req-acffc4dd-5064-4429-bf9e-b1b1088ccc4a 2018-07-22 23:59:03,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.105769872665s 2018-07-22 23:59:03,382 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/vping_ssh-kp_35818a3c-4cab-4970-9cce-be7095a7a4a4 used request id req-acffc4dd-5064-4429-bf9e-b1b1088ccc4a 2018-07-22 23:59:03,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:59:03,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" -d '{"subnet_id": "ce181ca6-7d04-45d6-bb96-bde17a0b62d0"}' 2018-07-22 23:59:04,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ee33c20-b858-460d-a21d-609d9cd51467 Date: Sun, 22 Jul 2018 23:59:04 GMT RESP BODY: {"network_id": "a077e0b4-0a79-46f8-a330-15a6cda44771", "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "subnet_id": "ce181ca6-7d04-45d6-bb96-bde17a0b62d0", "subnet_ids": ["ce181ca6-7d04-45d6-bb96-bde17a0b62d0"], "port_id": "08a0e278-e312-40c2-abf6-d6c304c0b404", "id": "cfa5b2bd-a126-497b-a698-09341f05c6f6"} 2018-07-22 23:59:04,816 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/remove_router_interface.json used request id req-6ee33c20-b858-460d-a21d-609d9cd51467 2018-07-22 23:59:04,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.43405914307s 2018-07-22 23:59:04,817 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6/remove_router_interface.json used request id req-6ee33c20-b858-460d-a21d-609d9cd51467 returning object cfa5b2bd-a126-497b-a698-09341f05c6f6 2018-07-22 23:59:04,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:59:04,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:04,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-b9f3696e-875d-4ebb-ac54-85adbb098fee Date: Sun, 22 Jul 2018 23:59:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "1eff9e6600eb4cbf81161407e7ef4957", "created_at": "2018-07-22T23:57:58Z", "admin_state_up": true, "updated_at": "2018-07-22T23:59:04Z", "revision_number": 4, "routes": [], "project_id": "1eff9e6600eb4cbf81161407e7ef4957", "id": "cfa5b2bd-a126-497b-a698-09341f05c6f6", "name": "vping_ssh-router_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:59:04,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b9f3696e-875d-4ebb-ac54-85adbb098fee 2018-07-22 23:59:04,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120220899582s 2018-07-22 23:59:04,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b9f3696e-875d-4ebb-ac54-85adbb098fee 2018-07-22 23:59:04,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:59:04,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:06,145 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1baed53d-bd34-4c19-9056-be191f09a3c3 Content-Length: 0 Date: Sun, 22 Jul 2018 23:59:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:06,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6.json used request id req-1baed53d-bd34-4c19-9056-be191f09a3c3 2018-07-22 23:59:06,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.2061150074s 2018-07-22 23:59:06,146 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/cfa5b2bd-a126-497b-a698-09341f05c6f6.json used request id req-1baed53d-bd34-4c19-9056-be191f09a3c3 2018-07-22 23:59:06,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:59:06,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:06,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e70f5079-205b-497f-8a74-5c7f9bc6f566 Date: Sun, 22 Jul 2018 23:59:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a077e0b4-0a79-46f8-a330-15a6cda44771","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:57:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"ce181ca6-7d04-45d6-bb96-bde17a0b62d0","subnetpool_id":null,"name":"vping_ssh-subnet_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:59:06,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-e70f5079-205b-497f-8a74-5c7f9bc6f566 2018-07-22 23:59:06,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0542130470276s 2018-07-22 23:59:06,201 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-e70f5079-205b-497f-8a74-5c7f9bc6f566 2018-07-22 23:59:06,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:59:06,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/ce181ca6-7d04-45d6-bb96-bde17a0b62d0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:08,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f8d30d8-cd1e-4263-942b-cb19ed8fe9e4 Date: Sun, 22 Jul 2018 23:59:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:08,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/ce181ca6-7d04-45d6-bb96-bde17a0b62d0.json used request id req-3f8d30d8-cd1e-4263-942b-cb19ed8fe9e4 2018-07-22 23:59:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38261699677s 2018-07-22 23:59:08,585 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/ce181ca6-7d04-45d6-bb96-bde17a0b62d0.json used request id req-3f8d30d8-cd1e-4263-942b-cb19ed8fe9e4 2018-07-22 23:59:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:08,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-2bd8cd44-c20d-41d8-a11a-9185ad5d575a Date: Sun, 22 Jul 2018 23:59:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:59:08Z","tenant_id":"1eff9e6600eb4cbf81161407e7ef4957","created_at":"2018-07-22T23:57:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1eff9e6600eb4cbf81161407e7ef4957","id":"a077e0b4-0a79-46f8-a330-15a6cda44771","name":"vping_ssh-net_35818a3c-4cab-4970-9cce-be7095a7a4a4"}]} 2018-07-22 23:59:08,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-2bd8cd44-c20d-41d8-a11a-9185ad5d575a 2018-07-22 23:59:08,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312247991562s 2018-07-22 23:59:08,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-2bd8cd44-c20d-41d8-a11a-9185ad5d575a 2018-07-22 23:59:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-22 23:59:08,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/a077e0b4-0a79-46f8-a330-15a6cda44771.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:10,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8f0818a-b19a-4979-b4ce-9d2c559f9d4c Date: Sun, 22 Jul 2018 23:59:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:10,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/a077e0b4-0a79-46f8-a330-15a6cda44771.json used request id req-c8f0818a-b19a-4979-b4ce-9d2c559f9d4c 2018-07-22 23:59:10,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30428504944s 2018-07-22 23:59:10,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/a077e0b4-0a79-46f8-a330-15a6cda44771.json used request id req-c8f0818a-b19a-4979-b4ce-9d2c559f9d4c 2018-07-22 23:59:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:59:10,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:10,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-45a5b4ca-721f-418a-a1fa-4556d1013268 Date: Sun, 22 Jul 2018 23:59:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "metadata": {}}], "file": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187/file", "owner": "1eff9e6600eb4cbf81161407e7ef4957", "id": "0ce209b2-41f5-46bd-a02e-a980392b6187", "size": 12716032, "self": "/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/0ce209b2-41f5-46bd-a02e-a980392b6187/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:58:04Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_35818a3c-4cab-4970-9cce-be7095a7a4a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:58:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:59:10,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-45a5b4ca-721f-418a-a1fa-4556d1013268 2018-07-22 23:59:10,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0384750366211s 2018-07-22 23:59:10,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-45a5b4ca-721f-418a-a1fa-4556d1013268 2018-07-22 23:59:10,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-22 23:59:10,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}720b9b03efc3127b4db81b3acf1c50d25bc53a4a" 2018-07-22 23:59:11,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d49f5ea5-db76-42bd-ab52-c7249ed21081 Date: Sun, 22 Jul 2018 23:59:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:59:11,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187 used request id req-d49f5ea5-db76-42bd-ab52-c7249ed21081 2018-07-22 23:59:11,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38453292847s 2018-07-22 23:59:11,633 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/0ce209b2-41f5-46bd-a02e-a980392b6187 used request id req-d49f5ea5-db76-42bd-ab52-c7249ed21081 2018-07-22 23:59:11,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:59:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:11,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-2280474f-446c-44c9-9135-bd3797e08796 x-compute-request-id: req-2280474f-446c-44c9-9135-bd3797e08796 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61", "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": "557a3fbb-db61-4f59-a70c-5bb3362abf61"}]} 2018-07-22 23:59:11,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-2280474f-446c-44c9-9135-bd3797e08796 2018-07-22 23:59:11,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266230106354s 2018-07-22 23:59:11,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-2280474f-446c-44c9-9135-bd3797e08796 2018-07-22 23:59:11,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-22 23:59:11,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:11,704 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:59: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-667dc1ca-c417-46ec-9159-6b2916dcd3c3 x-compute-request-id: req-667dc1ca-c417-46ec-9159-6b2916dcd3c3 Content-Length: 0 Content-Type: application/json 2018-07-22 23:59:11,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61 used request id req-667dc1ca-c417-46ec-9159-6b2916dcd3c3 2018-07-22 23:59:11,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0421748161316s 2018-07-22 23:59:11,704 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/557a3fbb-db61-4f59-a70c-5bb3362abf61 used request id req-667dc1ca-c417-46ec-9159-6b2916dcd3c3 2018-07-22 23:59:11,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:59:11,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:11,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96291f9c-ac9c-419e-bc5c-e8dc61a9dafc Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": {"self": "http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44ef58cc0e444cc3b242511e85ab6a1b", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:59:11,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-96291f9c-ac9c-419e-bc5c-e8dc61a9dafc 2018-07-22 23:59:11,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11172413826s 2018-07-22 23:59:11,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-96291f9c-ac9c-419e-bc5c-e8dc61a9dafc 2018-07-22 23:59:11,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:59:11,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:11,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24116870-6112-4cc1-89a6-188e4d19e16d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_35818a3c-4cab-4970-9cce-be7095a7a4a4", "links": {"self": "http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "44ef58cc0e444cc3b242511e85ab6a1b", "description": null}} 2018-07-22 23:59:11,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b used request id req-24116870-6112-4cc1-89a6-188e4d19e16d 2018-07-22 23:59:11,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111030101776s 2018-07-22 23:59:11,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b used request id req-24116870-6112-4cc1-89a6-188e4d19e16d 2018-07-22 23:59:11,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-22 23:59:11,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:12,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61e6e173-45f1-4122-b564-d9ca50cebb35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:59:12,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b used request id req-61e6e173-45f1-4122-b564-d9ca50cebb35 2018-07-22 23:59:12,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.241234064102s 2018-07-22 23:59:12,176 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/44ef58cc0e444cc3b242511e85ab6a1b used request id req-61e6e173-45f1-4122-b564-d9ca50cebb35 2018-07-22 23:59:12,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:59:12,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:12,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f96e55-89fe-4a33-882b-fee343085351 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957"}, "tags": [], "enabled": true, "id": "1eff9e6600eb4cbf81161407e7ef4957", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_35818a3c-4cab-4970-9cce-be7095a7a4a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:59:12,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-76f96e55-89fe-4a33-882b-fee343085351 2018-07-22 23:59:12,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103007078171s 2018-07-22 23:59:12,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-76f96e55-89fe-4a33-882b-fee343085351 2018-07-22 23:59:12,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-22 23:59:12,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:12,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8df5d599-93ef-4de4-b96a-dcb48e97d99e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:59:12,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957 used request id req-8df5d599-93ef-4de4-b96a-dcb48e97d99e 2018-07-22 23:59:12,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.314059972763s 2018-07-22 23:59:12,605 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/1eff9e6600eb4cbf81161407e7ef4957 used request id req-8df5d599-93ef-4de4-b96a-dcb48e97d99e 2018-07-22 23:59:12,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:59:12,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:12,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa63eb85-cc24-4403-b17b-dbb9bdd66495 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ef4b2267debd4452b192179c8de5b818", "links": {"self": "http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818"}, "name": "Member"}]} 2018-07-22 23:59:12,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fa63eb85-cc24-4403-b17b-dbb9bdd66495 2018-07-22 23:59:12,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0905020236969s 2018-07-22 23:59:12,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fa63eb85-cc24-4403-b17b-dbb9bdd66495 2018-07-22 23:59:12,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-22 23:59:12,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}565bfd5b886a6f48d755e6ba776a2fbfa426e58f" 2018-07-22 23:59:12,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b8a3e27-74c9-4559-883d-2199d8b1485c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:59:12,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818 used request id req-0b8a3e27-74c9-4559-883d-2199d8b1485c 2018-07-22 23:59:12,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.120119094849s 2018-07-22 23:59:12,826 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/ef4b2267debd4452b192179c8de5b818 used request id req-0b8a3e27-74c9-4559-883d-2199d8b1485c 2018-07-22 23:59:12,884 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-22 23:59:12,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:59:12,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:59:12,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:59:12,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:59:12,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:59:12,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:59:12,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:59:12,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:59:12,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1164f94f-c007-4a21-b17b-6ef0837dd556 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:59:12,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-1164f94f-c007-4a21-b17b-6ef0837dd556 2018-07-22 23:59:12,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:59:13,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T00:59:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["-USKyRFyRjS0ZxfaASsHnw"], "issued_at": "2018-07-22T23:59:13.000000Z"}} 2018-07-22 23:59:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:13,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:13,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-31040ae1-81a4-4653-a4f1-58ca261c4878 Date: Sun, 22 Jul 2018 23:59:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-22 23:59:13,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-31040ae1-81a4-4653-a4f1-58ca261c4878 2018-07-22 23:59:13,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25549197197s 2018-07-22 23:59:13,590 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-31040ae1-81a4-4653-a4f1-58ca261c4878 2018-07-22 23:59:13,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:59:13,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 22 Jul 2018 23:59:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-22 23:59:13,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:59:13,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:13,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-796804da-7071-46ad-b5f4-5fbd03ac737e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-22 23:59:13,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-796804da-7071-46ad-b5f4-5fbd03ac737e 2018-07-22 23:59:13,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0991818904877s 2018-07-22 23:59:13,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-796804da-7071-46ad-b5f4-5fbd03ac737e 2018-07-22 23:59:13,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-22 23:59:13,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7"}}' 2018-07-22 23:59:13,869 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:59:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-970c41a6-37d7-4803-baab-8a29c2940148 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e"}, "tags": [], "enabled": true, "id": "35a400a7bc054f7eaa675cdb69b0687e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7"}} 2018-07-22 23:59:13,869 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-970c41a6-37d7-4803-baab-8a29c2940148 2018-07-22 23:59:13,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.162617921829s 2018-07-22 23:59:13,869 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-970c41a6-37d7-4803-baab-8a29c2940148 2018-07-22 23:59:13,870 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'35a400a7bc054f7eaa675cdb69b0687e', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7'}) 2018-07-22 23:59:13,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-22 23:59:13,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "341ec9e4-0c4a-44f5-abd3-46480d1ed844", "email": null, "name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7"}}' 2018-07-22 23:59:14,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:59:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a10351c1-418f-4fd4-ac75-fb0d726a03f4 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7", "links": {"self": "http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "18c088db7cca45099bdcc5cc0c127a33", "domain_id": "default", "password_expires_at": null}} 2018-07-22 23:59:14,280 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-a10351c1-418f-4fd4-ac75-fb0d726a03f4 2018-07-22 23:59:14,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.403126955032s 2018-07-22 23:59:14,280 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-a10351c1-418f-4fd4-ac75-fb0d726a03f4 2018-07-22 23:59:14,281 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'18c088db7cca45099bdcc5cc0c127a33', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7'}) 2018-07-22 23:59:14,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:59:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92a8e8f-d40d-4eee-b081-e8f1b6561aed Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:59:14,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f92a8e8f-d40d-4eee-b081-e8f1b6561aed 2018-07-22 23:59:14,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0962340831757s 2018-07-22 23:59:14,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-f92a8e8f-d40d-4eee-b081-e8f1b6561aed 2018-07-22 23:59:14,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:59:14,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1eaf93-1f6f-4714-a610-889a8d5004a4 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:59:14,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0c1eaf93-1f6f-4714-a610-889a8d5004a4 2018-07-22 23:59:14,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0206151008606s 2018-07-22 23:59:14,406 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-0c1eaf93-1f6f-4714-a610-889a8d5004a4 2018-07-22 23:59:14,407 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-22 23:59:14,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-22 23:59:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" -d '{"role": {"name": "Member"}}' 2018-07-22 23:59:14,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8221601c-71b6-46df-8734-75497146bf21 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a305294c27544fa6a09589033dfb2f57", "links": {"self": "http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57"}, "name": "Member"}} 2018-07-22 23:59:14,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-8221601c-71b6-46df-8734-75497146bf21 2018-07-22 23:59:14,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.121237039566s 2018-07-22 23:59:14,532 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-8221601c-71b6-46df-8734-75497146bf21 2018-07-22 23:59:14,533 - functest.core.tenantnetwork - DEBUG - role: 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'a305294c27544fa6a09589033dfb2f57'}) 2018-07-22 23:59:14,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-22 23:59:14,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c2aa8da-0d82-4d52-a948-895b8ed67cc5 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a305294c27544fa6a09589033dfb2f57", "links": {"self": "http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57"}, "name": "Member"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-22 23:59:14,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3c2aa8da-0d82-4d52-a948-895b8ed67cc5 2018-07-22 23:59:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0989201068878s 2018-07-22 23:59:14,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-3c2aa8da-0d82-4d52-a948-895b8ed67cc5 2018-07-22 23:59:14,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-22 23:59:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930e37e3-528f-45fb-a998-cb74c6eeb7d6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-22 23:59:14,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-930e37e3-528f-45fb-a998-cb74c6eeb7d6 2018-07-22 23:59:14,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0890929698944s 2018-07-22 23:59:14,729 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-930e37e3-528f-45fb-a998-cb74c6eeb7d6 2018-07-22 23:59:14,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-22 23:59:14,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c52cc42-c7f8-4f5a-a91c-15520cfa58f4 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7", "links": {"self": "http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "18c088db7cca45099bdcc5cc0c127a33", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-22 23:59:14,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-2c52cc42-c7f8-4f5a-a91c-15520cfa58f4 2018-07-22 23:59:14,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111553907394s 2018-07-22 23:59:14,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-2c52cc42-c7f8-4f5a-a91c-15520cfa58f4 2018-07-22 23:59:14,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-22 23:59:14,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:14,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbeae2d9-a8bd-4ba1-abfa-82fb5eb3c5cc Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e"}, "tags": [], "enabled": true, "id": "35a400a7bc054f7eaa675cdb69b0687e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-22 23:59:14,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-dbeae2d9-a8bd-4ba1-abfa-82fb5eb3c5cc 2018-07-22 23:59:14,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0964818000793s 2018-07-22 23:59:14,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-dbeae2d9-a8bd-4ba1-abfa-82fb5eb3c5cc 2018-07-22 23:59:14,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-22 23:59:14,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=18c088db7cca45099bdcc5cc0c127a33&role.id=a305294c27544fa6a09589033dfb2f57&scope.project.id=35a400a7bc054f7eaa675cdb69b0687e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:15,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45d751c-6d62-484e-8536-c1e4387dfebf Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=18c088db7cca45099bdcc5cc0c127a33&role.id=a305294c27544fa6a09589033dfb2f57&scope.project.id=35a400a7bc054f7eaa675cdb69b0687e", "previous": null, "next": null}} 2018-07-22 23:59:15,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=18c088db7cca45099bdcc5cc0c127a33&role.id=a305294c27544fa6a09589033dfb2f57&scope.project.id=35a400a7bc054f7eaa675cdb69b0687e used request id req-e45d751c-6d62-484e-8536-c1e4387dfebf 2018-07-22 23:59:15,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0884208679199s 2018-07-22 23:59:15,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=18c088db7cca45099bdcc5cc0c127a33&role.id=a305294c27544fa6a09589033dfb2f57&scope.project.id=35a400a7bc054f7eaa675cdb69b0687e used request id req-e45d751c-6d62-484e-8536-c1e4387dfebf 2018-07-22 23:59:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-22 23:59:15,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e/users/18c088db7cca45099bdcc5cc0c127a33/roles/a305294c27544fa6a09589033dfb2f57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-22 23:59:15,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a19e28e-990d-4f11-a479-5da25981a24d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-22 23:59:15,233 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e/users/18c088db7cca45099bdcc5cc0c127a33/roles/a305294c27544fa6a09589033dfb2f57 used request id req-8a19e28e-990d-4f11-a479-5da25981a24d 2018-07-22 23:59:15,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.181996822357s 2018-07-22 23:59:15,234 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e/users/18c088db7cca45099bdcc5cc0c127a33/roles/a305294c27544fa6a09589033dfb2f57 used request id req-8a19e28e-990d-4f11-a479-5da25981a24d 2018-07-22 23:59:15,234 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7', 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'35a400a7bc054f7eaa675cdb69b0687e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '341ec9e4-0c4a-44f5-abd3-46480d1ed844', 'username': u'vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-22 23:59:15,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-22 23:59:15,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-22 23:59:15,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-22 23:59:15,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-22 23:59:15,240 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7', 'password': '341ec9e4-0c4a-44f5-abd3-46480d1ed844', 'project_name': 'vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '35a400a7bc054f7eaa675cdb69b0687e', 'project_domain_name': 'Default'} 2018-07-22 23:59:15,241 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-22 23:59:15,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:59:15,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9847acc6-9390-4284-8ea5-037e8373780e 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.24:5000/v3/", "rel": "self"}]}} 2018-07-22 23:59:15,249 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-9847acc6-9390-4284-8ea5-037e8373780e 2018-07-22 23:59:15,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-22 23:59:15,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a305294c27544fa6a09589033dfb2f57", "name": "Member"}], "expires_at": "2018-07-23T00:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35a400a7bc054f7eaa675cdb69b0687e", "name": "vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/35a400a7bc054f7eaa675cdb69b0687e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/35a400a7bc054f7eaa675cdb69b0687e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/35a400a7bc054f7eaa675cdb69b0687e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/35a400a7bc054f7eaa675cdb69b0687e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/35a400a7bc054f7eaa675cdb69b0687e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/35a400a7bc054f7eaa675cdb69b0687e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/35a400a7bc054f7eaa675cdb69b0687e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_35a400a7bc054f7eaa675cdb69b0687e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_35a400a7bc054f7eaa675cdb69b0687e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7", "id": "18c088db7cca45099bdcc5cc0c127a33"}, "audit_ids": ["RRjCsaHuRxyNrixDk9KCMQ"], "issued_at": "2018-07-22T23:59:15.000000Z"}} 2018-07-22 23:59:15,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-22 23:59:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"network": {"name": "vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7", "admin_state_up": true}}' 2018-07-22 23:59:16,358 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-3c563081-8da1-4d24-8f0b-e1d67519038e Date: Sun, 22 Jul 2018 23:59:16 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-22T23:59:16Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"}} 2018-07-22 23:59:16,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3c563081-8da1-4d24-8f0b-e1d67519038e 2018-07-22 23:59:16,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.724467039108s 2018-07-22 23:59:16,358 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3c563081-8da1-4d24-8f0b-e1d67519038e 2018-07-22 23:59:16,359 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:59:16Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'384d0d74-e6ac-4f00-8b10-c9b3ef863753', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7', u'admin_state_up': True, u'tenant_id': u'35a400a7bc054f7eaa675cdb69b0687e', u'created_at': u'2018-07-22T23:59:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'35a400a7bc054f7eaa675cdb69b0687e'}) 2018-07-22 23:59:16,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:16,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d775e5e7-a05a-4929-a529-4c748f77d98b Date: Sun, 22 Jul 2018 23:59:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-22T23:59:16Z","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:59:16,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d775e5e7-a05a-4929-a529-4c748f77d98b 2018-07-22 23:59:16,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.285687923431s 2018-07-22 23:59:16,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-d775e5e7-a05a-4929-a529-4c748f77d98b 2018-07-22 23:59:16,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-22 23:59:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"subnet": {"name": "vping_userdata-subnet_09951121-4918-4c3a-a371-8a73c2e08be7", "enable_dhcp": true, "network_id": "384d0d74-e6ac-4f00-8b10-c9b3ef863753", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-22 23:59:17,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c746f50a-3dc8-4e49-8190-a80f2d539725 Date: Sun, 22 Jul 2018 23:59:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:59:17Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","subnetpool_id":null,"name":"vping_userdata-subnet_09951121-4918-4c3a-a371-8a73c2e08be7"}} 2018-07-22 23:59:17,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c746f50a-3dc8-4e49-8190-a80f2d539725 2018-07-22 23:59:17,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.864820957184s 2018-07-22 23:59:17,512 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c746f50a-3dc8-4e49-8190-a80f2d539725 2018-07-22 23:59:17,513 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-22T23:59:17Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f39ccbaa-f3bf-4816-ba27-06883eb1a674', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_09951121-4918-4c3a-a371-8a73c2e08be7', u'enable_dhcp': True, u'network_id': u'384d0d74-e6ac-4f00-8b10-c9b3ef863753', u'tenant_id': u'35a400a7bc054f7eaa675cdb69b0687e', u'created_at': u'2018-07-22T23:59:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'35a400a7bc054f7eaa675cdb69b0687e'}) 2018-07-22 23:59:17,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-22 23:59:17,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "vping_userdata-router_09951121-4918-4c3a-a371-8a73c2e08be7", "admin_state_up": true}}' 2018-07-22 23:59:18,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3c68161d-c3dd-4e54-bc0e-019abe8a732e Date: Sun, 22 Jul 2018 23:59:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "created_at": "2018-07-22T23:59:17Z", "admin_state_up": true, "updated_at": "2018-07-22T23:59:18Z", "revision_number": 2, "routes": [], "project_id": "35a400a7bc054f7eaa675cdb69b0687e", "id": "58710ab7-2118-4180-9686-bacee0f7ced2", "name": "vping_userdata-router_09951121-4918-4c3a-a371-8a73c2e08be7"}} 2018-07-22 23:59:18,867 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-3c68161d-c3dd-4e54-bc0e-019abe8a732e 2018-07-22 23:59:18,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35384511948s 2018-07-22 23:59:18,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-3c68161d-c3dd-4e54-bc0e-019abe8a732e 2018-07-22 23:59:18,868 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'35a400a7bc054f7eaa675cdb69b0687e', u'created_at': u'2018-07-22T23:59:17Z', u'admin_state_up': True, u'updated_at': u'2018-07-22T23:59:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'35a400a7bc054f7eaa675cdb69b0687e', u'id': u'58710ab7-2118-4180-9686-bacee0f7ced2', u'name': u'vping_userdata-router_09951121-4918-4c3a-a371-8a73c2e08be7'}) 2018-07-22 23:59:18,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-22 23:59:18,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"subnet_id": "f39ccbaa-f3bf-4816-ba27-06883eb1a674"}' 2018-07-22 23:59:21,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd70abd4-5978-40d8-8d51-31cf0731c56f Date: Sun, 22 Jul 2018 23:59:21 GMT RESP BODY: {"network_id": "384d0d74-e6ac-4f00-8b10-c9b3ef863753", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "subnet_id": "f39ccbaa-f3bf-4816-ba27-06883eb1a674", "subnet_ids": ["f39ccbaa-f3bf-4816-ba27-06883eb1a674"], "port_id": "1f69125c-838f-4ebc-9b73-634d64905053", "id": "58710ab7-2118-4180-9686-bacee0f7ced2"} 2018-07-22 23:59:21,085 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/add_router_interface.json used request id req-cd70abd4-5978-40d8-8d51-31cf0731c56f 2018-07-22 23:59:21,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.21615004539s 2018-07-22 23:59:21,085 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/add_router_interface.json used request id req-cd70abd4-5978-40d8-8d51-31cf0731c56f returning object 58710ab7-2118-4180-9686-bacee0f7ced2 2018-07-22 23:59:21,085 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-22 23:59:21,227 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-22 23:59:21,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-22 23:59:21,234 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 22 Jul 2018 23:59:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-22 23:59:21,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:59:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:21,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-69a5aeef-e5ae-4618-8079-2e4f0de7bf8d Date: Sun, 22 Jul 2018 23:59:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:59:21,437 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-69a5aeef-e5ae-4618-8079-2e4f0de7bf8d 2018-07-22 23:59:21,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199000120163s 2018-07-22 23:59:21,437 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-69a5aeef-e5ae-4618-8079-2e4f0de7bf8d 2018-07-22 23:59:21,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-22 23:59:21,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7"}' 2018-07-22 23:59:21,675 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-df621905-a10a-4c60-ae78-a93c86e5fc59 Date: Sun, 22 Jul 2018 23:59:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file", "owner": "35a400a7bc054f7eaa675cdb69b0687e", "id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "size": null, "self": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:59:21Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "checksum": null, "created_at": "2018-07-22T23:59:21Z", "protected": false} 2018-07-22 23:59:21,675 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-df621905-a10a-4c60-ae78-a93c86e5fc59 2018-07-22 23:59:21,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.229598999023s 2018-07-22 23:59:21,675 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-df621905-a10a-4c60-ae78-a93c86e5fc59 returning object 554aff9b-0b43-4b8c-beeb-cdf83bbe1a49 2018-07-22 23:59:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-22 23:59:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '' 2018-07-22 23:59:22,327 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-10e3330b-c38c-452d-9863-cbed84d238b5 Date: Sun, 22 Jul 2018 23:59:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-22 23:59:22,327 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file used request id req-10e3330b-c38c-452d-9863-cbed84d238b5 2018-07-22 23:59:22,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.651617050171s 2018-07-22 23:59:22,328 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file used request id req-10e3330b-c38c-452d-9863-cbed84d238b5 2018-07-22 23:59:22,328 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-22T23:59:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file', u'owner': u'35a400a7bc054f7eaa675cdb69b0687e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'554aff9b-0b43-4b8c-beeb-cdf83bbe1a49', u'size': None, u'name': u'vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7', u'checksum': None, u'self': u'/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-22T23:59:21Z', u'schema': u'/v2/schemas/image'}) 2018-07-22 23:59:22,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-22 23:59:22,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-22 23:59:22,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5fb6944-954a-4974-9edb-a8d0c71efe55 x-compute-request-id: req-d5fb6944-954a-4974-9edb-a8d0c71efe55 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "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": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a"}} 2018-07-22 23:59:22,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-d5fb6944-954a-4974-9edb-a8d0c71efe55 2018-07-22 23:59:22,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.230496883392s 2018-07-22 23:59:22,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-d5fb6944-954a-4974-9edb-a8d0c71efe55 2018-07-22 23:59:22,561 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7', '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'd2708d2078d347d995ef4237b108faeb', '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'66049c30-0a18-4d32-a587-2ad3c3d4ec5a', 'swap': 0}) 2018-07-22 23:59:22,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-22 23:59:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a/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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" -d '{"extra_specs": {}}' 2018-07-22 23:59:22,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa8d506d-126f-438e-81e7-fce106bfadff x-compute-request-id: req-fa8d506d-126f-438e-81e7-fce106bfadff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-22 23:59:22,688 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a/os-extra_specs used request id req-fa8d506d-126f-438e-81e7-fce106bfadff 2018-07-22 23:59:22,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.127130031586s 2018-07-22 23:59:22,689 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a/os-extra_specs used request id req-fa8d506d-126f-438e-81e7-fce106bfadff 2018-07-22 23:59:22,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:22,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:22,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-a11f145e-cf5a-4528-8ce9-2c2132f211fe Date: Sun, 22 Jul 2018 23:59:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f39ccbaa-f3bf-4816-ba27-06883eb1a674"],"updated_at":"2018-07-22T23:59:17Z","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:59:22,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a11f145e-cf5a-4528-8ce9-2c2132f211fe 2018-07-22 23:59:22,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118633985519s 2018-07-22 23:59:22,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a11f145e-cf5a-4528-8ce9-2c2132f211fe 2018-07-22 23:59:22,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:59:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:22,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-d047c029-3eef-4c05-834b-11ed591af907 Date: Sun, 22 Jul 2018 23:59:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "metadata": {}}], "file": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file", "owner": "35a400a7bc054f7eaa675cdb69b0687e", "id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "size": 12716032, "self": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:59:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:59:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:59:22,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-d047c029-3eef-4c05-834b-11ed591af907 2018-07-22 23:59:22,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.035001039505s 2018-07-22 23:59:22,848 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-d047c029-3eef-4c05-834b-11ed591af907 2018-07-22 23:59:22,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:59:22,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:23,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4db9ffcc-3600-4f28-a5cf-f2436ee85951 x-compute-request-id: req-4db9ffcc-3600-4f28-a5cf-f2436ee85951 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "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": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a"}]} 2018-07-22 23:59:23,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-4db9ffcc-3600-4f28-a5cf-f2436ee85951 2018-07-22 23:59:23,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.212733983994s 2018-07-22 23:59:23,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-4db9ffcc-3600-4f28-a5cf-f2436ee85951 2018-07-22 23:59:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:59:23,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"server": {"name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "imageRef": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "flavorRef": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "384d0d74-e6ac-4f00-8b10-c9b3ef863753"}]}}' 2018-07-22 23:59:25,035 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abc8f8e6-7e11-4db8-a2cc-1d7224e66ce0 x-compute-request-id: req-abc8f8e6-7e11-4db8-a2cc-1d7224e66ce0 Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "adminPass": "nnkzf9F3cTtL"}} 2018-07-22 23:59:25,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-abc8f8e6-7e11-4db8-a2cc-1d7224e66ce0 2018-07-22 23:59:25,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.97045993805s 2018-07-22 23:59:25,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-abc8f8e6-7e11-4db8-a2cc-1d7224e66ce0 2018-07-22 23:59:25,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:25,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:25,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-412b1977-32b3-48e4-a022-5ba1847a7063 x-compute-request-id: req-412b1977-32b3-48e4-a022-5ba1847a7063 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.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:25,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-412b1977-32b3-48e4-a022-5ba1847a7063 2018-07-22 23:59:25,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850116014481s 2018-07-22 23:59:25,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-412b1977-32b3-48e4-a022-5ba1847a7063 2018-07-22 23:59:25,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:25,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:26,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ec3b38e7-9604-4eef-ae9b-b2948b20a1b2 Date: Sun, 22 Jul 2018 23:59:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f39ccbaa-f3bf-4816-ba27-06883eb1a674"],"updated_at":"2018-07-22T23:59:17Z","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:59:26,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ec3b38e7-9604-4eef-ae9b-b2948b20a1b2 2018-07-22 23:59:26,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.140067100525s 2018-07-22 23:59:26,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ec3b38e7-9604-4eef-ae9b-b2948b20a1b2 2018-07-22 23:59:26,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:59:26,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:26,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-02364e3b-80ba-48c9-9084-643444e16fe4 Date: Sun, 22 Jul 2018 23:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","subnetpool_id":null,"name":"vping_userdata-subnet_09951121-4918-4c3a-a371-8a73c2e08be7"}]} 2018-07-22 23:59:26,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02364e3b-80ba-48c9-9084-643444e16fe4 2018-07-22 23:59:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.21050620079s 2018-07-22 23:59:26,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02364e3b-80ba-48c9-9084-643444e16fe4 2018-07-22 23:59:26,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:28,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:28,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:28,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-6094a253-c907-4b5b-928a-0a3cd24304b0 x-compute-request-id: req-6094a253-c907-4b5b-928a-0a3cd24304b0 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.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:26Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:28,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6094a253-c907-4b5b-928a-0a3cd24304b0 2018-07-22 23:59:28,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705715894699s 2018-07-22 23:59:28,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6094a253-c907-4b5b-928a-0a3cd24304b0 2018-07-22 23:59:28,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:30,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a95b53f-f3b6-4f12-8485-b28e6ffafd26 x-compute-request-id: req-9a95b53f-f3b6-4f12-8485-b28e6ffafd26 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.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:26Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:31,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a95b53f-f3b6-4f12-8485-b28e6ffafd26 2018-07-22 23:59:31,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992416858673s 2018-07-22 23:59:31,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-9a95b53f-f3b6-4f12-8485-b28e6ffafd26 2018-07-22 23:59:31,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:33,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:33,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-55b435e8-0e22-48d2-b087-42c42ab8f216 x-compute-request-id: req-55b435e8-0e22-48d2-b087-42c42ab8f216 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:35,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-55b435e8-0e22-48d2-b087-42c42ab8f216 2018-07-22 23:59:35,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17692303658s 2018-07-22 23:59:35,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-55b435e8-0e22-48d2-b087-42c42ab8f216 2018-07-22 23:59:35,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:59:35,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d852c2ed-c38b-422a-8888-f9b94ebb3203 Date: Sun, 22 Jul 2018 23:59:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:27Z","admin_state_up":true,"updated_at":"2018-07-22T23:59:31Z","binding:vnic_type":"normal","device_id":"3c22874f-d9ce-43fa-8f90-b6547106521b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:89:b9:0e","id":"cec0fa96-8271-41aa-8c4a-008206a61075","port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","fixed_ips":[{"subnet_id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["71c8c585-25ec-410a-ad34-e46c14ab1325"],"name":""}]} 2018-07-22 23:59:35,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-d852c2ed-c38b-422a-8888-f9b94ebb3203 2018-07-22 23:59:35,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0715730190277s 2018-07-22 23:59:35,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-d852c2ed-c38b-422a-8888-f9b94ebb3203 2018-07-22 23:59:35,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:35,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a48d0ac6-460d-4be8-83b8-78c0c7b654d2 Date: Sun, 22 Jul 2018 23:59:35 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:35,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075 used request id req-a48d0ac6-460d-4be8-83b8-78c0c7b654d2 2018-07-22 23:59:35,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0263018608093s 2018-07-22 23:59:35,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075 used request id req-a48d0ac6-460d-4be8-83b8-78c0c7b654d2 2018-07-22 23:59:35,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:35,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3f4f7d9-c691-4685-a5da-b759ebc75e06 x-compute-request-id: req-f3f4f7d9-c691-4685-a5da-b759ebc75e06 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:35,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f3f4f7d9-c691-4685-a5da-b759ebc75e06 2018-07-22 23:59:35,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656438112259s 2018-07-22 23:59:35,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-f3f4f7d9-c691-4685-a5da-b759ebc75e06 2018-07-22 23:59:35,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:59:35,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3102e7f2-62f0-44cf-aed3-87b73d93f079 Date: Sun, 22 Jul 2018 23:59:35 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:27Z","admin_state_up":true,"updated_at":"2018-07-22T23:59:31Z","binding:vnic_type":"normal","device_id":"3c22874f-d9ce-43fa-8f90-b6547106521b","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:89:b9:0e","id":"cec0fa96-8271-41aa-8c4a-008206a61075","port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","fixed_ips":[{"subnet_id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["71c8c585-25ec-410a-ad34-e46c14ab1325"],"name":""}]} 2018-07-22 23:59:35,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-3102e7f2-62f0-44cf-aed3-87b73d93f079 2018-07-22 23:59:35,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0591759681702s 2018-07-22 23:59:35,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-3102e7f2-62f0-44cf-aed3-87b73d93f079 2018-07-22 23:59:35,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:35,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:35,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9d44f654-7d6f-468e-bc13-c6c95ad55465 Date: Sun, 22 Jul 2018 23:59:35 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:35,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075 used request id req-9d44f654-7d6f-468e-bc13-c6c95ad55465 2018-07-22 23:59:35,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0218958854675s 2018-07-22 23:59:35,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=cec0fa96-8271-41aa-8c4a-008206a61075 used request id req-9d44f654-7d6f-468e-bc13-c6c95ad55465 2018-07-22 23:59:35,997 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:89:b9:0e', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'554aff9b-0b43-4b8c-beeb-cdf83bbe1a49'}), 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-22T23:59:31.000000', 'flavor': Munch({u'id': u'66049c30-0a18-4d32-a587-2ad3c3d4ec5a'}), 'az': u'nova', 'id': u'3c22874f-d9ce-43fa-8f90-b6547106521b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'18c088db7cca45099bdcc5cc0c127a33', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35a400a7bc054f7eaa675cdb69b0687e', 'name': 'vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7', '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-22T23:59:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:59:31Z', 'hostId': u'9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969', '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-22T23:59:31.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'35a400a7bc054f7eaa675cdb69b0687e', 'name': u'vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7', 'adminPass': None, 'tenant_id': u'35a400a7bc054f7eaa675cdb69b0687e', 'created_at': u'2018-07-22T23:59:24Z', 'created': u'2018-07-22T23:59:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:59:35,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-22 23:59:35,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:36,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-05f17a66-6566-49be-a45e-fd383871f147 Date: Sun, 22 Jul 2018 23:59:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f39ccbaa-f3bf-4816-ba27-06883eb1a674"],"updated_at":"2018-07-22T23:59:17Z","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-22 23:59:36,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-05f17a66-6566-49be-a45e-fd383871f147 2018-07-22 23:59:36,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108945131302s 2018-07-22 23:59:36,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-05f17a66-6566-49be-a45e-fd383871f147 2018-07-22 23:59:36,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-22 23:59:36,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:36,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-3b3d3401-9973-4aeb-8cd2-e8303f13cae9 Date: Sun, 22 Jul 2018 23:59:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "metadata": {}}], "file": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file", "owner": "35a400a7bc054f7eaa675cdb69b0687e", "id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "size": 12716032, "self": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:59:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:59:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-22 23:59:36,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3b3d3401-9973-4aeb-8cd2-e8303f13cae9 2018-07-22 23:59:36,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.671762943268s 2018-07-22 23:59:36,784 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-3b3d3401-9973-4aeb-8cd2-e8303f13cae9 2018-07-22 23:59:36,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-22 23:59:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:36,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc363f34-0d8f-471c-857b-d61ce4edd49c x-compute-request-id: req-fc363f34-0d8f-471c-857b-d61ce4edd49c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "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": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a"}]} 2018-07-22 23:59:36,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-fc363f34-0d8f-471c-857b-d61ce4edd49c 2018-07-22 23:59:36,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252809524536s 2018-07-22 23:59:36,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-fc363f34-0d8f-471c-857b-d61ce4edd49c 2018-07-22 23:59:36,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-22 23:59:36,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"server": {"name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "imageRef": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "flavorRef": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "384d0d74-e6ac-4f00-8b10-c9b3ef863753"}]}}' 2018-07-22 23:59:38,816 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 22 Jul 2018 23:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d91b21a-4c0d-49c5-ab1c-799e69f94fde x-compute-request-id: req-9d91b21a-4c0d-49c5-ab1c-799e69f94fde Content-Length: 374 location: http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "adminPass": "HfiXyCoXrEw8"}} 2018-07-22 23:59:38,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-9d91b21a-4c0d-49c5-ab1c-799e69f94fde 2018-07-22 23:59:38,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.00344395638s 2018-07-22 23:59:38,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-9d91b21a-4c0d-49c5-ab1c-799e69f94fde 2018-07-22 23:59:38,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:38,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:39,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e817764-61ed-4d2b-9b11-7145ca89da7e x-compute-request-id: req-3e817764-61ed-4d2b-9b11-7145ca89da7e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:39,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3e817764-61ed-4d2b-9b11-7145ca89da7e 2018-07-22 23:59:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850910186768s 2018-07-22 23:59:39,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3e817764-61ed-4d2b-9b11-7145ca89da7e 2018-07-22 23:59:39,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:41,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:41,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:42,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27365b7e-cf96-42de-856b-ae45cda2fd8e x-compute-request-id: req-27365b7e-cf96-42de-856b-ae45cda2fd8e Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:39Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:42,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-27365b7e-cf96-42de-856b-ae45cda2fd8e 2018-07-22 23:59:42,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818390130997s 2018-07-22 23:59:42,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-27365b7e-cf96-42de-856b-ae45cda2fd8e 2018-07-22 23:59:42,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:44,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:45,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6203fd5a-b9d2-4e91-a6b5-f90f1f80209d x-compute-request-id: req-6203fd5a-b9d2-4e91-a6b5-f90f1f80209d Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:45,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6203fd5a-b9d2-4e91-a6b5-f90f1f80209d 2018-07-22 23:59:45,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01014184952s 2018-07-22 23:59:45,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6203fd5a-b9d2-4e91-a6b5-f90f1f80209d 2018-07-22 23:59:45,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:59:45,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:45,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e143f9f5-6333-4d00-96ba-69571a063006 Date: Sun, 22 Jul 2018 23:59:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:40Z","admin_state_up":true,"updated_at":"2018-07-22T23:59:44Z","binding:vnic_type":"normal","device_id":"637ae458-5386-4c7a-910e-e70d2d48d93f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:59:23:83","id":"df358a57-2d34-40e3-8379-70e6b18a96d0","port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","fixed_ips":[{"subnet_id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["71c8c585-25ec-410a-ad34-e46c14ab1325"],"name":""}]} 2018-07-22 23:59:45,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-e143f9f5-6333-4d00-96ba-69571a063006 2018-07-22 23:59:45,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0603950023651s 2018-07-22 23:59:45,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-e143f9f5-6333-4d00-96ba-69571a063006 2018-07-22 23:59:45,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:45,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:45,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-de7e43e6-2b42-46e4-b9b0-5c2d7c45fd01 Date: Sun, 22 Jul 2018 23:59:45 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:45,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-de7e43e6-2b42-46e4-b9b0-5c2d7c45fd01 2018-07-22 23:59:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.118823051453s 2018-07-22 23:59:45,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-de7e43e6-2b42-46e4-b9b0-5c2d7c45fd01 2018-07-22 23:59:45,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:46,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-7331e8b3-6348-4d4e-9e3c-5570dd86f4a7 x-compute-request-id: req-7331e8b3-6348-4d4e-9e3c-5570dd86f4a7 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:46,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7331e8b3-6348-4d4e-9e3c-5570dd86f4a7 2018-07-22 23:59:46,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387028932571s 2018-07-22 23:59:46,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7331e8b3-6348-4d4e-9e3c-5570dd86f4a7 2018-07-22 23:59:46,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:59:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:46,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3e2182c3-f18f-4a1d-b089-99400024fcb1 Date: Sun, 22 Jul 2018 23:59:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:40Z","admin_state_up":true,"updated_at":"2018-07-22T23:59:44Z","binding:vnic_type":"normal","device_id":"637ae458-5386-4c7a-910e-e70d2d48d93f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:59:23:83","id":"df358a57-2d34-40e3-8379-70e6b18a96d0","port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","fixed_ips":[{"subnet_id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["71c8c585-25ec-410a-ad34-e46c14ab1325"],"name":""}]} 2018-07-22 23:59:46,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-3e2182c3-f18f-4a1d-b089-99400024fcb1 2018-07-22 23:59:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.229895830154s 2018-07-22 23:59:46,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-3e2182c3-f18f-4a1d-b089-99400024fcb1 2018-07-22 23:59:46,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:46,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:46,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94c340a7-41df-4976-bf2b-0bae61b18721 Date: Sun, 22 Jul 2018 23:59:46 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:46,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-94c340a7-41df-4976-bf2b-0bae61b18721 2018-07-22 23:59:46,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.194999933243s 2018-07-22 23:59:46,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-94c340a7-41df-4976-bf2b-0bae61b18721 2018-07-22 23:59:46,527 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:59:23:83', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'554aff9b-0b43-4b8c-beeb-cdf83bbe1a49'}), 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-22T23:59:44.000000', 'flavor': Munch({u'id': u'66049c30-0a18-4d32-a587-2ad3c3d4ec5a'}), 'az': u'nova', 'id': u'637ae458-5386-4c7a-910e-e70d2d48d93f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'18c088db7cca45099bdcc5cc0c127a33', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35a400a7bc054f7eaa675cdb69b0687e', 'name': 'vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7', '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-22T23:59:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-22T23:59:44Z', 'hostId': u'170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d', '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-22T23:59:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'35a400a7bc054f7eaa675cdb69b0687e', 'name': u'vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7', 'adminPass': None, 'tenant_id': u'35a400a7bc054f7eaa675cdb69b0687e', 'created_at': u'2018-07-22T23:59:38Z', 'created': u'2018-07-22T23:59:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-22 23:59:46,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:47,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-3857e8c7-4fd4-4734-add5-398e003cbe96 x-compute-request-id: req-3857e8c7-4fd4-4734-add5-398e003cbe96 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:47,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3857e8c7-4fd4-4734-add5-398e003cbe96 2018-07-22 23:59:47,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.792505025864s 2018-07-22 23:59:47,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-3857e8c7-4fd4-4734-add5-398e003cbe96 2018-07-22 23:59:47,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-22 23:59:47,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:47,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a70000c0-495f-4053-8db5-e5bdd3c354f8 Date: Sun, 22 Jul 2018 23:59:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:40Z","admin_state_up":true,"updated_at":"2018-07-22T23:59:44Z","binding:vnic_type":"normal","device_id":"637ae458-5386-4c7a-910e-e70d2d48d93f","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:59:23:83","id":"df358a57-2d34-40e3-8379-70e6b18a96d0","port_security_enabled":true,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","fixed_ips":[{"subnet_id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["71c8c585-25ec-410a-ad34-e46c14ab1325"],"name":""}]} 2018-07-22 23:59:47,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-a70000c0-495f-4053-8db5-e5bdd3c354f8 2018-07-22 23:59:47,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.23739695549s 2018-07-22 23:59:47,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-a70000c0-495f-4053-8db5-e5bdd3c354f8 2018-07-22 23:59:47,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-22 23:59:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:47,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9dbf4459-4647-4fd7-808a-0874a55d315c Date: Sun, 22 Jul 2018 23:59:47 GMT RESP BODY: {"floatingips": []} 2018-07-22 23:59:47,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-9dbf4459-4647-4fd7-808a-0874a55d315c 2018-07-22 23:59:47,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0212440490723s 2018-07-22 23:59:47,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=df358a57-2d34-40e3-8379-70e6b18a96d0 used request id req-9dbf4459-4647-4fd7-808a-0874a55d315c 2018-07-22 23:59:47,591 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-22 23:59:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:49,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-a861e6e1-61bd-4cb2-adef-41d6aa15d075 x-compute-request-id: req-a861e6e1-61bd-4cb2-adef-41d6aa15d075 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:31Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:49,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a861e6e1-61bd-4cb2-adef-41d6aa15d075 2018-07-22 23:59:49,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.885045051575s 2018-07-22 23:59:49,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a861e6e1-61bd-4cb2-adef-41d6aa15d075 2018-07-22 23:59:49,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-22 23:59:49,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f/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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-22 23:59:49,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-261d79dd-91fd-41d3-8dff-029e3bafc6e0 x-compute-request-id: req-261d79dd-91fd-41d3-8dff-029e3bafc6e0 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461958556 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.157324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159286] pid_max: default: 32768 minimum: 301\n[ 0.160358] ACPI: Core revision 20150930\n[ 0.161877] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163416] Security Framework initialized\n[ 0.164394] Yama: becoming mindful.\n[ 0.165256] AppArmor: AppArmor initialized\n[ 0.166261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167844] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169380] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170823] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.172505] Initializing cgroup subsys io\n[ 0.173472] Initializing cgroup subsys memory\n[ 0.174493] Initializing cgroup subsys devices\n[ 0.175527] Initializing cgroup subsys freezer\n[ 0.176572] Initializing cgroup subsys net_cls\n[ 0.177603] Initializing cgroup subsys perf_event\n[ 0.178686] Initializing cgroup subsys net_prio\n[ 0.179734] Initializing cgroup subsys hugetlb\n[ 0.180774] Initializing cgroup subsys pids\n[ 0.181815] CPU: Physical Processor ID: 0\n[ 0.183471] mce: CPU supports 10 MCE banks\n[ 0.184475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.203552] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.209874] ftrace: allocating 31920 entries in 125 pages\n[ 0.234898] smpboot: Max logical packages: 1\n[ 0.235918] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.237510] x2apic enabled\n[ 0.238420] Switched APIC routing to physical x2apic.\n[ 0.240350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241705] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244130] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246209] KVM setup paravirtual spinlock\n[ 0.247636] x86: Booted up 1 node, 1 CPUs\n[ 0.248593] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250211] devtmpfs: initialized\n[ 0.251996] evm: security.selinux\n[ 0.252793] evm: security.SMACK64\n[ 0.253620] evm: security.SMACK64EXEC\n[ 0.254514] evm: security.SMACK64TRANSMUTE\n[ 0.255450] evm: security.SMACK64MMAP\n[ 0.256304] evm: security.ima\n[ 0.257034] evm: security.capability\n[ 0.257966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.260150] pinctrl core: initialized pinctrl subsystem\n[ 0.261415] RTC time: 23:59:44, date: 07/22/18\n[ 0.262520] NET: Registered protocol family 16\n[ 0.263646] cpuidle: using governor ladder\n[ 0.264601] cpuidle: using governor menu\n[ 0.265520] PCCT header not found.\n[ 0.266392] ACPI: bus type PCI registered\n[ 0.267333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268836] PCI: Using configuration type 1 for base access\n[ 0.270799] ACPI: Added _OSI(Module Device)\n[ 0.271771] ACPI: Added _OSI(Processor Device)\n[ 0.272780] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.273829] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.275752] ACPI: Interpreter enabled\n[ 0.276649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.278820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.280985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.283134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.285258] ACPI: (supports S0 S5)\n[ 0.286101] ACPI: Using IOAPIC for interrupt routing\n[ 0.287202] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.290638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.291983] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.293427] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.294824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297481] acpiphp: Slot [3] registered\n[ 0.298432] acpiphp: Slot [4] registered\n[ 0.299406] acpiphp: Slot [5] registered\n[ 0.300332] acpiphp: Slot [6] registered\n[ 0.301253] acpiphp: Slot [7] registered\n[ 0.302174] acpiphp: Slot [8] registered\n[ 0.303129] acpiphp: Slot [9] registered\n[ 0.304071] acpiphp: Slot [10] registered\n[ 0.305017] acpiphp: Slot [11] registered\n[ 0.305972] acpiphp: Slot [12] registered\n[ 0.306939] acpiphp: Slot [13] registered\n[ 0.307887] acpiphp: Slot [14] registered\n[ 0.308871] acpiphp: Slot [15] registered\n[ 0.319959] acpiphp: Slot [16] registered\n[ 0.320903] acpiphp: Slot [17] registered\n[ 0.321844] acpiphp: Slot [18] registered\n[ 0.322779] acpiphp: Slot [19] registered\n[ 0.323725] acpiphp: Slot [20] registered\n[ 0.324667] acpiphp: Slot [21] registered\n[ 0.325606] acpiphp: Slot [22] registered\n[ 0.326611] acpiphp: Slot [23] registered\n[ 0.327581] acpiphp: Slot [24] registered\n[ 0.328529] acpiphp: Slot [25] registered\n[ 0.329490] acpiphp: Slot [26] registered\n[ 0.330431] acpiphp: Slot [27] registered\n[ 0.331374] acpiphp: Slot [28] registered\n[ 0.332330] acpiphp: Slot [29] registered\n[ 0.333270] acpiphp: Slot [30] registered\n[ 0.334214] acpiphp: Slot [31] registered\n[ 0.335162] PCI host bridge to bus 0000:00\n[ 0.336117] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.337589] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.340753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.342434] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.344156] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.349231] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.350617] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352111] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357773] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377429] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383968] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386846] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.388130] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389965] vgaarb: loaded\n[ 0.390660] vgaarb: bridge control possible 0000:00:02.0\n[ 0.392055] SCSI subsystem initialized\n[ 0.393088] ACPI: bus type USB registered\n[ 0.394049] usbcore: registered new interface driver usbfs\n[ 0.395256] usbcore: registered new interface driver hub\n[ 0.396429] usbcore: registered new device driver usb\n[ 0.397742] PCI: Using ACPI for IRQ routing\n[ 0.399029] NetLabel: Initializing\n[ 0.399905] NetLabel: domain hash size = 128\n[ 0.400907] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.402024] NetLabel: unlabeled traffic allowed by default\n[ 0.403391] clocksource: Switched to clocksource kvm-clock\n[ 0.411619] AppArmor: AppArmor Filesystem Enabled\n[ 0.412731] pnp: PnP ACPI init\n[ 0.413758] pnp: PnP ACPI: found 5 devices\n[ 0.420295] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.422282] NET: Registered protocol family 2\n[ 0.423472] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425007] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426420] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427882] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430614] NET: Registered protocol family 1\n[ 0.431660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432943] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.434186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462433] Trying to unpack rootfs image as initramfs...\n[ 0.518658] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520556] Scanning for low memory corruption every 60 seconds\n[ 0.522119] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523495] audit: initializing netlink subsys (disabled)\n[ 0.524696] audit: type=2000 audit(1532303984.983:1): initialized\n[ 0.526217] Initialise system trusted keyring\n[ 0.527312] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531009] zbud: loaded\n[ 0.531872] VFS: Disk quotas dquot_6.6.0\n[ 0.532852] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534669] fuse init (API version 7.23)\n[ 0.535720] Key type big_key registered\n[ 0.536652] Allocating IMA MOK and blacklist keyrings.\n[ 0.538053] Key type asymmetric registered\n[ 0.539018] Asymmetric key parser 'x509' registered\n[ 0.540039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.541618] io scheduler noop registered\n[ 0.542456] io scheduler deadline registered (default)\n[ 0.543526] io scheduler cfq registered\n[ 0.544425] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.545536] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.548423] ACPI: Power Button [PWRF]\n[ 0.549328] GHES: HEST is not enabled!\n[ 0.563036] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.593005] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619008] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.621801] Linux agpgart interface v0.103\n[ 0.624714] brd: module loaded\n[ 0.626394] loop: module loaded\n[ 0.630842] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.632319] GPT:90111 != 2097151\n[ 0.633006] GPT:Alternate GPT header not at the end of the disk.\n[ 0.634107] GPT:90111 != 2097151\n[ 0.634787] GPT: Use GNU Parted to correct GPT errors.\n[ 0.635771] vda: vda1 vda15\n[ 0.637166] scsi host0: ata_piix\n[ 0.637965] scsi host1: ata_piix\n[ 0.638691] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.639932] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.641442] libphy: Fixed MDIO Bus: probed\n[ 0.642281] tun: Universal TUN/TAP device driver, 1.6\n[ 0.643250] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.645575] PPP generic driver version 2.4.2\n[ 0.646521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.647748] ehci-pci: EHCI PCI platform driver\n[ 0.648646] ehci-platform: EHCI generic platform driver\n[ 0.649653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.650812] ohci-pci: OHCI PCI platform driver\n[ 0.651711] ohci-platform: OHCI generic platform driver\n[ 0.652725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.666916] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.667940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.669424] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.670461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.671633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.672885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.674326] usb usb1: Product: UHCI Host Controller\n[ 0.675267] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.676420] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.677425] hub 1-0:1.0: USB hub found\n[ 0.678231] hub 1-0:1.0: 2 ports detected\n[ 0.679195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.681369] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.682354] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683425] mousedev: PS/2 mouse device common for all mice\n[ 0.684734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.686624] rtc_cmos 00:00: RTC can wake from S4\n[ 0.687861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689076] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690291] i2c /dev entries driver\n[ 0.691081] device-mapper: uevent: version 1.0.3\n[ 0.692068] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693765] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695208] NET: Registered protocol family 10\n[ 0.696377] NET: Registered protocol family 17\n[ 0.697303] Key type dns_resolver registered\n[ 0.698328] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.701294] registered taskstats version 1\n[ 0.702165] Loading compiled-in X.509 certificates\n[ 0.703676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.705580] zswap: loaded using pool lzo/zbud\n[ 0.707235] Key type trusted registered\n[ 0.709019] Key type encrypted registered\n[ 0.709864] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711990] evm: HMAC attrs: 0x1\n[ 0.712982] Magic number: 10:543:1010\n[ 0.713874] rtc_cmos 00:00: setting system clock to 2018-07-22 23:59:45 UTC (1532303985)\n[ 0.715539] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716678] EDD information not available.\n[ 0.800744] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.812376] Write protecting the kernel read-only data: 14336k\n[ 0.814532] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816410] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.007885] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCN/hL6rDkSzgQVnXwTW9tOdDRrJzPkDLd2IvzfHKFUsRUIbMca/Lt/7guwdSiyyVc0Wt2RCMpYdJGnqsaXoGJXFk4QKGRqkjXMEV7spkQSSHxG000smOCn6ND/BzDGjnQ+5MGQsBHuUGUJNTJI/6KL8CGkU4kEnjNNbc75Ajj9q9TBEalMYQrgLpkSUTvPicc7DqyZPbtSIx5NvFUhhUEkMMwH11SehePBiz6Lw2HQKI+pQaNmoTIJKx4nT9AGz/kzdTaQPS8TaKkltWzQkYm6KpWCs7coiDkNHghWj1hzIFagypBa0O0Bg3ts7EqnUxn9v4npeEpkehS7fW0o73oH root@vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7\nssh-dss AAAAB3NzaC1kc3MAAACBALfEULHYk/lCejNzL4eED9etADL7NjXeVnRsQP2pBbOoY7t8+1+9ll+56wCRX/CIJOeVU04g8mH4M0uciAP6Jm3BCsdhdvTSC/clxvYJ0kziqmGS+hfuTDLpiNov0sMKs13lSZ1yLbC3Fn4iW+pbT0uDl9yxq884NfuWdOqOsBzFAAAAFQCfcG6G7axusJrpbq3EKGqyFyYtfwAAAIBfcq3OQiVCdTzwo80g1bFFce0MMXY8EFsxH0K5i5a+UgFexufekE+7sS4RDoEpROOkQ9/yPr6F/YDg7rla5wUEqI5qSDMtTJDTHdWqrMBnfq3ixYbN/9jTQdxVOkQwbWtKMQYfbdrfNGjC5cyCGr1qKUNRrh5CzwQCzB1yPzyM+QAAAIB5EdcChJHIQ817eFXpIojTgmJ9/509Ssplyo+WHdrdsBgnx3KIICswXgqcqRS8bN0nEd3PWmakMZvSwxMngd1LZZ4qcboS23Woe+wyneWgHbpDzGF2f2eLEaDkZQR3itbRbiMLHfE/kwrM69YmqBMG2eR4rgLqNiskBfKxV4zwgw== root@vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe59:2383/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7 login: "} 2018-07-22 23:59:49,607 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f/action used request id req-261d79dd-91fd-41d3-8dff-029e3bafc6e0 2018-07-22 23:59:49,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125834941864s 2018-07-22 23:59:49,608 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f/action used request id req-261d79dd-91fd-41d3-8dff-029e3bafc6e0 2018-07-22 23:59:49,608 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 461958556 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.157324] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.159286] pid_max: default: 32768 minimum: 301 [ 0.160358] ACPI: Core revision 20150930 [ 0.161877] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163416] Security Framework initialized [ 0.164394] Yama: becoming mindful. [ 0.165256] AppArmor: AppArmor initialized [ 0.166261] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.167844] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169380] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.170823] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.172505] Initializing cgroup subsys io [ 0.173472] Initializing cgroup subsys memory [ 0.174493] Initializing cgroup subsys devices [ 0.175527] Initializing cgroup subsys freezer [ 0.176572] Initializing cgroup subsys net_cls [ 0.177603] Initializing cgroup subsys perf_event [ 0.178686] Initializing cgroup subsys net_prio [ 0.179734] Initializing cgroup subsys hugetlb [ 0.180774] Initializing cgroup subsys pids [ 0.181815] CPU: Physical Processor ID: 0 [ 0.183471] mce: CPU supports 10 MCE banks [ 0.184475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.203552] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.209874] ftrace: allocating 31920 entries in 125 pages [ 0.234898] smpboot: Max logical packages: 1 [ 0.235918] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.237510] x2apic enabled [ 0.238420] Switched APIC routing to physical x2apic. [ 0.240350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241705] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.244130] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.246209] KVM setup paravirtual spinlock [ 0.247636] x86: Booted up 1 node, 1 CPUs [ 0.248593] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.250211] devtmpfs: initialized [ 0.251996] evm: security.selinux [ 0.252793] evm: security.SMACK64 [ 0.253620] evm: security.SMACK64EXEC [ 0.254514] evm: security.SMACK64TRANSMUTE [ 0.255450] evm: security.SMACK64MMAP [ 0.256304] evm: security.ima [ 0.257034] evm: security.capability [ 0.257966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.260150] pinctrl core: initialized pinctrl subsystem [ 0.261415] RTC time: 23:59:44, date: 07/22/18 [ 0.262520] NET: Registered protocol family 16 [ 0.263646] cpuidle: using governor ladder [ 0.264601] cpuidle: using governor menu [ 0.265520] PCCT header not found. [ 0.266392] ACPI: bus type PCI registered [ 0.267333] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268836] PCI: Using configuration type 1 for base access [ 0.270799] ACPI: Added _OSI(Module Device) [ 0.271771] ACPI: Added _OSI(Processor Device) [ 0.272780] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.273829] ACPI: Added _OSI(Processor Aggregator Device) [ 0.275752] ACPI: Interpreter enabled [ 0.276649] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.278820] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.280985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.283134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.285258] ACPI: (supports S0 S5) [ 0.286101] ACPI: Using IOAPIC for interrupt routing [ 0.287202] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.290638] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.291983] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.293427] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.294824] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297481] acpiphp: Slot [3] registered [ 0.298432] acpiphp: Slot [4] registered [ 0.299406] acpiphp: Slot [5] registered [ 0.300332] acpiphp: Slot [6] registered [ 0.301253] acpiphp: Slot [7] registered [ 0.302174] acpiphp: Slot [8] registered [ 0.303129] acpiphp: Slot [9] registered [ 0.304071] acpiphp: Slot [10] registered [ 0.305017] acpiphp: Slot [11] registered [ 0.305972] acpiphp: Slot [12] registered [ 0.306939] acpiphp: Slot [13] registered [ 0.307887] acpiphp: Slot [14] registered [ 0.308871] acpiphp: Slot [15] registered [ 0.319959] acpiphp: Slot [16] registered [ 0.320903] acpiphp: Slot [17] registered [ 0.321844] acpiphp: Slot [18] registered [ 0.322779] acpiphp: Slot [19] registered [ 0.323725] acpiphp: Slot [20] registered [ 0.324667] acpiphp: Slot [21] registered [ 0.325606] acpiphp: Slot [22] registered [ 0.326611] acpiphp: Slot [23] registered [ 0.327581] acpiphp: Slot [24] registered [ 0.328529] acpiphp: Slot [25] registered [ 0.329490] acpiphp: Slot [26] registered [ 0.330431] acpiphp: Slot [27] registered [ 0.331374] acpiphp: Slot [28] registered [ 0.332330] acpiphp: Slot [29] registered [ 0.333270] acpiphp: Slot [30] registered [ 0.334214] acpiphp: Slot [31] registered [ 0.335162] PCI host bridge to bus 0000:00 [ 0.336117] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.337589] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.340753] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.342434] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.344156] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347684] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.349231] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.350617] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352111] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.355892] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.357773] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.377429] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.379144] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.380779] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.382395] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.383968] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.385391] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.386846] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.388130] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.389965] vgaarb: loaded [ 0.390660] vgaarb: bridge control possible 0000:00:02.0 [ 0.392055] SCSI subsystem initialized [ 0.393088] ACPI: bus type USB registered [ 0.394049] usbcore: registered new interface driver usbfs [ 0.395256] usbcore: registered new interface driver hub [ 0.396429] usbcore: registered new device driver usb [ 0.397742] PCI: Using ACPI for IRQ routing [ 0.399029] NetLabel: Initializing [ 0.399905] NetLabel: domain hash size = 128 [ 0.400907] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.402024] NetLabel: unlabeled traffic allowed by default [ 0.403391] clocksource: Switched to clocksource kvm-clock [ 0.411619] AppArmor: AppArmor Filesystem Enabled [ 0.412731] pnp: PnP ACPI init [ 0.413758] pnp: PnP ACPI: found 5 devices [ 0.420295] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.422282] NET: Registered protocol family 2 [ 0.423472] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.425007] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.426420] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427882] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.429207] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.430614] NET: Registered protocol family 1 [ 0.431660] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.432943] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.434186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.448285] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.462433] Trying to unpack rootfs image as initramfs... [ 0.518658] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.520556] Scanning for low memory corruption every 60 seconds [ 0.522119] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.523495] audit: initializing netlink subsys (disabled) [ 0.524696] audit: type=2000 audit(1532303984.983:1): initialized [ 0.526217] Initialise system trusted keyring [ 0.527312] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.528679] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531009] zbud: loaded [ 0.531872] VFS: Disk quotas dquot_6.6.0 [ 0.532852] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534669] fuse init (API version 7.23) [ 0.535720] Key type big_key registered [ 0.536652] Allocating IMA MOK and blacklist keyrings. [ 0.538053] Key type asymmetric registered [ 0.539018] Asymmetric key parser 'x509' registered [ 0.540039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.541618] io scheduler noop registered [ 0.542456] io scheduler deadline registered (default) [ 0.543526] io scheduler cfq registered [ 0.544425] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.545536] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.546884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.548423] ACPI: Power Button [PWRF] [ 0.549328] GHES: HEST is not enabled! [ 0.563036] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590772] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.593005] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.619008] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.621801] Linux agpgart interface v0.103 [ 0.624714] brd: module loaded [ 0.626394] loop: module loaded [ 0.630842] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.632319] GPT:90111 != 2097151 [ 0.633006] GPT:Alternate GPT header not at the end of the disk. [ 0.634107] GPT:90111 != 2097151 [ 0.634787] GPT: Use GNU Parted to correct GPT errors. [ 0.635771] vda: vda1 vda15 [ 0.637166] scsi host0: ata_piix [ 0.637965] scsi host1: ata_piix [ 0.638691] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.639932] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.641442] libphy: Fixed MDIO Bus: probed [ 0.642281] tun: Universal TUN/TAP device driver, 1.6 [ 0.643250] tun: (C) 1999-2004 Max Krasnyansky [ 0.645575] PPP generic driver version 2.4.2 [ 0.646521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.647748] ehci-pci: EHCI PCI platform driver [ 0.648646] ehci-platform: EHCI generic platform driver [ 0.649653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650812] ohci-pci: OHCI PCI platform driver [ 0.651711] ohci-platform: OHCI generic platform driver [ 0.652725] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666916] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667940] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669424] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670461] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.671633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.672885] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.674326] usb usb1: Product: UHCI Host Controller [ 0.675267] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.676420] usb usb1: SerialNumber: 0000:00:01.2 [ 0.677425] hub 1-0:1.0: USB hub found [ 0.678231] hub 1-0:1.0: 2 ports detected [ 0.679195] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.681369] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.682354] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683425] mousedev: PS/2 mouse device common for all mice [ 0.684734] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.686624] rtc_cmos 00:00: RTC can wake from S4 [ 0.687861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.689076] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.690291] i2c /dev entries driver [ 0.691081] device-mapper: uevent: version 1.0.3 [ 0.692068] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.693765] ledtrig-cpu: registered to indicate activity on CPUs [ 0.695208] NET: Registered protocol family 10 [ 0.696377] NET: Registered protocol family 17 [ 0.697303] Key type dns_resolver registered [ 0.698328] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.699463] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.701294] registered taskstats version 1 [ 0.702165] Loading compiled-in X.509 certificates [ 0.703676] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.705580] zswap: loaded using pool lzo/zbud [ 0.707235] Key type trusted registered [ 0.709019] Key type encrypted registered [ 0.709864] AppArmor: AppArmor sha1 policy hashing enabled [ 0.710917] ima: No TPM chip found, activating TPM-bypass! [ 0.711990] evm: HMAC attrs: 0x1 [ 0.712982] Magic number: 10:543:1010 [ 0.713874] rtc_cmos 00:00: setting system clock to 2018-07-22 23:59:45 UTC (1532303985) [ 0.715539] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.716678] EDD information not available. [ 0.800744] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.812376] Write protecting the kernel read-only data: 14336k [ 0.814532] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.816410] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.007885] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCN/hL6rDkSzgQVnXwTW9tOdDRrJzPkDLd2IvzfHKFUsRUIbMca/Lt/7guwdSiyyVc0Wt2RCMpYdJGnqsaXoGJXFk4QKGRqkjXMEV7spkQSSHxG000smOCn6ND/BzDGjnQ+5MGQsBHuUGUJNTJI/6KL8CGkU4kEnjNNbc75Ajj9q9TBEalMYQrgLpkSUTvPicc7DqyZPbtSIx5NvFUhhUEkMMwH11SehePBiz6Lw2HQKI+pQaNmoTIJKx4nT9AGz/kzdTaQPS8TaKkltWzQkYm6KpWCs7coiDkNHghWj1hzIFagypBa0O0Bg3ts7EqnUxn9v4npeEpkehS7fW0o73oH root@vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7 ssh-dss AAAAB3NzaC1kc3MAAACBALfEULHYk/lCejNzL4eED9etADL7NjXeVnRsQP2pBbOoY7t8+1+9ll+56wCRX/CIJOeVU04g8mH4M0uciAP6Jm3BCsdhdvTSC/clxvYJ0kziqmGS+hfuTDLpiNov0sMKs13lSZ1yLbC3Fn4iW+pbT0uDl9yxq884NfuWdOqOsBzFAAAAFQCfcG6G7axusJrpbq3EKGqyFyYtfwAAAIBfcq3OQiVCdTzwo80g1bFFce0MMXY8EFsxH0K5i5a+UgFexufekE+7sS4RDoEpROOkQ9/yPr6F/YDg7rla5wUEqI5qSDMtTJDTHdWqrMBnfq3ixYbN/9jTQdxVOkQwbWtKMQYfbdrfNGjC5cyCGr1qKUNRrh5CzwQCzB1yPzyM+QAAAIB5EdcChJHIQ817eFXpIojTgmJ9/509Ssplyo+WHdrdsBgnx3KIICswXgqcqRS8bN0nEd3PWmakMZvSwxMngd1LZZ4qcboS23Woe+wyneWgHbpDzGF2f2eLEaDkZQR3itbRbiMLHfE/kwrM69YmqBMG2eR4rgLqNiskBfKxV4zwgw== root@vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe59:2383/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-09951121-4918-4c3a-a371-8a73c2e08be7 login: 2018-07-22 23:59:49,609 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-22 23:59:49,731 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-22 23:59:49,731 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-22 23:59:49,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:59:49,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:50,178 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a72f6b3d-8a38-471c-8161-c1eea9dd08fc x-compute-request-id: req-a72f6b3d-8a38-471c-8161-c1eea9dd08fc Content-Type: application/json 2018-07-22 23:59:50,178 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-a72f6b3d-8a38-471c-8161-c1eea9dd08fc 2018-07-22 23:59:50,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.44167304039s 2018-07-22 23:59:50,178 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b used request id req-a72f6b3d-8a38-471c-8161-c1eea9dd08fc 2018-07-22 23:59:50,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:50,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:50,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-e6f7b167-88e0-440c-a047-c1194c4f54b0 x-compute-request-id: req-e6f7b167-88e0-440c-a047-c1194c4f54b0 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:b9:0e", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/3c22874f-d9ce-43fa-8f90-b6547106521b", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:31.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "3c22874f-d9ce-43fa-8f90-b6547106521b", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:49Z", "hostId": "9e92b636380ab5f78ea4cdbaafa8e8cf47d1376a237d25067c11b969", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:24Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:50,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e6f7b167-88e0-440c-a047-c1194c4f54b0 2018-07-22 23:59:50,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418329954147s 2018-07-22 23:59:50,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-e6f7b167-88e0-440c-a047-c1194c4f54b0 2018-07-22 23:59:50,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:52,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:53,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-c21581a7-023b-42f0-97a4-510da7735d62 x-compute-request-id: req-c21581a7-023b-42f0-97a4-510da7735d62 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:44Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:53,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c21581a7-023b-42f0-97a4-510da7735d62 2018-07-22 23:59:53,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469651937485s 2018-07-22 23:59:53,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-c21581a7-023b-42f0-97a4-510da7735d62 2018-07-22 23:59:53,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-22 23:59:53,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:53,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 22 Jul 2018 23:59:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e32ce3ac-a7c2-4cea-bf87-b8cce5bcd231 x-compute-request-id: req-e32ce3ac-a7c2-4cea-bf87-b8cce5bcd231 Content-Type: application/json 2018-07-22 23:59:53,276 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-e32ce3ac-a7c2-4cea-bf87-b8cce5bcd231 2018-07-22 23:59:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.201305866241s 2018-07-22 23:59:53,276 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f used request id req-e32ce3ac-a7c2-4cea-bf87-b8cce5bcd231 2018-07-22 23:59:53,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:53,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:53,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59: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-a81c36ca-4a2f-4740-9689-c94405a23f75 x-compute-request-id: req-a81c36ca-4a2f-4740-9689-c94405a23f75 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:23:83", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/637ae458-5386-4c7a-910e-e70d2d48d93f", "rel": "bookmark"}], "image": {"id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "links": [{"href": "http://172.30.9.24:8774/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-22T23:59:44.000000", "flavor": {"id": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "links": [{"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "bookmark"}]}, "id": "637ae458-5386-4c7a-910e-e70d2d48d93f", "security_groups": [{"name": "default"}], "user_id": "18c088db7cca45099bdcc5cc0c127a33", "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-22T23:59:53Z", "hostId": "170aa43f60934921ccc989aa4d63d847534b38c3e321835dcd9e258d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_09951121-4918-4c3a-a371-8a73c2e08be7", "created": "2018-07-22T23:59:38Z", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-22 23:59:53,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a81c36ca-4a2f-4740-9689-c94405a23f75 2018-07-22 23:59:53,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713711023331s 2018-07-22 23:59:53,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a81c36ca-4a2f-4740-9689-c94405a23f75 2018-07-22 23:59:53,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-22 23:59:55,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-22 23:59:55,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:56,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 22 Jul 2018 23:59:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b68b7859-f014-46aa-898c-c31da8436caf x-compute-request-id: req-b68b7859-f014-46aa-898c-c31da8436caf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-22 23:59:56,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b68b7859-f014-46aa-898c-c31da8436caf 2018-07-22 23:59:56,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.22233581543s 2018-07-22 23:59:56,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-b68b7859-f014-46aa-898c-c31da8436caf 2018-07-22 23:59:56,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-22 23:59:56,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" -d '{"subnet_id": "f39ccbaa-f3bf-4816-ba27-06883eb1a674"}' 2018-07-22 23:59:57,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5beecb22-035e-49b9-94dc-53020bf1d092 Date: Sun, 22 Jul 2018 23:59:57 GMT RESP BODY: {"network_id": "384d0d74-e6ac-4f00-8b10-c9b3ef863753", "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "subnet_id": "f39ccbaa-f3bf-4816-ba27-06883eb1a674", "subnet_ids": ["f39ccbaa-f3bf-4816-ba27-06883eb1a674"], "port_id": "1f69125c-838f-4ebc-9b73-634d64905053", "id": "58710ab7-2118-4180-9686-bacee0f7ced2"} 2018-07-22 23:59:57,831 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/remove_router_interface.json used request id req-5beecb22-035e-49b9-94dc-53020bf1d092 2018-07-22 23:59:57,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61188101768s 2018-07-22 23:59:57,831 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2/remove_router_interface.json used request id req-5beecb22-035e-49b9-94dc-53020bf1d092 returning object 58710ab7-2118-4180-9686-bacee0f7ced2 2018-07-22 23:59:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-22 23:59:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:58,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a35f13e2-b972-4f2f-85be-a6fdb773d751 Date: Sun, 22 Jul 2018 23:59:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "35a400a7bc054f7eaa675cdb69b0687e", "created_at": "2018-07-22T23:59:17Z", "admin_state_up": true, "updated_at": "2018-07-22T23:59:57Z", "revision_number": 4, "routes": [], "project_id": "35a400a7bc054f7eaa675cdb69b0687e", "id": "58710ab7-2118-4180-9686-bacee0f7ced2", "name": "vping_userdata-router_09951121-4918-4c3a-a371-8a73c2e08be7"}]} 2018-07-22 23:59:58,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-a35f13e2-b972-4f2f-85be-a6fdb773d751 2018-07-22 23:59:58,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.286399126053s 2018-07-22 23:59:58,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-a35f13e2-b972-4f2f-85be-a6fdb773d751 2018-07-22 23:59:58,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-22 23:59:58,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:59,371 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47867a9f-1183-44e3-8c5c-99ac82efa844 Content-Length: 0 Date: Sun, 22 Jul 2018 23:59:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-22 23:59:59,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2.json used request id req-47867a9f-1183-44e3-8c5c-99ac82efa844 2018-07-22 23:59:59,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25167298317s 2018-07-22 23:59:59,372 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/58710ab7-2118-4180-9686-bacee0f7ced2.json used request id req-47867a9f-1183-44e3-8c5c-99ac82efa844 2018-07-22 23:59:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-22 23:59:59,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-22 23:59:59,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-404f1312-ccca-4903-93db-db8a5c827634 Date: Sun, 22 Jul 2018 23:59:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-22T23:59:17Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"f39ccbaa-f3bf-4816-ba27-06883eb1a674","subnetpool_id":null,"name":"vping_userdata-subnet_09951121-4918-4c3a-a371-8a73c2e08be7"}]} 2018-07-22 23:59:59,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-404f1312-ccca-4903-93db-db8a5c827634 2018-07-22 23:59:59,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0487079620361s 2018-07-22 23:59:59,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-404f1312-ccca-4903-93db-db8a5c827634 2018-07-22 23:59:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-22 23:59:59,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/f39ccbaa-f3bf-4816-ba27-06883eb1a674.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-23 00:00:01,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eacebc6a-9cea-493b-a669-a0101925d63c Date: Mon, 23 Jul 2018 00:00:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:00:01,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/f39ccbaa-f3bf-4816-ba27-06883eb1a674.json used request id req-eacebc6a-9cea-493b-a669-a0101925d63c 2018-07-23 00:00:01,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.52079081535s 2018-07-23 00:00:01,944 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/f39ccbaa-f3bf-4816-ba27-06883eb1a674.json used request id req-eacebc6a-9cea-493b-a669-a0101925d63c 2018-07-23 00:00:01,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:01,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-23 00:00:02,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-f524459a-3e46-4b68-b3f7-625e73c5bdf8 Date: Mon, 23 Jul 2018 00:00:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T00:00:01Z","tenant_id":"35a400a7bc054f7eaa675cdb69b0687e","created_at":"2018-07-22T23:59:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"35a400a7bc054f7eaa675cdb69b0687e","id":"384d0d74-e6ac-4f00-8b10-c9b3ef863753","name":"vping_userdata-net_09951121-4918-4c3a-a371-8a73c2e08be7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"}]} 2018-07-23 00:00:02,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f524459a-3e46-4b68-b3f7-625e73c5bdf8 2018-07-23 00:00:02,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115942001343s 2018-07-23 00:00:02,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-f524459a-3e46-4b68-b3f7-625e73c5bdf8 2018-07-23 00:00:02,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 00:00:02,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/384d0d74-e6ac-4f00-8b10-c9b3ef863753.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-23 00:00:03,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c34e661-3a14-4733-8a26-d0bf9d92504f Date: Mon, 23 Jul 2018 00:00:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:00:03,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/384d0d74-e6ac-4f00-8b10-c9b3ef863753.json used request id req-1c34e661-3a14-4733-8a26-d0bf9d92504f 2018-07-23 00:00:03,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44450712204s 2018-07-23 00:00:03,507 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/384d0d74-e6ac-4f00-8b10-c9b3ef863753.json used request id req-1c34e661-3a14-4733-8a26-d0bf9d92504f 2018-07-23 00:00:03,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 00:00:03,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-23 00:00:04,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-dafd8c17-9f0e-4a66-8d3f-3ab4d35d1cbb Date: Mon, 23 Jul 2018 00:00:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "metadata": {}}], "file": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/file", "owner": "35a400a7bc054f7eaa675cdb69b0687e", "id": "554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "size": 12716032, "self": "/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-22T23:59:22Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_09951121-4918-4c3a-a371-8a73c2e08be7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-22T23:59:21Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 00:00:04,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-dafd8c17-9f0e-4a66-8d3f-3ab4d35d1cbb 2018-07-23 00:00:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.689553976059s 2018-07-23 00:00:04,201 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-dafd8c17-9f0e-4a66-8d3f-3ab4d35d1cbb 2018-07-23 00:00:04,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 00:00:04,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8e967c82912c0f50487c5e5c55d7f7a3f9de1de9" 2018-07-23 00:00:04,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ac240ea-f382-4d52-92f4-671cc1e88ffa Date: Mon, 23 Jul 2018 00:00:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 00:00:04,610 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49 used request id req-5ac240ea-f382-4d52-92f4-671cc1e88ffa 2018-07-23 00:00:04,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.407582998276s 2018-07-23 00:00:04,611 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/554aff9b-0b43-4b8c-beeb-cdf83bbe1a49 used request id req-5ac240ea-f382-4d52-92f4-671cc1e88ffa 2018-07-23 00:00:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 00:00:04,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:04,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-5a8c6150-969b-4d84-a76f-7dc4736af7bd x-compute-request-id: req-5a8c6150-969b-4d84-a76f-7dc4736af7bd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_09951121-4918-4c3a-a371-8a73c2e08be7", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a", "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": "66049c30-0a18-4d32-a587-2ad3c3d4ec5a"}]} 2018-07-23 00:00:04,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-5a8c6150-969b-4d84-a76f-7dc4736af7bd 2018-07-23 00:00:04,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0294649600983s 2018-07-23 00:00:04,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-5a8c6150-969b-4d84-a76f-7dc4736af7bd 2018-07-23 00:00:04,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 00:00:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:04,673 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cc56ed6-9a78-40e6-907b-1a4f558da162 x-compute-request-id: req-2cc56ed6-9a78-40e6-907b-1a4f558da162 Content-Length: 0 Content-Type: application/json 2018-07-23 00:00:04,673 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a used request id req-2cc56ed6-9a78-40e6-907b-1a4f558da162 2018-07-23 00:00:04,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0305140018463s 2018-07-23 00:00:04,673 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/66049c30-0a18-4d32-a587-2ad3c3d4ec5a used request id req-2cc56ed6-9a78-40e6-907b-1a4f558da162 2018-07-23 00:00:04,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 00:00:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:04,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fa3455-2e03-4f8e-941c-1d8d5085bc6b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7", "links": {"self": "http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "18c088db7cca45099bdcc5cc0c127a33", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-23 00:00:04,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-39fa3455-2e03-4f8e-941c-1d8d5085bc6b 2018-07-23 00:00:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111948013306s 2018-07-23 00:00:04,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-39fa3455-2e03-4f8e-941c-1d8d5085bc6b 2018-07-23 00:00:04,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 00:00:04,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:04,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2ff9324-fc0a-44c3-823b-e8935dd3d5c2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_09951121-4918-4c3a-a371-8a73c2e08be7", "links": {"self": "http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "18c088db7cca45099bdcc5cc0c127a33", "description": null}} 2018-07-23 00:00:04,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 used request id req-d2ff9324-fc0a-44c3-823b-e8935dd3d5c2 2018-07-23 00:00:04,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112338066101s 2018-07-23 00:00:04,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 used request id req-d2ff9324-fc0a-44c3-823b-e8935dd3d5c2 2018-07-23 00:00:04,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 00:00:04,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:05,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:00:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d34a48d-ebf1-4ce5-9caa-640ffa2d76ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:00:05,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 used request id req-8d34a48d-ebf1-4ce5-9caa-640ffa2d76ad 2018-07-23 00:00:05,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.284116983414s 2018-07-23 00:00:05,190 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/18c088db7cca45099bdcc5cc0c127a33 used request id req-8d34a48d-ebf1-4ce5-9caa-640ffa2d76ad 2018-07-23 00:00:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 00:00:05,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:05,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c55f77e-f136-45d9-8cf4-45d60a635ed9 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e"}, "tags": [], "enabled": true, "id": "35a400a7bc054f7eaa675cdb69b0687e", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_09951121-4918-4c3a-a371-8a73c2e08be7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 00:00:05,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-1c55f77e-f136-45d9-8cf4-45d60a635ed9 2018-07-23 00:00:05,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100852012634s 2018-07-23 00:00:05,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-1c55f77e-f136-45d9-8cf4-45d60a635ed9 2018-07-23 00:00:05,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 00:00:05,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:05,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd14592-b0cb-4d89-b897-fe3eb612183b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:00:05,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e used request id req-dbd14592-b0cb-4d89-b897-fe3eb612183b 2018-07-23 00:00:05,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.259899139404s 2018-07-23 00:00:05,563 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/35a400a7bc054f7eaa675cdb69b0687e used request id req-dbd14592-b0cb-4d89-b897-fe3eb612183b 2018-07-23 00:00:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 00:00:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:05,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661cc9b3-7e49-491e-ac48-6ef55c226acf Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a305294c27544fa6a09589033dfb2f57", "links": {"self": "http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57"}, "name": "Member"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-23 00:00:05,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-661cc9b3-7e49-491e-ac48-6ef55c226acf 2018-07-23 00:00:05,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0927400588989s 2018-07-23 00:00:05,659 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-661cc9b3-7e49-491e-ac48-6ef55c226acf 2018-07-23 00:00:05,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-23 00:00:05,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cdd66b104b857a232e2c188d8ecacf5870a7cde1" 2018-07-23 00:00:05,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3324f6a9-7129-41ec-8a6e-97a4703b8321 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:00:05,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57 used request id req-3324f6a9-7129-41ec-8a6e-97a4703b8321 2018-07-23 00:00:05,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.184318065643s 2018-07-23 00:00:05,850 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/a305294c27544fa6a09589033dfb2f57 used request id req-3324f6a9-7129-41ec-8a6e-97a4703b8321 2018-07-23 00:00:05,910 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 00:00:05,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 00:00:05,966 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 00:00:05,967 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 00:00:05,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:00:05,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a69185d-f79b-45b8-ad5a-8b44f89c03e9 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.24:5000/v3/", "rel": "self"}]}} 2018-07-23 00:00:05,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-3a69185d-f79b-45b8-ad5a-8b44f89c03e9 2018-07-23 00:00:05,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-23 00:00:06,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T01:00:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["nQN5k17PT7WWG0xCub8yHA"], "issued_at": "2018-07-23T00:00:06.000000Z"}} 2018-07-23 00:00:06,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:06,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:06,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a4e860e6-f8cb-45c8-ad29-92a2d0e6da4e Date: Mon, 23 Jul 2018 00:00:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","status":"ACTIVE","subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"description":"","tags":[],"updated_at":"2018-07-22T23:50:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","provider:network_type":"flat"}]} 2018-07-23 00:00:06,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a4e860e6-f8cb-45c8-ad29-92a2d0e6da4e 2018-07-23 00:00:06,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256565093994s 2018-07-23 00:00:06,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a4e860e6-f8cb-45c8-ad29-92a2d0e6da4e 2018-07-23 00:00:06,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:00:06,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 00:00:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-23 00:00:06,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 00:00:06,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:06,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71838a26-749f-4f0c-8741-4864fa661513 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e7e1d6133e9041bcbc3e657296269b60"}, "tags": [], "enabled": true, "id": "e7e1d6133e9041bcbc3e657296269b60", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-23 00:00:06,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-71838a26-749f-4f0c-8741-4864fa661513 2018-07-23 00:00:06,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0979099273682s 2018-07-23 00:00:06,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-71838a26-749f-4f0c-8741-4864fa661513 2018-07-23 00:00:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-23 00:00:06,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9"}}' 2018-07-23 00:00:06,872 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 00:00:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37f945ed-61f2-4e8d-b8f8-e6640c5c7ced Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8"}, "tags": [], "enabled": true, "id": "5de41808c8ea48e5bf14158aea76b8e8", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9"}} 2018-07-23 00:00:06,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-37f945ed-61f2-4e8d-b8f8-e6640c5c7ced 2018-07-23 00:00:06,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.13459610939s 2018-07-23 00:00:06,873 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-37f945ed-61f2-4e8d-b8f8-e6640c5c7ced 2018-07-23 00:00:06,874 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9'}) 2018-07-23 00:00:06,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-23 00:00:06,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4f52fc26-5d7e-4581-81f4-8f2306965de3", "email": null, "name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9"}}' 2018-07-23 00:00:07,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 00:00:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a10b120-8935-4eb3-900f-9877ff1dd2d9 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9", "links": {"self": "http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2813e533cb5d48568bfbbcbe61610a7e", "domain_id": "default", "password_expires_at": null}} 2018-07-23 00:00:07,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-7a10b120-8935-4eb3-900f-9877ff1dd2d9 2018-07-23 00:00:07,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.381284952164s 2018-07-23 00:00:07,262 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-7a10b120-8935-4eb3-900f-9877ff1dd2d9 2018-07-23 00:00:07,263 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2813e533cb5d48568bfbbcbe61610a7e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9'}) 2018-07-23 00:00:07,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 00:00:07,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:07,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd868082-09cd-49aa-87ba-3f711bb66951 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-23 00:00:07,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fd868082-09cd-49aa-87ba-3f711bb66951 2018-07-23 00:00:07,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977640151978s 2018-07-23 00:00:07,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fd868082-09cd-49aa-87ba-3f711bb66951 2018-07-23 00:00:07,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 00:00:07,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:07,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce1a7fa-56b3-4ca9-9162-a607718e957d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-23 00:00:07,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8ce1a7fa-56b3-4ca9-9162-a607718e957d 2018-07-23 00:00:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0882041454315s 2018-07-23 00:00:07,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-8ce1a7fa-56b3-4ca9-9162-a607718e957d 2018-07-23 00:00:07,459 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-23 00:00:07,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-23 00:00:07,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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 "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" -d '{"role": {"name": "Member"}}' 2018-07-23 00:00:07,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ab984a7-4bd1-4efd-bed5-a4828dee3e3f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6597eab71d2746a389c34f439ec4336b", "links": {"self": "http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b"}, "name": "Member"}} 2018-07-23 00:00:07,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-4ab984a7-4bd1-4efd-bed5-a4828dee3e3f 2018-07-23 00:00:07,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.135516166687s 2018-07-23 00:00:07,598 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-4ab984a7-4bd1-4efd-bed5-a4828dee3e3f 2018-07-23 00:00:07,599 - functest.core.tenantnetwork - DEBUG - role: 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'6597eab71d2746a389c34f439ec4336b'}) 2018-07-23 00:00:07,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 00:00:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:07,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36be13ae-36e0-40a9-9961-9b1857eb89fe Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6597eab71d2746a389c34f439ec4336b", "links": {"self": "http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b"}, "name": "Member"}, {"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-23 00:00:07,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-36be13ae-36e0-40a9-9961-9b1857eb89fe 2018-07-23 00:00:07,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0986340045929s 2018-07-23 00:00:07,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-36be13ae-36e0-40a9-9961-9b1857eb89fe 2018-07-23 00:00:07,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-23 00:00:07,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:07,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f71935ac-71d4-4f8f-a9ab-220625e30df0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-23 00:00:07,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-f71935ac-71d4-4f8f-a9ab-220625e30df0 2018-07-23 00:00:07,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0918200016022s 2018-07-23 00:00:07,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-f71935ac-71d4-4f8f-a9ab-220625e30df0 2018-07-23 00:00:07,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 00:00:07,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:07,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5198e4d3-b5a5-4377-8c1e-240848ef7600 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9", "links": {"self": "http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2813e533cb5d48568bfbbcbe61610a7e", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-23 00:00:07,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5198e4d3-b5a5-4377-8c1e-240848ef7600 2018-07-23 00:00:07,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113077878952s 2018-07-23 00:00:07,913 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5198e4d3-b5a5-4377-8c1e-240848ef7600 2018-07-23 00:00:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 00:00:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:08,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f934327-1206-4f2d-8d6f-047f1628e2ab Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8"}, "tags": [], "enabled": true, "id": "5de41808c8ea48e5bf14158aea76b8e8", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 00:00:08,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-4f934327-1206-4f2d-8d6f-047f1628e2ab 2018-07-23 00:00:08,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.099161863327s 2018-07-23 00:00:08,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-4f934327-1206-4f2d-8d6f-047f1628e2ab 2018-07-23 00:00:08,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-23 00:00:08,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=2813e533cb5d48568bfbbcbe61610a7e&role.id=6597eab71d2746a389c34f439ec4336b&scope.project.id=5de41808c8ea48e5bf14158aea76b8e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:08,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68593c9-25fd-4b94-a7a4-490b03506a38 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=2813e533cb5d48568bfbbcbe61610a7e&role.id=6597eab71d2746a389c34f439ec4336b&scope.project.id=5de41808c8ea48e5bf14158aea76b8e8", "previous": null, "next": null}} 2018-07-23 00:00:08,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=2813e533cb5d48568bfbbcbe61610a7e&role.id=6597eab71d2746a389c34f439ec4336b&scope.project.id=5de41808c8ea48e5bf14158aea76b8e8 used request id req-e68593c9-25fd-4b94-a7a4-490b03506a38 2018-07-23 00:00:08,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0945529937744s 2018-07-23 00:00:08,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=2813e533cb5d48568bfbbcbe61610a7e&role.id=6597eab71d2746a389c34f439ec4336b&scope.project.id=5de41808c8ea48e5bf14158aea76b8e8 used request id req-e68593c9-25fd-4b94-a7a4-490b03506a38 2018-07-23 00:00:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-23 00:00:08,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8/users/2813e533cb5d48568bfbbcbe61610a7e/roles/6597eab71d2746a389c34f439ec4336b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:00:08,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e61b6b8f-f534-4fb3-a00e-4719c320786c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:00:08,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8/users/2813e533cb5d48568bfbbcbe61610a7e/roles/6597eab71d2746a389c34f439ec4336b used request id req-e61b6b8f-f534-4fb3-a00e-4719c320786c 2018-07-23 00:00:08,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.170614004135s 2018-07-23 00:00:08,301 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8/users/2813e533cb5d48568bfbbcbe61610a7e/roles/6597eab71d2746a389c34f439ec4336b used request id req-e61b6b8f-f534-4fb3-a00e-4719c320786c 2018-07-23 00:00:08,302 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', 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'5de41808c8ea48e5bf14158aea76b8e8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '4f52fc26-5d7e-4581-81f4-8f2306965de3', 'username': u'cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24: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-23 00:00:08,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 00:00:08,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 00:00:08,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 00:00:08,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 00:00:08,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 00:00:08,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 00:00:08,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 00:00:08,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 00:00:08,307 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9', 'password': '4f52fc26-5d7e-4581-81f4-8f2306965de3', 'project_name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '5de41808c8ea48e5bf14158aea76b8e8', 'project_domain_name': 'Default'} 2018-07-23 00:00:08,308 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-23 00:00:08,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:00:08,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73968d0-4a47-4807-a204-e72efcd7ea13 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.24:5000/v3/", "rel": "self"}]}} 2018-07-23 00:00:08,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-a73968d0-4a47-4807-a204-e72efcd7ea13 2018-07-23 00:00:08,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-23 00:00:08,697 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6597eab71d2746a389c34f439ec4336b", "name": "Member"}], "expires_at": "2018-07-23T01:00:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5de41808c8ea48e5bf14158aea76b8e8", "name": "cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/5de41808c8ea48e5bf14158aea76b8e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/5de41808c8ea48e5bf14158aea76b8e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/5de41808c8ea48e5bf14158aea76b8e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/5de41808c8ea48e5bf14158aea76b8e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/5de41808c8ea48e5bf14158aea76b8e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/5de41808c8ea48e5bf14158aea76b8e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_5de41808c8ea48e5bf14158aea76b8e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_5de41808c8ea48e5bf14158aea76b8e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9", "id": "2813e533cb5d48568bfbbcbe61610a7e"}, "audit_ids": ["tPUGXJLYTTyQfDx6DxAAvw"], "issued_at": "2018-07-23T00:00:08.000000Z"}} 2018-07-23 00:00:08,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-23 00:00:08,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"network": {"name": "cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9", "admin_state_up": true}}' 2018-07-23 00:00:09,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-25c94562-cdf3-4aa8-9a1b-8bdbb0b8ee3d Date: Mon, 23 Jul 2018 00:00:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-23T00:00:09Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}} 2018-07-23 00:00:09,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-25c94562-cdf3-4aa8-9a1b-8bdbb0b8ee3d 2018-07-23 00:00:09,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.768249988556s 2018-07-23 00:00:09,469 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-25c94562-cdf3-4aa8-9a1b-8bdbb0b8ee3d 2018-07-23 00:00:09,469 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T00:00:09Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'8269c465-0f95-4279-bdb4-8f86a8389dbe', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9', u'admin_state_up': True, u'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', u'created_at': u'2018-07-23T00:00:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5de41808c8ea48e5bf14158aea76b8e8'}) 2018-07-23 00:00:09,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:09,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:09,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-ce3abebd-299d-43ac-8f1e-8a54a2d684c7 Date: Mon, 23 Jul 2018 00:00:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T00:00:09Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:09,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ce3abebd-299d-43ac-8f1e-8a54a2d684c7 2018-07-23 00:00:09,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.308244228363s 2018-07-23 00:00:09,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-ce3abebd-299d-43ac-8f1e-8a54a2d684c7 2018-07-23 00:00:09,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-23 00:00:09,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"subnet": {"name": "cinder_test-subnet_891568c3-a34e-4496-9621-2f0411abeeb9", "enable_dhcp": true, "network_id": "8269c465-0f95-4279-bdb4-8f86a8389dbe", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-23 00:00:10,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5348e0a1-89a9-474c-b347-eb8c9276f580 Date: Mon, 23 Jul 2018 00:00:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T00:00:10Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"dc259f42-b121-426e-9b16-3886189581dc","subnetpool_id":null,"name":"cinder_test-subnet_891568c3-a34e-4496-9621-2f0411abeeb9"}} 2018-07-23 00:00:10,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-5348e0a1-89a9-474c-b347-eb8c9276f580 2018-07-23 00:00:10,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.814421892166s 2018-07-23 00:00:10,595 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-5348e0a1-89a9-474c-b347-eb8c9276f580 2018-07-23 00:00:10,595 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-23T00:00:10Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'dc259f42-b121-426e-9b16-3886189581dc', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_891568c3-a34e-4496-9621-2f0411abeeb9', u'enable_dhcp': True, u'network_id': u'8269c465-0f95-4279-bdb4-8f86a8389dbe', u'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', u'created_at': u'2018-07-23T00:00:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5de41808c8ea48e5bf14158aea76b8e8'}) 2018-07-23 00:00:10,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-23 00:00:10,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"router": {"external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563"}, "name": "cinder_test-router_891568c3-a34e-4496-9621-2f0411abeeb9", "admin_state_up": true}}' 2018-07-23 00:00:11,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d8a4ad10-5045-4eb2-acb7-b4b4c8f1e5a8 Date: Mon, 23 Jul 2018 00:00:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:10Z", "admin_state_up": true, "updated_at": "2018-07-23T00:00:11Z", "revision_number": 2, "routes": [], "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "9267a86c-8f6f-4407-9928-669649cbcc4a", "name": "cinder_test-router_891568c3-a34e-4496-9621-2f0411abeeb9"}} 2018-07-23 00:00:11,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d8a4ad10-5045-4eb2-acb7-b4b4c8f1e5a8 2018-07-23 00:00:11,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35496211052s 2018-07-23 00:00:11,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d8a4ad10-5045-4eb2-acb7-b4b4c8f1e5a8 2018-07-23 00:00:11,952 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'68653b03-a42b-42eb-9688-ed005fbe2495', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', u'created_at': u'2018-07-23T00:00:10Z', u'admin_state_up': True, u'updated_at': u'2018-07-23T00:00:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'5de41808c8ea48e5bf14158aea76b8e8', u'id': u'9267a86c-8f6f-4407-9928-669649cbcc4a', u'name': u'cinder_test-router_891568c3-a34e-4496-9621-2f0411abeeb9'}) 2018-07-23 00:00:11,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-23 00:00:11,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"subnet_id": "dc259f42-b121-426e-9b16-3886189581dc"}' 2018-07-23 00:00:13,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-153122d3-ae04-495d-b385-690d7c30a13a Date: Mon, 23 Jul 2018 00:00:13 GMT RESP BODY: {"network_id": "8269c465-0f95-4279-bdb4-8f86a8389dbe", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "subnet_id": "dc259f42-b121-426e-9b16-3886189581dc", "subnet_ids": ["dc259f42-b121-426e-9b16-3886189581dc"], "port_id": "a4e28c2b-88ed-41b2-aeb2-4379c783cfa6", "id": "9267a86c-8f6f-4407-9928-669649cbcc4a"} 2018-07-23 00:00:13,918 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/add_router_interface.json used request id req-153122d3-ae04-495d-b385-690d7c30a13a 2018-07-23 00:00:13,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.9651889801s 2018-07-23 00:00:13,918 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/add_router_interface.json used request id req-153122d3-ae04-495d-b385-690d7c30a13a returning object 9267a86c-8f6f-4407-9928-669649cbcc4a 2018-07-23 00:00:13,919 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-23 00:00:14,072 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-23 00:00:14,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:00:14,080 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 23 Jul 2018 00:00:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-07-23 00:00:14,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 00:00:14,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:14,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e8089a06-a67f-421b-861b-334a4735cf4c Date: Mon, 23 Jul 2018 00:00:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 00:00:14,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e8089a06-a67f-421b-861b-334a4735cf4c 2018-07-23 00:00:14,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.238270998001s 2018-07-23 00:00:14,324 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-e8089a06-a67f-421b-861b-334a4735cf4c 2018-07-23 00:00:14,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-23 00:00:14,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9"}' 2018-07-23 00:00:14,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eff244cb-cb4c-4757-8104-898b727c7cb4 Date: Mon, 23 Jul 2018 00:00:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file", "owner": "5de41808c8ea48e5bf14158aea76b8e8", "id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "size": null, "self": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T00:00:14Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "checksum": null, "created_at": "2018-07-23T00:00:14Z", "protected": false} 2018-07-23 00:00:14,613 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-eff244cb-cb4c-4757-8104-898b727c7cb4 2018-07-23 00:00:14,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.281538963318s 2018-07-23 00:00:14,613 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-eff244cb-cb4c-4757-8104-898b727c7cb4 returning object 24b0b648-bbaa-4a87-9d72-8db7fa633d3f 2018-07-23 00:00:14,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-23 00:00:14,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '' 2018-07-23 00:00:15,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8190a7dc-83e4-4dac-9496-d7d713bc8c56 Date: Mon, 23 Jul 2018 00:00:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 00:00:15,548 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file used request id req-8190a7dc-83e4-4dac-9496-d7d713bc8c56 2018-07-23 00:00:15,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.933876991272s 2018-07-23 00:00:15,548 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file used request id req-8190a7dc-83e4-4dac-9496-d7d713bc8c56 2018-07-23 00:00:15,548 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-23T00:00:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file', u'owner': u'5de41808c8ea48e5bf14158aea76b8e8', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'24b0b648-bbaa-4a87-9d72-8db7fa633d3f', u'size': None, u'name': u'cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9', u'checksum': None, u'self': u'/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-23T00:00:14Z', u'schema': u'/v2/schemas/image'}) 2018-07-23 00:00:15,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-23 00:00:15,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-23 00:00:15,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-9226750c-07b3-4adb-a83d-c7f3ee53e980 x-compute-request-id: req-9226750c-07b3-4adb-a83d-c7f3ee53e980 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "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": "24b27583-5a0f-4ad3-bc10-f6b473212fef"}} 2018-07-23 00:00:15,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9226750c-07b3-4adb-a83d-c7f3ee53e980 2018-07-23 00:00:15,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.139609098434s 2018-07-23 00:00:15,689 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors used request id req-9226750c-07b3-4adb-a83d-c7f3ee53e980 2018-07-23 00:00:15,690 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9', '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'd2708d2078d347d995ef4237b108faeb', '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'24b27583-5a0f-4ad3-bc10-f6b473212fef', 'swap': 0}) 2018-07-23 00:00:15,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-23 00:00:15,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef/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}8a6d89e9e06b32a2e261956647819cacac53c7e9" -d '{"extra_specs": {}}' 2018-07-23 00:00:15,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-5cad15bd-be52-43cc-b152-25e561d93591 x-compute-request-id: req-5cad15bd-be52-43cc-b152-25e561d93591 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-23 00:00:15,860 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef/os-extra_specs used request id req-5cad15bd-be52-43cc-b152-25e561d93591 2018-07-23 00:00:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.169398069382s 2018-07-23 00:00:15,861 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef/os-extra_specs used request id req-5cad15bd-be52-43cc-b152-25e561d93591 2018-07-23 00:00:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-23 00:00:15,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"keypair": {"name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9"}}' 2018-07-23 00:00:16,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-a1a431a7-2b3f-4a2e-8902-d3d23a6fa28c x-compute-request-id: req-a1a431a7-2b3f-4a2e-8902-d3d23a6fa28c Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5yTK9xFVwxTyH2aO/UyYEcJ314975PuOM6ee0XnVNQJLCiFBwqjKL/s4Ta7tNACs27nlR4Db9megGjq5i9QdypPmGtoHHb4kz27ODrWQkzgVHfQCbGiLsNTv2i/rkX1GK7zhfoICOuqk/5xc8H/q/R4X86J4frdi/byhqZcAKFLztOFn5R+SQNLzTAhDhbl9n6Cc7Zdb6c3Z03Zupefk7Dl24uZzWOHRZTNzOIQo+Gif/ZeyOSEHfWIjIuHULf8C397Uvez2YydiIokmhteeH8NAdfmT4XLceF86d8IlZffZBdvAE/oSo/U2v0Wg3Lg3JYhVErSgP8+ZQSna13Qj/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuckyvcRVcMU8h9mjv1MmBHCd9ePe+T7jjOnntF51TUCSwohQ\ncKoyi/7OE2u7TQArNu55UeA2/ZnoBo6uYvUHcqT5hraBx2+JM9uzg61kJM4FR30A\nmxoi7DU79ov65F9Riu84X6CAjrqpP+cXPB/6v0eF/OieH63Yv28oamXAChS87ThZ\n+UfkkDS80wIQ4W5fZ+gnO2XW+nN2dN2bqXn5Ow5duLmc1jh0WUzcziEKPhon/2Xs\njkhB31iIyLh1C3/At/e1L3s9mMnYiKJJobXnh/DQHX5k+Fy3HhfOnfCJWX32QXbw\nBP6EqP1Nr9FoNy4NyWIVRK0oD/PmUEp2td0I/wIDAQABAoIBAEd4u2h9q1Diz9KD\nS5dC6ZEzsdDyhMjmBKwlH9onrIC3or3rquZs010//Q9Dlp6cvgM34rw4wW72UmiT\nY0r2cJMOHGBSvcJ3ihTFJF43yhrOlwFVeXIxr9Wm9RZ362EHulr0hH9lQ4+lB49p\n22pp8xC69zTAWHRfcM7UeHvWAPbfM0ghJKSmq2rH4sy4PvfHuvAgqV/ReVfBOBff\nqWvbjYe+KK3efgJcPtNs9iYW3QYhjz1GiXvOFkMgzea0qocS9UNhaOxhcwROag5M\n5+M6alCXdImN1yn3+IKeOwuHLLUsJMeyMXSGjCeroJvkmaIwuOCh2kKHQ5igHw17\nwpx1eaECgYEA6ggEFoTVjgIa6CaUJOhvr/0u2rTeswZx5gSyk81Zt/O4RWOh8NJA\njF+mCGgATEWXZWHVsaK/Ir1vUGnNm/XlL2lG1NLOItKilmzv6p0PDYVOWGyt9TtY\nqTLBg8D1DrRcTSFcjSnR2aGN1bjwArT2D6ovM0FW3/I+jaJAyY+KkosCgYEAyznN\nVfUVSYC0cC84oyYM/rMvozG7+DKb/HbpqsYaOtPzWrKt3p0lv8Tk6jgZpLKgMU4F\nImezqm57GdU0WYN0LrWqNl4dQBT5QeXZ3i8nI/s5gWM23JcMjvgkzkcB0A5bmWin\nJee5hBjHzf44N5Wwti2MiF7efBropauxs7opdd0CgYBBoKHU1sc0HW8CLt9YQj4f\nsfYTqqjQtzv1btfNDsbcCOJhwwDEkZE8TA45SUDcIp/D9F2ChMroqQqwGBtqYtg0\nJWeRgtP/e+XQHRhiSEzSU9GWhlN583x3Zh5SHigaSYWgs3xKsbGBQAaQKl5Tw/9E\ngUrfKrF792iHOzrDyxbm5QKBgQDIGmgWpTWKpFIGzFhGPKc6+xCC7euZnat90VCP\nOHSHTD8oJRuSQMX0p1iHTyngw4l8QshHcji0LgjEDOx43zi87V9mHRFMEdrEiiAV\n5/PwN+QNhLV2Sryw4aDMA5rDU//Zc/RxHFPMv+Gs8Q5FnPzcxMjFVjRXmt9MkVxu\nDXXZeQKBgAb+81f/Zxuy8Rqs6SwVaMUy9hr0TssS7kZ3BISO1omqHZQe19lRpxpn\ntholeBvapW1tlvKt7J0Exgd1FEW0YXvxAuFITYO8CPJPoNT2qlvVj2JXzWCwstiA\nw8jt8yXzDpq3Q+9zjjRDtuWrdONRoBwKgTdtOhAVIuBvslgnx7ur\n-----END RSA PRIVATE KEY-----\n", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "fingerprint": "46:43:a6:aa:f8:8e:5f:dd:84:7c:2f:6d:e0:5e:a7:94"}} 2018-07-23 00:00:16,194 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-a1a431a7-2b3f-4a2e-8902-d3d23a6fa28c 2018-07-23 00:00:16,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.332952976227s 2018-07-23 00:00:16,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-a1a431a7-2b3f-4a2e-8902-d3d23a6fa28c 2018-07-23 00:00:16,196 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5yTK9xFVwxTyH2aO/UyYEcJ314975PuOM6ee0XnVNQJLCiFBwqjKL/s4Ta7tNACs27nlR4Db9megGjq5i9QdypPmGtoHHb4kz27ODrWQkzgVHfQCbGiLsNTv2i/rkX1GK7zhfoICOuqk/5xc8H/q/R4X86J4frdi/byhqZcAKFLztOFn5R+SQNLzTAhDhbl9n6Cc7Zdb6c3Z03Zupefk7Dl24uZzWOHRZTNzOIQo+Gif/ZeyOSEHfWIjIuHULf8C397Uvez2YydiIokmhteeH8NAdfmT4XLceF86d8IlZffZBdvAE/oSo/U2v0Wg3Lg3JYhVErSgP8+ZQSna13Qj/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuckyvcRVcMU8h9mjv1MmBHCd9ePe+T7jjOnntF51TUCSwohQ\ncKoyi/7OE2u7TQArNu55UeA2/ZnoBo6uYvUHcqT5hraBx2+JM9uzg61kJM4FR30A\nmxoi7DU79ov65F9Riu84X6CAjrqpP+cXPB/6v0eF/OieH63Yv28oamXAChS87ThZ\n+UfkkDS80wIQ4W5fZ+gnO2XW+nN2dN2bqXn5Ow5duLmc1jh0WUzcziEKPhon/2Xs\njkhB31iIyLh1C3/At/e1L3s9mMnYiKJJobXnh/DQHX5k+Fy3HhfOnfCJWX32QXbw\nBP6EqP1Nr9FoNy4NyWIVRK0oD/PmUEp2td0I/wIDAQABAoIBAEd4u2h9q1Diz9KD\nS5dC6ZEzsdDyhMjmBKwlH9onrIC3or3rquZs010//Q9Dlp6cvgM34rw4wW72UmiT\nY0r2cJMOHGBSvcJ3ihTFJF43yhrOlwFVeXIxr9Wm9RZ362EHulr0hH9lQ4+lB49p\n22pp8xC69zTAWHRfcM7UeHvWAPbfM0ghJKSmq2rH4sy4PvfHuvAgqV/ReVfBOBff\nqWvbjYe+KK3efgJcPtNs9iYW3QYhjz1GiXvOFkMgzea0qocS9UNhaOxhcwROag5M\n5+M6alCXdImN1yn3+IKeOwuHLLUsJMeyMXSGjCeroJvkmaIwuOCh2kKHQ5igHw17\nwpx1eaECgYEA6ggEFoTVjgIa6CaUJOhvr/0u2rTeswZx5gSyk81Zt/O4RWOh8NJA\njF+mCGgATEWXZWHVsaK/Ir1vUGnNm/XlL2lG1NLOItKilmzv6p0PDYVOWGyt9TtY\nqTLBg8D1DrRcTSFcjSnR2aGN1bjwArT2D6ovM0FW3/I+jaJAyY+KkosCgYEAyznN\nVfUVSYC0cC84oyYM/rMvozG7+DKb/HbpqsYaOtPzWrKt3p0lv8Tk6jgZpLKgMU4F\nImezqm57GdU0WYN0LrWqNl4dQBT5QeXZ3i8nI/s5gWM23JcMjvgkzkcB0A5bmWin\nJee5hBjHzf44N5Wwti2MiF7efBropauxs7opdd0CgYBBoKHU1sc0HW8CLt9YQj4f\nsfYTqqjQtzv1btfNDsbcCOJhwwDEkZE8TA45SUDcIp/D9F2ChMroqQqwGBtqYtg0\nJWeRgtP/e+XQHRhiSEzSU9GWhlN583x3Zh5SHigaSYWgs3xKsbGBQAaQKl5Tw/9E\ngUrfKrF792iHOzrDyxbm5QKBgQDIGmgWpTWKpFIGzFhGPKc6+xCC7euZnat90VCP\nOHSHTD8oJRuSQMX0p1iHTyngw4l8QshHcji0LgjEDOx43zi87V9mHRFMEdrEiiAV\n5/PwN+QNhLV2Sryw4aDMA5rDU//Zc/RxHFPMv+Gs8Q5FnPzcxMjFVjRXmt9MkVxu\nDXXZeQKBgAb+81f/Zxuy8Rqs6SwVaMUy9hr0TssS7kZ3BISO1omqHZQe19lRpxpn\ntholeBvapW1tlvKt7J0Exgd1FEW0YXvxAuFITYO8CPJPoNT2qlvVj2JXzWCwstiA\nw8jt8yXzDpq3Q+9zjjRDtuWrdONRoBwKgTdtOhAVIuBvslgnx7ur\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2813e533cb5d48568bfbbcbe61610a7e', 'name': u'cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9', 'created_at': '2018-07-23T00:00:16.196135', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'46:43:a6:aa:f8:8e:5f:dd:84:7c:2f:6d:e0:5e:a7:94', 'type': 'ssh', 'id': u'cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9'}) 2018-07-23 00:00:16,196 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuckyvcRVcMU8h9mjv1MmBHCd9ePe+T7jjOnntF51TUCSwohQ cKoyi/7OE2u7TQArNu55UeA2/ZnoBo6uYvUHcqT5hraBx2+JM9uzg61kJM4FR30A mxoi7DU79ov65F9Riu84X6CAjrqpP+cXPB/6v0eF/OieH63Yv28oamXAChS87ThZ +UfkkDS80wIQ4W5fZ+gnO2XW+nN2dN2bqXn5Ow5duLmc1jh0WUzcziEKPhon/2Xs jkhB31iIyLh1C3/At/e1L3s9mMnYiKJJobXnh/DQHX5k+Fy3HhfOnfCJWX32QXbw BP6EqP1Nr9FoNy4NyWIVRK0oD/PmUEp2td0I/wIDAQABAoIBAEd4u2h9q1Diz9KD S5dC6ZEzsdDyhMjmBKwlH9onrIC3or3rquZs010//Q9Dlp6cvgM34rw4wW72UmiT Y0r2cJMOHGBSvcJ3ihTFJF43yhrOlwFVeXIxr9Wm9RZ362EHulr0hH9lQ4+lB49p 22pp8xC69zTAWHRfcM7UeHvWAPbfM0ghJKSmq2rH4sy4PvfHuvAgqV/ReVfBOBff qWvbjYe+KK3efgJcPtNs9iYW3QYhjz1GiXvOFkMgzea0qocS9UNhaOxhcwROag5M 5+M6alCXdImN1yn3+IKeOwuHLLUsJMeyMXSGjCeroJvkmaIwuOCh2kKHQ5igHw17 wpx1eaECgYEA6ggEFoTVjgIa6CaUJOhvr/0u2rTeswZx5gSyk81Zt/O4RWOh8NJA jF+mCGgATEWXZWHVsaK/Ir1vUGnNm/XlL2lG1NLOItKilmzv6p0PDYVOWGyt9TtY qTLBg8D1DrRcTSFcjSnR2aGN1bjwArT2D6ovM0FW3/I+jaJAyY+KkosCgYEAyznN VfUVSYC0cC84oyYM/rMvozG7+DKb/HbpqsYaOtPzWrKt3p0lv8Tk6jgZpLKgMU4F Imezqm57GdU0WYN0LrWqNl4dQBT5QeXZ3i8nI/s5gWM23JcMjvgkzkcB0A5bmWin Jee5hBjHzf44N5Wwti2MiF7efBropauxs7opdd0CgYBBoKHU1sc0HW8CLt9YQj4f sfYTqqjQtzv1btfNDsbcCOJhwwDEkZE8TA45SUDcIp/D9F2ChMroqQqwGBtqYtg0 JWeRgtP/e+XQHRhiSEzSU9GWhlN583x3Zh5SHigaSYWgs3xKsbGBQAaQKl5Tw/9E gUrfKrF792iHOzrDyxbm5QKBgQDIGmgWpTWKpFIGzFhGPKc6+xCC7euZnat90VCP OHSHTD8oJRuSQMX0p1iHTyngw4l8QshHcji0LgjEDOx43zi87V9mHRFMEdrEiiAV 5/PwN+QNhLV2Sryw4aDMA5rDU//Zc/RxHFPMv+Gs8Q5FnPzcxMjFVjRXmt9MkVxu DXXZeQKBgAb+81f/Zxuy8Rqs6SwVaMUy9hr0TssS7kZ3BISO1omqHZQe19lRpxpn tholeBvapW1tlvKt7J0Exgd1FEW0YXvxAuFITYO8CPJPoNT2qlvVj2JXzWCwstiA w8jt8yXzDpq3Q+9zjjRDtuWrdONRoBwKgTdtOhAVIuBvslgnx7ur -----END RSA PRIVATE KEY----- 2018-07-23 00:00:16,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-23 00:00:16,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"security_group": {"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-23 00:00:16,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-6fd7e561-9ab3-43b8-aff4-d622c3ee8188 Date: Mon, 23 Jul 2018 00:00:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:16Z", "updated_at": "2018-07-23T00:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "001b4dbe-dc4a-4f53-a0f8-34c36070046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "1bef6c55-f816-4e28-99a4-79388e9aa05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 2, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "296eba1e-7404-42d4-ad71-c242c0c49396", "name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}} 2018-07-23 00:00:16,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-6fd7e561-9ab3-43b8-aff4-d622c3ee8188 2018-07-23 00:00:16,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.609512090683s 2018-07-23 00:00:16,810 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-6fd7e561-9ab3-43b8-aff4-d622c3ee8188 2018-07-23 00:00:16,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 00:00:16,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:17,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-696d7556-0a9c-4cde-8fc2-1b60cf7bbb07 Date: Mon, 23 Jul 2018 00:00:17 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:16Z", "updated_at": "2018-07-23T00:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "001b4dbe-dc4a-4f53-a0f8-34c36070046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "1bef6c55-f816-4e28-99a4-79388e9aa05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 2, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "296eba1e-7404-42d4-ad71-c242c0c49396", "name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}, {"description": "Default security group", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:08Z", "updated_at": "2018-07-23T00:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "4bf36d64-a004-441f-b76d-439cee723830", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "8fb105dd-d241-4973-88db-51dc6c4e973c", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "c52d4e26-8abf-45d8-9296-bc1f467830ba", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "e62fae83-b7a8-4ba5-b2c2-ea85771a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 4, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "name": "default"}]} 2018-07-23 00:00:17,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-696d7556-0a9c-4cde-8fc2-1b60cf7bbb07 2018-07-23 00:00:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241087913513s 2018-07-23 00:00:17,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-696d7556-0a9c-4cde-8fc2-1b60cf7bbb07 2018-07-23 00:00:17,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 00:00:17,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -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": "296eba1e-7404-42d4-ad71-c242c0c49396"}}' 2018-07-23 00:00:17,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4ab77d2c-63fa-481f-a33c-20c8b42ca1eb Date: Mon, 23 Jul 2018 00:00:17 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-23T00:00:17Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "port_range_min": 22, "revision_number": 0, "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:17Z", "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "429a47a1-88ab-43ef-98b1-b6b132e6fc6e"}} 2018-07-23 00:00:17,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-4ab77d2c-63fa-481f-a33c-20c8b42ca1eb 2018-07-23 00:00:17,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.447010040283s 2018-07-23 00:00:17,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-4ab77d2c-63fa-481f-a33c-20c8b42ca1eb 2018-07-23 00:00:17,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 00:00:17,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:17,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-2a0e8412-3b3e-442c-a7ad-53e6d9b7a95c Date: Mon, 23 Jul 2018 00:00:17 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:16Z", "updated_at": "2018-07-23T00:00:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "001b4dbe-dc4a-4f53-a0f8-34c36070046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "1bef6c55-f816-4e28-99a4-79388e9aa05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T00:00:17Z", "revision_number": 0, "id": "429a47a1-88ab-43ef-98b1-b6b132e6fc6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:17Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 3, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "296eba1e-7404-42d4-ad71-c242c0c49396", "name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}, {"description": "Default security group", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:08Z", "updated_at": "2018-07-23T00:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "4bf36d64-a004-441f-b76d-439cee723830", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "8fb105dd-d241-4973-88db-51dc6c4e973c", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "c52d4e26-8abf-45d8-9296-bc1f467830ba", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "e62fae83-b7a8-4ba5-b2c2-ea85771a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 4, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "name": "default"}]} 2018-07-23 00:00:17,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-2a0e8412-3b3e-442c-a7ad-53e6d9b7a95c 2018-07-23 00:00:17,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212028980255s 2018-07-23 00:00:17,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-2a0e8412-3b3e-442c-a7ad-53e6d9b7a95c 2018-07-23 00:00:17,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-23 00:00:17,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -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": "296eba1e-7404-42d4-ad71-c242c0c49396"}}' 2018-07-23 00:00:18,058 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d638a558-dc3a-48f1-ae73-96d3869d7039 Date: Mon, 23 Jul 2018 00:00:18 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-23T00:00:17Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "port_range_min": null, "revision_number": 0, "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:17Z", "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "7c5835b2-936d-436f-bec3-7a2c5e8183c4"}} 2018-07-23 00:00:18,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-d638a558-dc3a-48f1-ae73-96d3869d7039 2018-07-23 00:00:18,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.332080841064s 2018-07-23 00:00:18,059 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/security-group-rules.json used request id req-d638a558-dc3a-48f1-ae73-96d3869d7039 2018-07-23 00:00:18,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:18,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:18,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4631e629-0ba6-4fe1-9cce-32ebe4a57d95 Date: Mon, 23 Jul 2018 00:00:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc259f42-b121-426e-9b16-3886189581dc"],"updated_at":"2018-07-23T00:00:10Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:18,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-4631e629-0ba6-4fe1-9cce-32ebe4a57d95 2018-07-23 00:00:18,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.423978805542s 2018-07-23 00:00:18,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-4631e629-0ba6-4fe1-9cce-32ebe4a57d95 2018-07-23 00:00:18,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 00:00:18,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:18,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-b16d5aaa-41e0-4bb8-be91-f12ef19f43e8 Date: Mon, 23 Jul 2018 00:00:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "metadata": {}}], "file": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file", "owner": "5de41808c8ea48e5bf14158aea76b8e8", "id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "size": 12716032, "self": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T00:00:15Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T00:00:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 00:00:18,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-b16d5aaa-41e0-4bb8-be91-f12ef19f43e8 2018-07-23 00:00:18,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2184009552s 2018-07-23 00:00:18,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-b16d5aaa-41e0-4bb8-be91-f12ef19f43e8 2018-07-23 00:00:18,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 00:00:18,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:18,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfb821e8-f7c6-4ac5-a054-7ef6eab20a11 x-compute-request-id: req-dfb821e8-f7c6-4ac5-a054-7ef6eab20a11 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "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": "24b27583-5a0f-4ad3-bc10-f6b473212fef"}]} 2018-07-23 00:00:18,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-dfb821e8-f7c6-4ac5-a054-7ef6eab20a11 2018-07-23 00:00:18,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0486750602722s 2018-07-23 00:00:18,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-dfb821e8-f7c6-4ac5-a054-7ef6eab20a11 2018-07-23 00:00:18,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 00:00:18,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"server": {"name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "imageRef": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "flavorRef": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8269c465-0f95-4279-bdb4-8f86a8389dbe"}], "security_groups": [{"name": "296eba1e-7404-42d4-ad71-c242c0c49396"}]}}' 2018-07-23 00:00:20,421 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c99720e9-af53-4f36-bca2-2c5aebc1d839 x-compute-request-id: req-c99720e9-af53-4f36-bca2-2c5aebc1d839 Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "296eba1e-7404-42d4-ad71-c242c0c49396"}], "OS-DCF:diskConfig": "MANUAL", "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "adminPass": "2D9BzyQ9t8gv"}} 2018-07-23 00:00:20,421 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-c99720e9-af53-4f36-bca2-2c5aebc1d839 2018-07-23 00:00:20,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.66062307358s 2018-07-23 00:00:20,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-c99720e9-af53-4f36-bca2-2c5aebc1d839 2018-07-23 00:00:20,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:20,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:20,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adbd65d5-0df6-4722-8ccd-2cb1a88a7612 x-compute-request-id: req-adbd65d5-0df6-4722-8ccd-2cb1a88a7612 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:20,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-adbd65d5-0df6-4722-8ccd-2cb1a88a7612 2018-07-23 00:00:20,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460120916367s 2018-07-23 00:00:20,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-adbd65d5-0df6-4722-8ccd-2cb1a88a7612 2018-07-23 00:00:20,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:20,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:21,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-47f618d1-4791-4898-aa70-a2475d1ebeb6 Date: Mon, 23 Jul 2018 00:00:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc259f42-b121-426e-9b16-3886189581dc"],"updated_at":"2018-07-23T00:00:10Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:21,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-47f618d1-4791-4898-aa70-a2475d1ebeb6 2018-07-23 00:00:21,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121201038361s 2018-07-23 00:00:21,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-47f618d1-4791-4898-aa70-a2475d1ebeb6 2018-07-23 00:00:21,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 00:00:21,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:21,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c9b5977d-9100-4fbb-879e-22ce76d70531 Date: Mon, 23 Jul 2018 00:00:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T00:00:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"dc259f42-b121-426e-9b16-3886189581dc","subnetpool_id":null,"name":"cinder_test-subnet_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:21,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c9b5977d-9100-4fbb-879e-22ce76d70531 2018-07-23 00:00:21,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216620922089s 2018-07-23 00:00:21,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-c9b5977d-9100-4fbb-879e-22ce76d70531 2018-07-23 00:00:21,230 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:23,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:23,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bb5e2f5-1f2f-41c6-950d-99eaec61f893 x-compute-request-id: req-5bb5e2f5-1f2f-41c6-950d-99eaec61f893 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.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:21Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:23,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5bb5e2f5-1f2f-41c6-950d-99eaec61f893 2018-07-23 00:00:23,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534471035004s 2018-07-23 00:00:23,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-5bb5e2f5-1f2f-41c6-950d-99eaec61f893 2018-07-23 00:00:23,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:25,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:25,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:27,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd6f6e3e-d1a2-438f-aab0-30f79872acec x-compute-request-id: req-fd6f6e3e-d1a2-438f-aab0-30f79872acec 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.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:21Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:27,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd6f6e3e-d1a2-438f-aab0-30f79872acec 2018-07-23 00:00:27,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38050413132s 2018-07-23 00:00:27,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-fd6f6e3e-d1a2-438f-aab0-30f79872acec 2018-07-23 00:00:27,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:29,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:29,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:29,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1453a875-56f0-493d-8e7e-cee51b624bf7 x-compute-request-id: req-1453a875-56f0-493d-8e7e-cee51b624bf7 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:29,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1453a875-56f0-493d-8e7e-cee51b624bf7 2018-07-23 00:00:29,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70662689209s 2018-07-23 00:00:29,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1453a875-56f0-493d-8e7e-cee51b624bf7 2018-07-23 00:00:29,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:29,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:30,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1a5c72fb-aff8-49a7-b7b8-a686dce4b588 Date: Mon, 23 Jul 2018 00:00:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:22Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:26Z","binding:vnic_type":"normal","device_id":"0a045dca-e45f-4b97-8b45-68bfeda6656d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:3b:8f:04","id":"2345d8a0-802b-4b45-a46a-a897e0ee8923","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:30,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-1a5c72fb-aff8-49a7-b7b8-a686dce4b588 2018-07-23 00:00:30,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.261194944382s 2018-07-23 00:00:30,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-1a5c72fb-aff8-49a7-b7b8-a686dce4b588 2018-07-23 00:00:30,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:00:30,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:30,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7953c7a6-be99-4001-a3bb-e1f779692cd8 Date: Mon, 23 Jul 2018 00:00:30 GMT RESP BODY: {"floatingips": []} 2018-07-23 00:00:30,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923 used request id req-7953c7a6-be99-4001-a3bb-e1f779692cd8 2018-07-23 00:00:30,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0243198871613s 2018-07-23 00:00:30,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923 used request id req-7953c7a6-be99-4001-a3bb-e1f779692cd8 2018-07-23 00:00:30,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:30,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:30,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6671e54e-b92a-414d-8155-8cfff0294ab8 x-compute-request-id: req-6671e54e-b92a-414d-8155-8cfff0294ab8 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:30,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6671e54e-b92a-414d-8155-8cfff0294ab8 2018-07-23 00:00:30,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.59712600708s 2018-07-23 00:00:30,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-6671e54e-b92a-414d-8155-8cfff0294ab8 2018-07-23 00:00:30,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:30,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:30,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-89af2dd1-15af-4184-bbad-1548226033f1 Date: Mon, 23 Jul 2018 00:00:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:22Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:26Z","binding:vnic_type":"normal","device_id":"0a045dca-e45f-4b97-8b45-68bfeda6656d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:3b:8f:04","id":"2345d8a0-802b-4b45-a46a-a897e0ee8923","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:30,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-89af2dd1-15af-4184-bbad-1548226033f1 2018-07-23 00:00:30,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0583062171936s 2018-07-23 00:00:30,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-89af2dd1-15af-4184-bbad-1548226033f1 2018-07-23 00:00:30,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:00:30,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:31,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-73c384fe-fe7d-443b-aa87-64dc769f9c79 Date: Mon, 23 Jul 2018 00:00:31 GMT RESP BODY: {"floatingips": []} 2018-07-23 00:00:31,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923 used request id req-73c384fe-fe7d-443b-aa87-64dc769f9c79 2018-07-23 00:00:31,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.260077953339s 2018-07-23 00:00:31,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=2345d8a0-802b-4b45-a46a-a897e0ee8923 used request id req-73c384fe-fe7d-443b-aa87-64dc769f9c79 2018-07-23 00:00:31,094 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:8f:04', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'24b0b648-bbaa-4a87-9d72-8db7fa633d3f'}), 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-23T00:00:26.000000', 'flavor': Munch({u'id': u'24b27583-5a0f-4ad3-bc10-f6b473212fef'}), 'az': u'nova', 'id': u'0a045dca-e45f-4b97-8b45-68bfeda6656d', 'security_groups': [Munch({u'name': u'cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2813e533cb5d48568bfbbcbe61610a7e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', '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-23T00:00:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T00:00:26Z', 'hostId': u'935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad', '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-23T00:00:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': u'cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9', 'adminPass': None, 'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'created_at': u'2018-07-23T00:00:20Z', 'created': u'2018-07-23T00:00:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 00:00:31,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:31,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:31,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b40b8884-0cbf-44fb-b36b-65777ed5fe59 Date: Mon, 23 Jul 2018 00:00:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc259f42-b121-426e-9b16-3886189581dc"],"updated_at":"2018-07-23T00:00:10Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:31,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b40b8884-0cbf-44fb-b36b-65777ed5fe59 2018-07-23 00:00:31,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109681844711s 2018-07-23 00:00:31,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b40b8884-0cbf-44fb-b36b-65777ed5fe59 2018-07-23 00:00:31,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:31,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:31,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d391b89a-e622-4d8e-b911-924e23c573b3 Date: Mon, 23 Jul 2018 00:00:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:22Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:26Z","binding:vnic_type":"normal","device_id":"0a045dca-e45f-4b97-8b45-68bfeda6656d","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:3b:8f:04","id":"2345d8a0-802b-4b45-a46a-a897e0ee8923","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:31,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-d391b89a-e622-4d8e-b911-924e23c573b3 2018-07-23 00:00:31,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.240858078003s 2018-07-23 00:00:31,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-d391b89a-e622-4d8e-b911-924e23c573b3 2018-07-23 00:00:31,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 00:00:31,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"floatingip": {"floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.14", "port_id": "2345d8a0-802b-4b45-a46a-a897e0ee8923"}}' 2018-07-23 00:00:33,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-93e0f070-7006-4b90-9958-c42a5fa8937d Date: Mon, 23 Jul 2018 00:00:33 GMT RESP BODY: {"floatingip": {"router_id": "9267a86c-8f6f-4407-9928-669649cbcc4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T00:00:32Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "2345d8a0-802b-4b45-a46a-a897e0ee8923", "id": "2dadf4db-ab78-4fbd-857b-6c34d496ea56", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:32Z", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}} 2018-07-23 00:00:33,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-93e0f070-7006-4b90-9958-c42a5fa8937d 2018-07-23 00:00:33,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.61057496071s 2018-07-23 00:00:33,062 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-93e0f070-7006-4b90-9958-c42a5fa8937d 2018-07-23 00:00:33,065 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9267a86c-8f6f-4407-9928-669649cbcc4a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'created_at': u'2018-07-23T00:00:32Z', 'attached': True, 'updated_at': u'2018-07-23T00:00:32Z', 'id': u'2dadf4db-ab78-4fbd-857b-6c34d496ea56', 'floating_network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.218', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9267a86c-8f6f-4407-9928-669649cbcc4a', 'project_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'port_id': u'2345d8a0-802b-4b45-a46a-a897e0ee8923', 'port': u'2345d8a0-802b-4b45-a46a-a897e0ee8923', 'network': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563'}) 2018-07-23 00:00:33,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 00:00:33,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 00:00:33,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-0167ee1f-e45a-43ba-8fae-95a8f523e2c6 x-compute-request-id: req-0167ee1f-e45a-43ba-8fae-95a8f523e2c6 Content-Encoding: gzip Content-Length: 9582 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 477912192 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.145207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.147012] pid_max: default: 32768 minimum: 301\n[ 0.147992] ACPI: Core revision 20150930\n[ 0.149443] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150865] Security Framework initialized\n[ 0.151751] Yama: becoming mindful.\n[ 0.152553] AppArmor: AppArmor initialized\n[ 0.153474] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154902] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156285] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157586] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159095] Initializing cgroup subsys io\n[ 0.159970] Initializing cgroup subsys memory\n[ 0.160904] Initializing cgroup subsys devices\n[ 0.161854] Initializing cgroup subsys freezer\n[ 0.162793] Initializing cgroup subsys net_cls\n[ 0.163734] Initializing cgroup subsys perf_event\n[ 0.164727] Initializing cgroup subsys net_prio\n[ 0.165680] Initializing cgroup subsys hugetlb\n[ 0.166611] Initializing cgroup subsys pids\n[ 0.167541] CPU: Physical Processor ID: 0\n[ 0.169106] mce: CPU supports 10 MCE banks\n[ 0.170021] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171099] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.187068] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193206] ftrace: allocating 31920 entries in 125 pages\n[ 0.218200] smpboot: Max logical packages: 1\n[ 0.219128] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220583] x2apic enabled\n[ 0.221441] Switched APIC routing to physical x2apic.\n[ 0.223236] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224440] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228603] KVM setup paravirtual spinlock\n[ 0.230013] x86: Booted up 1 node, 1 CPUs\n[ 0.230893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232390] devtmpfs: initialized\n[ 0.234148] evm: security.selinux\n[ 0.234900] evm: security.SMACK64\n[ 0.235638] evm: security.SMACK64EXEC\n[ 0.236439] evm: security.SMACK64TRANSMUTE\n[ 0.237310] evm: security.SMACK64MMAP\n[ 0.238110] evm: security.ima\n[ 0.238802] evm: security.capability\n[ 0.239661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241679] pinctrl core: initialized pinctrl subsystem\n[ 0.242855] RTC time: 0:00:26, date: 07/23/18\n[ 0.243884] NET: Registered protocol family 16\n[ 0.244940] cpuidle: using governor ladder\n[ 0.245827] cpuidle: using governor menu\n[ 0.246677] PCCT header not found.\n[ 0.247483] ACPI: bus type PCI registered\n[ 0.248348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249693] PCI: Using configuration type 1 for base access\n[ 0.251558] ACPI: Added _OSI(Module Device)\n[ 0.252463] ACPI: Added _OSI(Processor Device)\n[ 0.253385] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254350] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256193] ACPI: Interpreter enabled\n[ 0.257019] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.259007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.261001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264984] ACPI: (supports S0 S5)\n[ 0.265744] ACPI: Using IOAPIC for interrupt routing\n[ 0.266777] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271263] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272592] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273880] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276272] acpiphp: Slot [3] registered\n[ 0.277141] acpiphp: Slot [4] registered\n[ 0.278009] acpiphp: Slot [5] registered\n[ 0.278878] acpiphp: Slot [6] registered\n[ 0.279750] acpiphp: Slot [7] registered\n[ 0.280606] acpiphp: Slot [8] registered\n[ 0.281464] acpiphp: Slot [9] registered\n[ 0.282316] acpiphp: Slot [10] registered\n[ 0.283192] acpiphp: Slot [11] registered\n[ 0.284064] acpiphp: Slot [12] registered\n[ 0.284937] acpiphp: Slot [13] registered\n[ 0.285804] acpiphp: Slot [14] registered\n[ 0.286690] acpiphp: Slot [15] registered\n[ 0.297926] acpiphp: Slot [16] registered\n[ 0.298823] acpiphp: Slot [17] registered\n[ 0.299698] acpiphp: Slot [18] registered\n[ 0.300566] acpiphp: Slot [19] registered\n[ 0.301433] acpiphp: Slot [20] registered\n[ 0.302302] acpiphp: Slot [21] registered\n[ 0.303179] acpiphp: Slot [22] registered\n[ 0.304047] acpiphp: Slot [23] registered\n[ 0.304922] acpiphp: Slot [24] registered\n[ 0.305791] acpiphp: Slot [25] registered\n[ 0.306698] acpiphp: Slot [26] registered\n[ 0.307564] acpiphp: Slot [27] registered\n[ 0.308432] acpiphp: Slot [28] registered\n[ 0.309293] acpiphp: Slot [29] registered\n[ 0.310158] acpiphp: Slot [30] registered\n[ 0.311030] acpiphp: Slot [31] registered\n[ 0.311895] PCI host bridge to bus 0000:00\n[ 0.312762] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.315364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318464] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320036] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324753] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331047] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332735] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352351] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354354] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357317] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358754] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360103] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361451] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362563] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364210] vgaarb: loaded\n[ 0.364835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366113] SCSI subsystem initialized\n[ 0.367058] ACPI: bus type USB registered\n[ 0.367936] usbcore: registered new interface driver usbfs\n[ 0.369025] usbcore: registered new interface driver hub\n[ 0.370113] usbcore: registered new device driver usb\n[ 0.371277] PCI: Using ACPI for IRQ routing\n[ 0.372438] NetLabel: Initializing\n[ 0.373185] NetLabel: domain hash size = 128\n[ 0.374077] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375078] NetLabel: unlabeled traffic allowed by default\n[ 0.376284] clocksource: Switched to clocksource kvm-clock\n[ 0.384458] AppArmor: AppArmor Filesystem Enabled\n[ 0.385476] pnp: PnP ACPI init\n[ 0.386432] pnp: PnP ACPI: found 5 devices\n[ 0.392777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394571] NET: Registered protocol family 2\n[ 0.395653] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397005] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398276] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399545] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400753] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401998] NET: Registered protocol family 1\n[ 0.402921] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404081] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405218] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419053] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433115] Trying to unpack rootfs image as initramfs...\n[ 0.489699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491478] Scanning for low memory corruption every 60 seconds\n[ 0.492914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494147] audit: initializing netlink subsys (disabled)\n[ 0.495222] audit: type=2000 audit(1532304026.890:1): initialized\n[ 0.496658] Initialise system trusted keyring\n[ 0.497673] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498919] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501131] zbud: loaded\n[ 0.501920] VFS: Disk quotas dquot_6.6.0\n[ 0.502787] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504458] fuse init (API version 7.23)\n[ 0.505401] Key type big_key registered\n[ 0.506242] Allocating IMA MOK and blacklist keyrings.\n[ 0.507534] Key type asymmetric registered\n[ 0.508415] Asymmetric key parser 'x509' registered\n[ 0.509416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510978] io scheduler noop registered\n[ 0.511850] io scheduler deadline registered (default)\n[ 0.512906] io scheduler cfq registered\n[ 0.513798] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514897] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517752] ACPI: Power Button [PWRF]\n[ 0.518643] GHES: HEST is not enabled!\n[ 0.532075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587996] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590885] Linux agpgart interface v0.103\n[ 0.593854] brd: module loaded\n[ 0.595586] loop: module loaded\n[ 0.600216] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601787] GPT:90111 != 2097151\n[ 0.602518] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603740] GPT:90111 != 2097151\n[ 0.604480] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605559] vda: vda1 vda15\n[ 0.607105] scsi host0: ata_piix\n[ 0.607963] scsi host1: ata_piix\n[ 0.608749] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.610075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.611688] libphy: Fixed MDIO Bus: probed\n[ 0.612587] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613626] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616308] PPP generic driver version 2.4.2\n[ 0.617427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618782] ehci-pci: EHCI PCI platform driver\n[ 0.619742] ehci-platform: EHCI generic platform driver\n[ 0.620821] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622063] ohci-pci: OHCI PCI platform driver\n[ 0.623023] ohci-platform: OHCI generic platform driver\n[ 0.624110] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638705] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639837] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641425] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642523] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.643839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645164] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646695] usb usb1: Product: UHCI Host Controller\n[ 0.647695] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649996] hub 1-0:1.0: USB hub found\n[ 0.650846] hub 1-0:1.0: 2 ports detected\n[ 0.651946] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654293] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655364] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656531] mousedev: PS/2 mouse device common for all mice\n[ 0.658053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660082] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663912] i2c /dev entries driver\n[ 0.664792] device-mapper: uevent: version 1.0.3\n[ 0.665855] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667656] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669521] NET: Registered protocol family 10\n[ 0.670974] NET: Registered protocol family 17\n[ 0.671979] Key type dns_resolver registered\n[ 0.673263] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674468] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676494] registered taskstats version 1\n[ 0.677457] Loading compiled-in X.509 certificates\n[ 0.679092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681169] zswap: loaded using pool lzo/zbud\n[ 0.683272] Key type trusted registered\n[ 0.685170] Key type encrypted registered\n[ 0.686072] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687209] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688385] evm: HMAC attrs: 0x1\n[ 0.689463] Magic number: 10:691:1\n[ 0.690402] rtc_cmos 00:00: setting system clock to 2018-07-23 00:00:27 UTC (1532304027)\n[ 0.692186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693415] EDD information not available.\n[ 0.770542] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.782848] Write protecting the kernel read-only data: 14336k\n[ 0.786550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788664] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.948243] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFSwjNGII2mxFgED2UNUtumwBdtQGDUCO4AL1LIC88NeTApSL9KzYxw4MCiY0abXfKqehGk32mdNVnTMIxprPwpiboF1OdKR2o0zVX+NkGapN4XDMqSeqUEY9lI9BD2y5+nh+wZtE68FOQaRrTFeBvUrii1VsahCmm0reD95F/epZP9ArK1MxhWExQMEDEGwkR5oO/84YKHr1ByLeQS5tArMhe7UooWA434KJV40MGsmegnXgcKBksoGkm9w8k1iwSv7wqJu4MBj2qOcV8Ekw4B7BdQDUJfmoCSownLNzPoxKTfMetMTZGuUZXiHH+OKMnK0C2p5AGnKk76Q4efsKD root@cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9\nssh-dss AAAAB3NzaC1kc3MAAACBANQ630UAO4zWvvFDiPAjsGhA8d1ux4nO71uJ3brBiMJl03WAIuutdhcXgiTJYeLfo686TsWlycgPPFZo0XnRX7VQmcFsT7/rEiSX6Q2Cv4hHs18o+N9xI3W+rmaske7ytsJMcYtLiNqUgiGbRV/RiUIjQQKsyuoqOR0wY8T7MP51AAAAFQD9/5L4vyO27DpXpd5sKutJEBFYjQAAAIEAkRvMnjBD3FPYBX0gQmMFh/tdzEa24g9Wq4VzHRztiXZcmvnKHU265C/ImIVWBUFUtjMHtazjApwffc69bDi/p7IUluHauWBhYqQsQvIncDtlgy78HMOfgvPy7+FEQJAx841APH4MH6AwDw5juL17AzhvEgfJ6nbNCiRBGNH+TlQAAACAW4AKMaDOj6F/qS4fgLa+xfihoJawHyDVWsKCjGgV6FT2YurE5Su0kpZ1lT0jf9JQd7cn1nIdG+1yyrZZQ+zWW1Z++NubYLtn2CNByUYe0oZM/9kHMHQp3ZR8qeJjwx1xvvn9EY5WvJCeeKNsMMpdriywiBw5pPKMwpqWxGzUDcc= root@cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe3b:8f04/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.70 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9 login: "} 2018-07-23 00:00:33,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/action used request id req-0167ee1f-e45a-43ba-8fae-95a8f523e2c6 2018-07-23 00:00:33,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108083963394s 2018-07-23 00:00:33,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/action used request id req-0167ee1f-e45a-43ba-8fae-95a8f523e2c6 2018-07-23 00:00:33,175 - 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 477912192 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.145207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.147012] pid_max: default: 32768 minimum: 301 [ 0.147992] ACPI: Core revision 20150930 [ 0.149443] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150865] Security Framework initialized [ 0.151751] Yama: becoming mindful. [ 0.152553] AppArmor: AppArmor initialized [ 0.153474] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154902] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156285] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157586] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159095] Initializing cgroup subsys io [ 0.159970] Initializing cgroup subsys memory [ 0.160904] Initializing cgroup subsys devices [ 0.161854] Initializing cgroup subsys freezer [ 0.162793] Initializing cgroup subsys net_cls [ 0.163734] Initializing cgroup subsys perf_event [ 0.164727] Initializing cgroup subsys net_prio [ 0.165680] Initializing cgroup subsys hugetlb [ 0.166611] Initializing cgroup subsys pids [ 0.167541] CPU: Physical Processor ID: 0 [ 0.169106] mce: CPU supports 10 MCE banks [ 0.170021] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171099] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.187068] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.193206] ftrace: allocating 31920 entries in 125 pages [ 0.218200] smpboot: Max logical packages: 1 [ 0.219128] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220583] x2apic enabled [ 0.221441] Switched APIC routing to physical x2apic. [ 0.223236] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.224440] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.228603] KVM setup paravirtual spinlock [ 0.230013] x86: Booted up 1 node, 1 CPUs [ 0.230893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.232390] devtmpfs: initialized [ 0.234148] evm: security.selinux [ 0.234900] evm: security.SMACK64 [ 0.235638] evm: security.SMACK64EXEC [ 0.236439] evm: security.SMACK64TRANSMUTE [ 0.237310] evm: security.SMACK64MMAP [ 0.238110] evm: security.ima [ 0.238802] evm: security.capability [ 0.239661] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241679] pinctrl core: initialized pinctrl subsystem [ 0.242855] RTC time: 0:00:26, date: 07/23/18 [ 0.243884] NET: Registered protocol family 16 [ 0.244940] cpuidle: using governor ladder [ 0.245827] cpuidle: using governor menu [ 0.246677] PCCT header not found. [ 0.247483] ACPI: bus type PCI registered [ 0.248348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.249693] PCI: Using configuration type 1 for base access [ 0.251558] ACPI: Added _OSI(Module Device) [ 0.252463] ACPI: Added _OSI(Processor Device) [ 0.253385] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.254350] ACPI: Added _OSI(Processor Aggregator Device) [ 0.256193] ACPI: Interpreter enabled [ 0.257019] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.259007] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.261001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.264984] ACPI: (supports S0 S5) [ 0.265744] ACPI: Using IOAPIC for interrupt routing [ 0.266777] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.270029] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.271263] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.272592] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273880] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.276272] acpiphp: Slot [3] registered [ 0.277141] acpiphp: Slot [4] registered [ 0.278009] acpiphp: Slot [5] registered [ 0.278878] acpiphp: Slot [6] registered [ 0.279750] acpiphp: Slot [7] registered [ 0.280606] acpiphp: Slot [8] registered [ 0.281464] acpiphp: Slot [9] registered [ 0.282316] acpiphp: Slot [10] registered [ 0.283192] acpiphp: Slot [11] registered [ 0.284064] acpiphp: Slot [12] registered [ 0.284937] acpiphp: Slot [13] registered [ 0.285804] acpiphp: Slot [14] registered [ 0.286690] acpiphp: Slot [15] registered [ 0.297926] acpiphp: Slot [16] registered [ 0.298823] acpiphp: Slot [17] registered [ 0.299698] acpiphp: Slot [18] registered [ 0.300566] acpiphp: Slot [19] registered [ 0.301433] acpiphp: Slot [20] registered [ 0.302302] acpiphp: Slot [21] registered [ 0.303179] acpiphp: Slot [22] registered [ 0.304047] acpiphp: Slot [23] registered [ 0.304922] acpiphp: Slot [24] registered [ 0.305791] acpiphp: Slot [25] registered [ 0.306698] acpiphp: Slot [26] registered [ 0.307564] acpiphp: Slot [27] registered [ 0.308432] acpiphp: Slot [28] registered [ 0.309293] acpiphp: Slot [29] registered [ 0.310158] acpiphp: Slot [30] registered [ 0.311030] acpiphp: Slot [31] registered [ 0.311895] PCI host bridge to bus 0000:00 [ 0.312762] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.314061] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.315364] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316915] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.318464] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324753] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326018] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.331047] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332735] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352351] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354354] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355850] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357317] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358754] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360103] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361451] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362563] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364210] vgaarb: loaded [ 0.364835] vgaarb: bridge control possible 0000:00:02.0 [ 0.366113] SCSI subsystem initialized [ 0.367058] ACPI: bus type USB registered [ 0.367936] usbcore: registered new interface driver usbfs [ 0.369025] usbcore: registered new interface driver hub [ 0.370113] usbcore: registered new device driver usb [ 0.371277] PCI: Using ACPI for IRQ routing [ 0.372438] NetLabel: Initializing [ 0.373185] NetLabel: domain hash size = 128 [ 0.374077] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375078] NetLabel: unlabeled traffic allowed by default [ 0.376284] clocksource: Switched to clocksource kvm-clock [ 0.384458] AppArmor: AppArmor Filesystem Enabled [ 0.385476] pnp: PnP ACPI init [ 0.386432] pnp: PnP ACPI: found 5 devices [ 0.392777] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394571] NET: Registered protocol family 2 [ 0.395653] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397005] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398276] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399545] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400753] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401998] NET: Registered protocol family 1 [ 0.402921] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404081] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405218] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419053] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433115] Trying to unpack rootfs image as initramfs... [ 0.489699] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.491478] Scanning for low memory corruption every 60 seconds [ 0.492914] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.494147] audit: initializing netlink subsys (disabled) [ 0.495222] audit: type=2000 audit(1532304026.890:1): initialized [ 0.496658] Initialise system trusted keyring [ 0.497673] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498919] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501131] zbud: loaded [ 0.501920] VFS: Disk quotas dquot_6.6.0 [ 0.502787] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504458] fuse init (API version 7.23) [ 0.505401] Key type big_key registered [ 0.506242] Allocating IMA MOK and blacklist keyrings. [ 0.507534] Key type asymmetric registered [ 0.508415] Asymmetric key parser 'x509' registered [ 0.509416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510978] io scheduler noop registered [ 0.511850] io scheduler deadline registered (default) [ 0.512906] io scheduler cfq registered [ 0.513798] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514897] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516227] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517752] ACPI: Power Button [PWRF] [ 0.518643] GHES: HEST is not enabled! [ 0.532075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559543] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587996] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590885] Linux agpgart interface v0.103 [ 0.593854] brd: module loaded [ 0.595586] loop: module loaded [ 0.600216] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601787] GPT:90111 != 2097151 [ 0.602518] GPT:Alternate GPT header not at the end of the disk. [ 0.603740] GPT:90111 != 2097151 [ 0.604480] GPT: Use GNU Parted to correct GPT errors. [ 0.605559] vda: vda1 vda15 [ 0.607105] scsi host0: ata_piix [ 0.607963] scsi host1: ata_piix [ 0.608749] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.610075] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.611688] libphy: Fixed MDIO Bus: probed [ 0.612587] tun: Universal TUN/TAP device driver, 1.6 [ 0.613626] tun: (C) 1999-2004 Max Krasnyansky [ 0.616308] PPP generic driver version 2.4.2 [ 0.617427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618782] ehci-pci: EHCI PCI platform driver [ 0.619742] ehci-platform: EHCI generic platform driver [ 0.620821] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622063] ohci-pci: OHCI PCI platform driver [ 0.623023] ohci-platform: OHCI generic platform driver [ 0.624110] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638705] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639837] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641425] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642523] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.643839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645164] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646695] usb usb1: Product: UHCI Host Controller [ 0.647695] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648923] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649996] hub 1-0:1.0: USB hub found [ 0.650846] hub 1-0:1.0: 2 ports detected [ 0.651946] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654293] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655364] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656531] mousedev: PS/2 mouse device common for all mice [ 0.658053] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.660082] rtc_cmos 00:00: RTC can wake from S4 [ 0.661321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.662610] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663912] i2c /dev entries driver [ 0.664792] device-mapper: uevent: version 1.0.3 [ 0.665855] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.667656] ledtrig-cpu: registered to indicate activity on CPUs [ 0.669521] NET: Registered protocol family 10 [ 0.670974] NET: Registered protocol family 17 [ 0.671979] Key type dns_resolver registered [ 0.673263] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674468] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676494] registered taskstats version 1 [ 0.677457] Loading compiled-in X.509 certificates [ 0.679092] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681169] zswap: loaded using pool lzo/zbud [ 0.683272] Key type trusted registered [ 0.685170] Key type encrypted registered [ 0.686072] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687209] ima: No TPM chip found, activating TPM-bypass! [ 0.688385] evm: HMAC attrs: 0x1 [ 0.689463] Magic number: 10:691:1 [ 0.690402] rtc_cmos 00:00: setting system clock to 2018-07-23 00:00:27 UTC (1532304027) [ 0.692186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693415] EDD information not available. [ 0.770542] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.782848] Write protecting the kernel read-only data: 14336k [ 0.786550] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788664] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 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.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.948243] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFSwjNGII2mxFgED2UNUtumwBdtQGDUCO4AL1LIC88NeTApSL9KzYxw4MCiY0abXfKqehGk32mdNVnTMIxprPwpiboF1OdKR2o0zVX+NkGapN4XDMqSeqUEY9lI9BD2y5+nh+wZtE68FOQaRrTFeBvUrii1VsahCmm0reD95F/epZP9ArK1MxhWExQMEDEGwkR5oO/84YKHr1ByLeQS5tArMhe7UooWA434KJV40MGsmegnXgcKBksoGkm9w8k1iwSv7wqJu4MBj2qOcV8Ekw4B7BdQDUJfmoCSownLNzPoxKTfMetMTZGuUZXiHH+OKMnK0C2p5AGnKk76Q4efsKD root@cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9 ssh-dss AAAAB3NzaC1kc3MAAACBANQ630UAO4zWvvFDiPAjsGhA8d1ux4nO71uJ3brBiMJl03WAIuutdhcXgiTJYeLfo686TsWlycgPPFZo0XnRX7VQmcFsT7/rEiSX6Q2Cv4hHs18o+N9xI3W+rmaske7ytsJMcYtLiNqUgiGbRV/RiUIjQQKsyuoqOR0wY8T7MP51AAAAFQD9/5L4vyO27DpXpd5sKutJEBFYjQAAAIEAkRvMnjBD3FPYBX0gQmMFh/tdzEa24g9Wq4VzHRztiXZcmvnKHU265C/ImIVWBUFUtjMHtazjApwffc69bDi/p7IUluHauWBhYqQsQvIncDtlgy78HMOfgvPy7+FEQJAx841APH4MH6AwDw5juL17AzhvEgfJ6nbNCiRBGNH+TlQAAACAW4AKMaDOj6F/qS4fgLa+xfihoJawHyDVWsKCjGgV6FT2YurE5Su0kpZ1lT0jf9JQd7cn1nIdG+1yyrZZQ+zWW1Z++NubYLtn2CNByUYe0oZM/9kHMHQp3ZR8qeJjwx1xvvn9EY5WvJCeeKNsMMpdriywiBw5pPKMwpqWxGzUDcc= root@cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe3b:8f04/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-891568c3-a34e-4496-9621-2f0411abeeb9 login: 2018-07-23 00:00:35,179 - paramiko.transport - DEBUG - starting thread (client mode): 0xafb69a10L 2018-07-23 00:00:35,180 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 00:00:35,181 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 00:00:35,181 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 00:00:35,182 - 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-23 00:00:35,183 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 00:00:35,183 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 00:00:35,183 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 00:00:35,183 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 00:00:35,183 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 00:00:35,238 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 00:00:35,239 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 00:00:35,244 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.218: 10e44f2aa6c2b2f7165f03ef16257720 2018-07-23 00:00:35,245 - paramiko.transport - DEBUG - Trying discovered key 4643a6aaf88e5fdd847c2f6de05ea794 in /tmp/tmp7Q7HNZ 2018-07-23 00:00:35,278 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 00:00:35,285 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 00:00:35,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-23 00:00:35,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"volume": {"display_name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "size": "2"}}' 2018-07-23 00:00:36,646 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:00:35 GMT Server: Apache x-compute-request-id: req-fa2da488-01b9-4c61-b7a9-5d08a01b9f71 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa2da488-01b9-4c61-b7a9-5d08a01b9f71 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}} 2018-07-23 00:00:36,646 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes used request id req-fa2da488-01b9-4c61-b7a9-5d08a01b9f71 2018-07-23 00:00:36,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.33434200287s 2018-07-23 00:00:36,647 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes used request id req-fa2da488-01b9-4c61-b7a9-5d08a01b9f71 2018-07-23 00:00:36,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:00:36,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:37,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:36 GMT Server: Apache x-compute-request-id: req-7892844d-59f1-4ba3-9475-6a57b40b2f6a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7892844d-59f1-4ba3-9475-6a57b40b2f6a Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:00:36.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:00:37,582 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-7892844d-59f1-4ba3-9475-6a57b40b2f6a 2018-07-23 00:00:37,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.934064149857s 2018-07-23 00:00:37,582 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-7892844d-59f1-4ba3-9475-6a57b40b2f6a 2018-07-23 00:00:37,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:39,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:00:39,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:40,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:39 GMT Server: Apache x-compute-request-id: req-5a31b9ab-c2e7-4de4-8ee7-0a4ff4cc1725 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a31b9ab-c2e7-4de4-8ee7-0a4ff4cc1725 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:00:38.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:00:40,542 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-5a31b9ab-c2e7-4de4-8ee7-0a4ff4cc1725 2018-07-23 00:00:40,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.956114053726s 2018-07-23 00:00:40,543 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-5a31b9ab-c2e7-4de4-8ee7-0a4ff4cc1725 2018-07-23 00:00:40,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:40,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-828e54d5-8afe-4dc8-b35e-06b984a6f2c2 Date: Mon, 23 Jul 2018 00:00:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc259f42-b121-426e-9b16-3886189581dc"],"updated_at":"2018-07-23T00:00:10Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:40,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-828e54d5-8afe-4dc8-b35e-06b984a6f2c2 2018-07-23 00:00:40,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117105007172s 2018-07-23 00:00:40,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-828e54d5-8afe-4dc8-b35e-06b984a6f2c2 2018-07-23 00:00:40,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 00:00:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:40,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-75a53874-c07f-492b-8db9-8697c214d3af Date: Mon, 23 Jul 2018 00:00:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "metadata": {}}], "file": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file", "owner": "5de41808c8ea48e5bf14158aea76b8e8", "id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "size": 12716032, "self": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T00:00:15Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T00:00:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 00:00:40,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-75a53874-c07f-492b-8db9-8697c214d3af 2018-07-23 00:00:40,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201267957687s 2018-07-23 00:00:40,869 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-75a53874-c07f-492b-8db9-8697c214d3af 2018-07-23 00:00:40,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 00:00:40,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:40,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-5304ad46-5064-4dff-b2ee-2b448e09b2fa x-compute-request-id: req-5304ad46-5064-4dff-b2ee-2b448e09b2fa Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "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": "24b27583-5a0f-4ad3-bc10-f6b473212fef"}]} 2018-07-23 00:00:40,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-5304ad46-5064-4dff-b2ee-2b448e09b2fa 2018-07-23 00:00:40,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0270199775696s 2018-07-23 00:00:40,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-5304ad46-5064-4dff-b2ee-2b448e09b2fa 2018-07-23 00:00:40,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-23 00:00:40,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"server": {"name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "imageRef": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "flavorRef": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8269c465-0f95-4279-bdb4-8f86a8389dbe"}], "security_groups": [{"name": "296eba1e-7404-42d4-ad71-c242c0c49396"}]}}' 2018-07-23 00:00:42,614 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:00: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-b6009d41-2711-4c42-bc25-fbb64e14931e x-compute-request-id: req-b6009d41-2711-4c42-bc25-fbb64e14931e Content-Length: 403 location: http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "296eba1e-7404-42d4-ad71-c242c0c49396"}], "OS-DCF:diskConfig": "MANUAL", "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "adminPass": "VeH8wW3YhAFP"}} 2018-07-23 00:00:42,614 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b6009d41-2711-4c42-bc25-fbb64e14931e 2018-07-23 00:00:42,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.71487903595s 2018-07-23 00:00:42,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers used request id req-b6009d41-2711-4c42-bc25-fbb64e14931e 2018-07-23 00:00:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:42,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:43,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7674119e-aed5-4ce5-a2ec-b3a62edb0e71 x-compute-request-id: req-7674119e-aed5-4ce5-a2ec-b3a62edb0e71 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:43,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7674119e-aed5-4ce5-a2ec-b3a62edb0e71 2018-07-23 00:00:43,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572451114655s 2018-07-23 00:00:43,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7674119e-aed5-4ce5-a2ec-b3a62edb0e71 2018-07-23 00:00:43,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:45,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:45,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:46,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c01f11d-ecf4-48cc-8bdb-6dbb88e32d58 x-compute-request-id: req-7c01f11d-ecf4-48cc-8bdb-6dbb88e32d58 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:43Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:46,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7c01f11d-ecf4-48cc-8bdb-6dbb88e32d58 2018-07-23 00:00:46,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999316930771s 2018-07-23 00:00:46,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-7c01f11d-ecf4-48cc-8bdb-6dbb88e32d58 2018-07-23 00:00:46,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:48,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:48,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:48,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-a0deb18a-0161-46c4-b93f-50eed6ea587b x-compute-request-id: req-a0deb18a-0161-46c4-b93f-50eed6ea587b Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:43Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:48,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a0deb18a-0161-46c4-b93f-50eed6ea587b 2018-07-23 00:00:48,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669955015182s 2018-07-23 00:00:48,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a0deb18a-0161-46c4-b93f-50eed6ea587b 2018-07-23 00:00:48,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:00:50,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:51,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-a88d2320-6bc1-4ab2-9bcd-ef525c10f62d x-compute-request-id: req-a88d2320-6bc1-4ab2-9bcd-ef525c10f62d Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:48.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:48Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:51,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a88d2320-6bc1-4ab2-9bcd-ef525c10f62d 2018-07-23 00:00:51,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.928607940674s 2018-07-23 00:00:51,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a88d2320-6bc1-4ab2-9bcd-ef525c10f62d 2018-07-23 00:00:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:51,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:51,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fff684e1-ef13-42d5-ada4-d4dff1b7cb8d Date: Mon, 23 Jul 2018 00:00:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:43Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:48Z","binding:vnic_type":"normal","device_id":"1293210e-4c73-4894-8eba-aa5bd2d8ddb8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:8c:aa","id":"297fd263-22e5-4fca-b9c1-2782807ed792","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:51,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-fff684e1-ef13-42d5-ada4-d4dff1b7cb8d 2018-07-23 00:00:51,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582649707794s 2018-07-23 00:00:51,877 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-fff684e1-ef13-42d5-ada4-d4dff1b7cb8d 2018-07-23 00:00:51,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:00:51,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:51,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7343f87f-c4b6-48eb-a777-6e3cfe84fb5c Date: Mon, 23 Jul 2018 00:00:51 GMT RESP BODY: {"floatingips": []} 2018-07-23 00:00:51,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792 used request id req-7343f87f-c4b6-48eb-a777-6e3cfe84fb5c 2018-07-23 00:00:51,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0219161510468s 2018-07-23 00:00:51,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792 used request id req-7343f87f-c4b6-48eb-a777-6e3cfe84fb5c 2018-07-23 00:00:51,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:00:51,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:52,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00: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-1e9364c1-fa24-47bf-8132-bb44604d49d5 x-compute-request-id: req-1e9364c1-fa24-47bf-8132-bb44604d49d5 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:48.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:48Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:26Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:00:52,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1e9364c1-fa24-47bf-8132-bb44604d49d5 2018-07-23 00:00:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653914928436s 2018-07-23 00:00:52,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-1e9364c1-fa24-47bf-8132-bb44604d49d5 2018-07-23 00:00:52,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:52,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:52,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-50cdc436-ab2e-4bda-adda-24217f3f5dc3 Date: Mon, 23 Jul 2018 00:00:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:43Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:48Z","binding:vnic_type":"normal","device_id":"1293210e-4c73-4894-8eba-aa5bd2d8ddb8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:8c:aa","id":"297fd263-22e5-4fca-b9c1-2782807ed792","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:52,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-50cdc436-ab2e-4bda-adda-24217f3f5dc3 2018-07-23 00:00:52,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0569400787354s 2018-07-23 00:00:52,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-50cdc436-ab2e-4bda-adda-24217f3f5dc3 2018-07-23 00:00:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:00:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:52,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6d6c68f4-5bba-40c1-9a31-755aa28f32ce Date: Mon, 23 Jul 2018 00:00:52 GMT RESP BODY: {"floatingips": []} 2018-07-23 00:00:52,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792 used request id req-6d6c68f4-5bba-40c1-9a31-755aa28f32ce 2018-07-23 00:00:52,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0193729400635s 2018-07-23 00:00:52,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json?port_id=297fd263-22e5-4fca-b9c1-2782807ed792 used request id req-6d6c68f4-5bba-40c1-9a31-755aa28f32ce 2018-07-23 00:00:52,647 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:8c:aa', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'24b0b648-bbaa-4a87-9d72-8db7fa633d3f'}), 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-23T00:00:48.000000', 'flavor': Munch({u'id': u'24b27583-5a0f-4ad3-bc10-f6b473212fef'}), 'az': u'nova', 'id': u'1293210e-4c73-4894-8eba-aa5bd2d8ddb8', 'security_groups': [Munch({u'name': u'cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2813e533cb5d48568bfbbcbe61610a7e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', '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-23T00:00:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-23T00:00:48Z', 'hostId': u'7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6', '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-23T00:00:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': u'cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9', 'adminPass': None, 'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'created_at': u'2018-07-23T00:00:42Z', 'created': u'2018-07-23T00:00:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-23 00:00:52,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:00:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:52,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-baf12b98-7300-48b8-bacd-ff29077b617c Date: Mon, 23 Jul 2018 00:00:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dc259f42-b121-426e-9b16-3886189581dc"],"updated_at":"2018-07-23T00:00:10Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:00:52,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-baf12b98-7300-48b8-bacd-ff29077b617c 2018-07-23 00:00:52,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113373994827s 2018-07-23 00:00:52,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-baf12b98-7300-48b8-bacd-ff29077b617c 2018-07-23 00:00:52,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-23 00:00:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:00:52,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-dd13f7f9-9809-4256-b390-62c8c6365449 Date: Mon, 23 Jul 2018 00:00:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:43Z","admin_state_up":true,"updated_at":"2018-07-23T00:00:48Z","binding:vnic_type":"normal","device_id":"1293210e-4c73-4894-8eba-aa5bd2d8ddb8","device_owner":"compute:nova","revision_number":10,"mac_address":"fa:16:3e:5e:8c:aa","id":"297fd263-22e5-4fca-b9c1-2782807ed792","port_security_enabled":true,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","fixed_ips":[{"subnet_id":"dc259f42-b121-426e-9b16-3886189581dc","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["296eba1e-7404-42d4-ad71-c242c0c49396"],"name":""}]} 2018-07-23 00:00:52,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-dd13f7f9-9809-4256-b390-62c8c6365449 2018-07-23 00:00:52,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.226378917694s 2018-07-23 00:00:52,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json?device_id=1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-dd13f7f9-9809-4256-b390-62c8c6365449 2018-07-23 00:00:52,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-23 00:00:52,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"floatingip": {"floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.6", "port_id": "297fd263-22e5-4fca-b9c1-2782807ed792"}}' 2018-07-23 00:00:54,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-454ad90a-1cd4-4269-aa1a-14965ad65a55 Date: Mon, 23 Jul 2018 00:00:54 GMT RESP BODY: {"floatingip": {"router_id": "9267a86c-8f6f-4407-9928-669649cbcc4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T00:00:53Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "297fd263-22e5-4fca-b9c1-2782807ed792", "id": "97cb7203-f03a-4f80-a5b2-06120b15f6af", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:53Z", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}} 2018-07-23 00:00:54,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-454ad90a-1cd4-4269-aa1a-14965ad65a55 2018-07-23 00:00:54,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84567403793s 2018-07-23 00:00:54,839 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-454ad90a-1cd4-4269-aa1a-14965ad65a55 2018-07-23 00:00:54,842 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9267a86c-8f6f-4407-9928-669649cbcc4a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'created_at': u'2018-07-23T00:00:53Z', 'attached': True, 'updated_at': u'2018-07-23T00:00:53Z', 'id': u'97cb7203-f03a-4f80-a5b2-06120b15f6af', 'floating_network_id': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.214', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5de41808c8ea48e5bf14158aea76b8e8', 'name': 'cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9267a86c-8f6f-4407-9928-669649cbcc4a', 'project_id': u'5de41808c8ea48e5bf14158aea76b8e8', 'port_id': u'297fd263-22e5-4fca-b9c1-2782807ed792', 'port': u'297fd263-22e5-4fca-b9c1-2782807ed792', 'network': u'50ddcc8c-18af-4ef3-8283-353ceb1d0563'}) 2018-07-23 00:00:54,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-23 00:00:54,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-23 00:00:54,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:00:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a27b48e8-1583-4e3f-a5c7-0aed76b097fa x-compute-request-id: req-a27b48e8-1583-4e3f-a5c7-0aed76b097fa Content-Encoding: gzip Content-Length: 9574 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 484541460 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.154058] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.155753] pid_max: default: 32768 minimum: 301\n[ 0.156668] ACPI: Core revision 20150930\n[ 0.158086] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.159437] Security Framework initialized\n[ 0.160278] Yama: becoming mindful.\n[ 0.161029] AppArmor: AppArmor initialized\n[ 0.161922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.164594] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165848] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167311] Initializing cgroup subsys io\n[ 0.168149] Initializing cgroup subsys memory\n[ 0.169030] Initializing cgroup subsys devices\n[ 0.169933] Initializing cgroup subsys freezer\n[ 0.170823] Initializing cgroup subsys net_cls\n[ 0.171708] Initializing cgroup subsys perf_event\n[ 0.172646] Initializing cgroup subsys net_prio\n[ 0.173571] Initializing cgroup subsys hugetlb\n[ 0.174461] Initializing cgroup subsys pids\n[ 0.175354] CPU: Physical Processor ID: 0\n[ 0.176878] mce: CPU supports 10 MCE banks\n[ 0.177753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.178784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.200013] ftrace: allocating 31920 entries in 125 pages\n[ 0.226379] smpboot: Max logical packages: 1\n[ 0.227264] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228649] x2apic enabled\n[ 0.229489] Switched APIC routing to physical x2apic.\n[ 0.231257] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.232408] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.234541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.236383] KVM setup paravirtual spinlock\n[ 0.237737] x86: Booted up 1 node, 1 CPUs\n[ 0.238575] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.240010] devtmpfs: initialized\n[ 0.241753] evm: security.selinux\n[ 0.242476] evm: security.SMACK64\n[ 0.243189] evm: security.SMACK64EXEC\n[ 0.243953] evm: security.SMACK64TRANSMUTE\n[ 0.244779] evm: security.SMACK64MMAP\n[ 0.245543] evm: security.ima\n[ 0.246206] evm: security.capability\n[ 0.247039] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248954] pinctrl core: initialized pinctrl subsystem\n[ 0.250099] RTC time: 0:00:48, date: 07/23/18\n[ 0.251097] NET: Registered protocol family 16\n[ 0.252120] cpuidle: using governor ladder\n[ 0.252965] cpuidle: using governor menu\n[ 0.253772] PCCT header not found.\n[ 0.254553] ACPI: bus type PCI registered\n[ 0.255379] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.256661] PCI: Using configuration type 1 for base access\n[ 0.258481] ACPI: Added _OSI(Module Device)\n[ 0.259353] ACPI: Added _OSI(Processor Device)\n[ 0.260242] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262946] ACPI: Interpreter enabled\n[ 0.263733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271299] ACPI: (supports S0 S5)\n[ 0.272023] ACPI: Using IOAPIC for interrupt routing\n[ 0.272996] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278610] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282131] acpiphp: Slot [3] registered\n[ 0.282959] acpiphp: Slot [4] registered\n[ 0.283777] acpiphp: Slot [5] registered\n[ 0.284601] acpiphp: Slot [6] registered\n[ 0.285423] acpiphp: Slot [7] registered\n[ 0.286252] acpiphp: Slot [8] registered\n[ 0.287076] acpiphp: Slot [9] registered\n[ 0.287904] acpiphp: Slot [10] registered\n[ 0.288735] acpiphp: Slot [11] registered\n[ 0.289571] acpiphp: Slot [12] registered\n[ 0.290414] acpiphp: Slot [13] registered\n[ 0.291251] acpiphp: Slot [14] registered\n[ 0.292089] acpiphp: Slot [15] registered\n[ 0.303201] acpiphp: Slot [16] registered\n[ 0.304042] acpiphp: Slot [17] registered\n[ 0.304877] acpiphp: Slot [18] registered\n[ 0.305707] acpiphp: Slot [19] registered\n[ 0.306542] acpiphp: Slot [20] registered\n[ 0.307382] acpiphp: Slot [21] registered\n[ 0.308220] acpiphp: Slot [22] registered\n[ 0.309056] acpiphp: Slot [23] registered\n[ 0.309891] acpiphp: Slot [24] registered\n[ 0.310783] acpiphp: Slot [25] registered\n[ 0.311628] acpiphp: Slot [26] registered\n[ 0.312473] acpiphp: Slot [27] registered\n[ 0.313374] acpiphp: Slot [28] registered\n[ 0.314228] acpiphp: Slot [29] registered\n[ 0.315075] acpiphp: Slot [30] registered\n[ 0.315925] acpiphp: Slot [31] registered\n[ 0.316753] PCI host bridge to bus 0000:00\n[ 0.317593] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.318842] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.321599] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323095] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.324622] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.327987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.330527] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331847] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335503] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337200] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357134] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360949] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.362607] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365454] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366835] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369549] vgaarb: loaded\n[ 0.370178] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371466] SCSI subsystem initialized\n[ 0.372429] ACPI: bus type USB registered\n[ 0.373294] usbcore: registered new interface driver usbfs\n[ 0.374360] usbcore: registered new interface driver hub\n[ 0.375415] usbcore: registered new device driver usb\n[ 0.376561] PCI: Using ACPI for IRQ routing\n[ 0.377728] NetLabel: Initializing\n[ 0.378476] NetLabel: domain hash size = 128\n[ 0.379364] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380371] NetLabel: unlabeled traffic allowed by default\n[ 0.381740] clocksource: Switched to clocksource kvm-clock\n[ 0.390436] AppArmor: AppArmor Filesystem Enabled\n[ 0.391460] pnp: PnP ACPI init\n[ 0.392431] pnp: PnP ACPI: found 5 devices\n[ 0.398974] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.401136] NET: Registered protocol family 2\n[ 0.402426] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404099] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.405613] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407107] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409909] NET: Registered protocol family 1\n[ 0.410986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.412340] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.413668] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.450182] Trying to unpack rootfs image as initramfs...\n[ 0.508713] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510481] Scanning for low memory corruption every 60 seconds\n[ 0.511924] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513116] audit: initializing netlink subsys (disabled)\n[ 0.514207] audit: type=2000 audit(1532304049.134:1): initialized\n[ 0.515612] Initialise system trusted keyring\n[ 0.516582] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517786] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519956] zbud: loaded\n[ 0.520710] VFS: Disk quotas dquot_6.6.0\n[ 0.521563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523213] fuse init (API version 7.23)\n[ 0.524152] Key type big_key registered\n[ 0.524984] Allocating IMA MOK and blacklist keyrings.\n[ 0.526248] Key type asymmetric registered\n[ 0.527099] Asymmetric key parser 'x509' registered\n[ 0.528091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529620] io scheduler noop registered\n[ 0.530442] io scheduler deadline registered (default)\n[ 0.531473] io scheduler cfq registered\n[ 0.532348] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533416] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.536224] ACPI: Power Button [PWRF]\n[ 0.537114] GHES: HEST is not enabled!\n[ 0.550890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.579115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.581289] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.607977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612063] Linux agpgart interface v0.103\n[ 0.615968] brd: module loaded\n[ 0.617829] loop: module loaded\n[ 0.622759] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.624269] GPT:90111 != 2097151\n[ 0.624966] GPT:Alternate GPT header not at the end of the disk.\n[ 0.626098] GPT:90111 != 2097151\n[ 0.626799] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627816] vda: vda1 vda15\n[ 0.629582] scsi host0: ata_piix\n[ 0.630426] scsi host1: ata_piix\n[ 0.631234] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.632555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.634235] libphy: Fixed MDIO Bus: probed\n[ 0.635113] tun: Universal TUN/TAP device driver, 1.6\n[ 0.636107] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639090] PPP generic driver version 2.4.2\n[ 0.640109] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641358] ehci-pci: EHCI PCI platform driver\n[ 0.642286] ehci-platform: EHCI generic platform driver\n[ 0.643545] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644803] ohci-pci: OHCI PCI platform driver\n[ 0.645735] ohci-platform: OHCI generic platform driver\n[ 0.646817] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661556] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664214] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.666535] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667822] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669292] usb usb1: Product: UHCI Host Controller\n[ 0.670259] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671440] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672487] hub 1-0:1.0: USB hub found\n[ 0.673311] hub 1-0:1.0: 2 ports detected\n[ 0.674400] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676684] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677684] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678801] mousedev: PS/2 mouse device common for all mice\n[ 0.680488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682477] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683700] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684957] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686213] i2c /dev entries driver\n[ 0.687074] device-mapper: uevent: version 1.0.3\n[ 0.688108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689870] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.691685] NET: Registered protocol family 10\n[ 0.693108] NET: Registered protocol family 17\n[ 0.694112] Key type dns_resolver registered\n[ 0.695364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696523] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698505] registered taskstats version 1\n[ 0.699436] Loading compiled-in X.509 certificates\n[ 0.701054] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703074] zswap: loaded using pool lzo/zbud\n[ 0.705190] Key type trusted registered\n[ 0.707219] Key type encrypted registered\n[ 0.708116] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709216] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710346] evm: HMAC attrs: 0x1\n[ 0.711437] Magic number: 10:691:1\n[ 0.712340] rtc_cmos 00:00: setting system clock to 2018-07-23 00:00:49 UTC (1532304049)\n[ 0.714085] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715241] EDD information not available.\n[ 0.792481] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.805019] Write protecting the kernel read-only data: 14336k\n[ 0.808715] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810810] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\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.972227] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.86. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLFT6M6FpjQ3VMAx8p4S2Z2a7RY/X78wDhOaicQCPTSynMXebav+28JEik7+NOufQJxYcq/eO+TcYnRnM+5wfed33XQQAmGepRR2PxvsU5xgownqblsLfa+jaC9r2Ybd4NlLa6GP88WMJ46XERxVVN4ZhLpU4JMtczQfDqbZqBv561EUUR/xBAAKagKTPq4X1TpTG96EE8quXgfNltCE5pxIZFmm2V1FJa4C/UfJ8uuy1riITxJTAjNSlB8/eSD1oK4gvFDZ271l5NNUhv2v4yQQlOAh200+c+Atq9Af1ZZYPbGaymPrh9KFIgTNkfnBg5ux9yhLRbHz8W2rSwF5GT root@cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9\nssh-dss AAAAB3NzaC1kc3MAAACBALhVvkqgklUn0noNVNOiH0TrNViS1Hr1VTU7KdptvM+YkU9j/zVaFxzucLHIRqsslJQ96zEk1ktIpwaCnPSyw99h0tr3UadsA/4nIAZVUQBuyS4yyQ1H8/FHgZh9ilP2d7w19jVhKsiSpATNL5dBd9IbP1biS93sACT8+80X7KrHAAAAFQCDGre0KYjQwj2t+sD6jjHh2IsM3wAAAIBvGVyN4Wma4he4HfUTQqwXaWLWAbQF/n64xunYNTZxwW8N95Czyk6IFxZnRrj9epQjXbqcvcB+E292TsFH0fRFwf9idAJRrSnolFXpHirrZXFfaQtPtP7c3RQz+k5Oq6QKJhgBUPrS/DAanDHtZEzFv8oKkabx8gjXy4WovXjTjQAAAIB+mEslsP3lo9k2k2BQr7mAoH7LBZlnv+XEsRyGrecihHYwjf5spRA5v5diNft1Gy5tREtSxq3KZLxf6Z8XuHmLkImtj79HWW8aPgu4vYqf1A6t8U7d0FGPBu/KHpx6M21bZX0CyXLvahqJ8pO9JtZKhQ7YLTA9qiUPi7F5tqWFQQ== root@cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:8caa/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.06 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9 login: "} 2018-07-23 00:00:54,919 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/action used request id req-a27b48e8-1583-4e3f-a5c7-0aed76b097fa 2018-07-23 00:00:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0760409832001s 2018-07-23 00:00:54,920 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/action used request id req-a27b48e8-1583-4e3f-a5c7-0aed76b097fa 2018-07-23 00:00:54,920 - 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 484541460 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.154058] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155753] pid_max: default: 32768 minimum: 301 [ 0.156668] ACPI: Core revision 20150930 [ 0.158086] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159437] Security Framework initialized [ 0.160278] Yama: becoming mindful. [ 0.161029] AppArmor: AppArmor initialized [ 0.161922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.163285] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.164594] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165848] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.167311] Initializing cgroup subsys io [ 0.168149] Initializing cgroup subsys memory [ 0.169030] Initializing cgroup subsys devices [ 0.169933] Initializing cgroup subsys freezer [ 0.170823] Initializing cgroup subsys net_cls [ 0.171708] Initializing cgroup subsys perf_event [ 0.172646] Initializing cgroup subsys net_prio [ 0.173571] Initializing cgroup subsys hugetlb [ 0.174461] Initializing cgroup subsys pids [ 0.175354] CPU: Physical Processor ID: 0 [ 0.176878] mce: CPU supports 10 MCE banks [ 0.177753] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.178784] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193602] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.200013] ftrace: allocating 31920 entries in 125 pages [ 0.226379] smpboot: Max logical packages: 1 [ 0.227264] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228649] x2apic enabled [ 0.229489] Switched APIC routing to physical x2apic. [ 0.231257] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.232408] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.234541] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.236383] KVM setup paravirtual spinlock [ 0.237737] x86: Booted up 1 node, 1 CPUs [ 0.238575] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.240010] devtmpfs: initialized [ 0.241753] evm: security.selinux [ 0.242476] evm: security.SMACK64 [ 0.243189] evm: security.SMACK64EXEC [ 0.243953] evm: security.SMACK64TRANSMUTE [ 0.244779] evm: security.SMACK64MMAP [ 0.245543] evm: security.ima [ 0.246206] evm: security.capability [ 0.247039] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248954] pinctrl core: initialized pinctrl subsystem [ 0.250099] RTC time: 0:00:48, date: 07/23/18 [ 0.251097] NET: Registered protocol family 16 [ 0.252120] cpuidle: using governor ladder [ 0.252965] cpuidle: using governor menu [ 0.253772] PCCT header not found. [ 0.254553] ACPI: bus type PCI registered [ 0.255379] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256661] PCI: Using configuration type 1 for base access [ 0.258481] ACPI: Added _OSI(Module Device) [ 0.259353] ACPI: Added _OSI(Processor Device) [ 0.260242] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261166] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262946] ACPI: Interpreter enabled [ 0.263733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.265632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267517] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269407] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271299] ACPI: (supports S0 S5) [ 0.272023] ACPI: Using IOAPIC for interrupt routing [ 0.272996] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.276160] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.277342] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278610] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.279845] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.282131] acpiphp: Slot [3] registered [ 0.282959] acpiphp: Slot [4] registered [ 0.283777] acpiphp: Slot [5] registered [ 0.284601] acpiphp: Slot [6] registered [ 0.285423] acpiphp: Slot [7] registered [ 0.286252] acpiphp: Slot [8] registered [ 0.287076] acpiphp: Slot [9] registered [ 0.287904] acpiphp: Slot [10] registered [ 0.288735] acpiphp: Slot [11] registered [ 0.289571] acpiphp: Slot [12] registered [ 0.290414] acpiphp: Slot [13] registered [ 0.291251] acpiphp: Slot [14] registered [ 0.292089] acpiphp: Slot [15] registered [ 0.303201] acpiphp: Slot [16] registered [ 0.304042] acpiphp: Slot [17] registered [ 0.304877] acpiphp: Slot [18] registered [ 0.305707] acpiphp: Slot [19] registered [ 0.306542] acpiphp: Slot [20] registered [ 0.307382] acpiphp: Slot [21] registered [ 0.308220] acpiphp: Slot [22] registered [ 0.309056] acpiphp: Slot [23] registered [ 0.309891] acpiphp: Slot [24] registered [ 0.310783] acpiphp: Slot [25] registered [ 0.311628] acpiphp: Slot [26] registered [ 0.312473] acpiphp: Slot [27] registered [ 0.313374] acpiphp: Slot [28] registered [ 0.314228] acpiphp: Slot [29] registered [ 0.315075] acpiphp: Slot [30] registered [ 0.315925] acpiphp: Slot [31] registered [ 0.316753] PCI host bridge to bus 0000:00 [ 0.317593] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.318842] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.320103] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.321599] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.323095] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.324622] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.327987] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329315] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.330527] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331847] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.335503] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.337200] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.357134] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358673] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.360949] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.362607] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364126] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365454] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.366835] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.367945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369549] vgaarb: loaded [ 0.370178] vgaarb: bridge control possible 0000:00:02.0 [ 0.371466] SCSI subsystem initialized [ 0.372429] ACPI: bus type USB registered [ 0.373294] usbcore: registered new interface driver usbfs [ 0.374360] usbcore: registered new interface driver hub [ 0.375415] usbcore: registered new device driver usb [ 0.376561] PCI: Using ACPI for IRQ routing [ 0.377728] NetLabel: Initializing [ 0.378476] NetLabel: domain hash size = 128 [ 0.379364] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380371] NetLabel: unlabeled traffic allowed by default [ 0.381740] clocksource: Switched to clocksource kvm-clock [ 0.390436] AppArmor: AppArmor Filesystem Enabled [ 0.391460] pnp: PnP ACPI init [ 0.392431] pnp: PnP ACPI: found 5 devices [ 0.398974] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.401136] NET: Registered protocol family 2 [ 0.402426] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404099] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.405613] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407107] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409909] NET: Registered protocol family 1 [ 0.410986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.412340] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.413668] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.436061] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.450182] Trying to unpack rootfs image as initramfs... [ 0.508713] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.510481] Scanning for low memory corruption every 60 seconds [ 0.511924] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.513116] audit: initializing netlink subsys (disabled) [ 0.514207] audit: type=2000 audit(1532304049.134:1): initialized [ 0.515612] Initialise system trusted keyring [ 0.516582] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517786] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.519956] zbud: loaded [ 0.520710] VFS: Disk quotas dquot_6.6.0 [ 0.521563] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.523213] fuse init (API version 7.23) [ 0.524152] Key type big_key registered [ 0.524984] Allocating IMA MOK and blacklist keyrings. [ 0.526248] Key type asymmetric registered [ 0.527099] Asymmetric key parser 'x509' registered [ 0.528091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.529620] io scheduler noop registered [ 0.530442] io scheduler deadline registered (default) [ 0.531473] io scheduler cfq registered [ 0.532348] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.533416] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.534738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.536224] ACPI: Power Button [PWRF] [ 0.537114] GHES: HEST is not enabled! [ 0.550890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579115] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581289] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.607977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.612063] Linux agpgart interface v0.103 [ 0.615968] brd: module loaded [ 0.617829] loop: module loaded [ 0.622759] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.624269] GPT:90111 != 2097151 [ 0.624966] GPT:Alternate GPT header not at the end of the disk. [ 0.626098] GPT:90111 != 2097151 [ 0.626799] GPT: Use GNU Parted to correct GPT errors. [ 0.627816] vda: vda1 vda15 [ 0.629582] scsi host0: ata_piix [ 0.630426] scsi host1: ata_piix [ 0.631234] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.632555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.634235] libphy: Fixed MDIO Bus: probed [ 0.635113] tun: Universal TUN/TAP device driver, 1.6 [ 0.636107] tun: (C) 1999-2004 Max Krasnyansky [ 0.639090] PPP generic driver version 2.4.2 [ 0.640109] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.641358] ehci-pci: EHCI PCI platform driver [ 0.642286] ehci-platform: EHCI generic platform driver [ 0.643545] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.644803] ohci-pci: OHCI PCI platform driver [ 0.645735] ohci-platform: OHCI generic platform driver [ 0.646817] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661556] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662672] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664214] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.666535] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667822] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.669292] usb usb1: Product: UHCI Host Controller [ 0.670259] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.671440] usb usb1: SerialNumber: 0000:00:01.2 [ 0.672487] hub 1-0:1.0: USB hub found [ 0.673311] hub 1-0:1.0: 2 ports detected [ 0.674400] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676684] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677684] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678801] mousedev: PS/2 mouse device common for all mice [ 0.680488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.682477] rtc_cmos 00:00: RTC can wake from S4 [ 0.683700] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684957] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.686213] i2c /dev entries driver [ 0.687074] device-mapper: uevent: version 1.0.3 [ 0.688108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689870] ledtrig-cpu: registered to indicate activity on CPUs [ 0.691685] NET: Registered protocol family 10 [ 0.693108] NET: Registered protocol family 17 [ 0.694112] Key type dns_resolver registered [ 0.695364] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.696523] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.698505] registered taskstats version 1 [ 0.699436] Loading compiled-in X.509 certificates [ 0.701054] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703074] zswap: loaded using pool lzo/zbud [ 0.705190] Key type trusted registered [ 0.707219] Key type encrypted registered [ 0.708116] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709216] ima: No TPM chip found, activating TPM-bypass! [ 0.710346] evm: HMAC attrs: 0x1 [ 0.711437] Magic number: 10:691:1 [ 0.712340] rtc_cmos 00:00: setting system clock to 2018-07-23 00:00:49 UTC (1532304049) [ 0.714085] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.715241] EDD information not available. [ 0.792481] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.805019] Write protecting the kernel read-only data: 14336k [ 0.808715] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.810810] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 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.972227] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDLFT6M6FpjQ3VMAx8p4S2Z2a7RY/X78wDhOaicQCPTSynMXebav+28JEik7+NOufQJxYcq/eO+TcYnRnM+5wfed33XQQAmGepRR2PxvsU5xgownqblsLfa+jaC9r2Ybd4NlLa6GP88WMJ46XERxVVN4ZhLpU4JMtczQfDqbZqBv561EUUR/xBAAKagKTPq4X1TpTG96EE8quXgfNltCE5pxIZFmm2V1FJa4C/UfJ8uuy1riITxJTAjNSlB8/eSD1oK4gvFDZ271l5NNUhv2v4yQQlOAh200+c+Atq9Af1ZZYPbGaymPrh9KFIgTNkfnBg5ux9yhLRbHz8W2rSwF5GT root@cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9 ssh-dss AAAAB3NzaC1kc3MAAACBALhVvkqgklUn0noNVNOiH0TrNViS1Hr1VTU7KdptvM+YkU9j/zVaFxzucLHIRqsslJQ96zEk1ktIpwaCnPSyw99h0tr3UadsA/4nIAZVUQBuyS4yyQ1H8/FHgZh9ilP2d7w19jVhKsiSpATNL5dBd9IbP1biS93sACT8+80X7KrHAAAAFQCDGre0KYjQwj2t+sD6jjHh2IsM3wAAAIBvGVyN4Wma4he4HfUTQqwXaWLWAbQF/n64xunYNTZxwW8N95Czyk6IFxZnRrj9epQjXbqcvcB+E292TsFH0fRFwf9idAJRrSnolFXpHirrZXFfaQtPtP7c3RQz+k5Oq6QKJhgBUPrS/DAanDHtZEzFv8oKkabx8gjXy4WovXjTjQAAAIB+mEslsP3lo9k2k2BQr7mAoH7LBZlnv+XEsRyGrecihHYwjf5spRA5v5diNft1Gy5tREtSxq3KZLxf6Z8XuHmLkImtj79HWW8aPgu4vYqf1A6t8U7d0FGPBu/KHpx6M21bZX0CyXLvahqJ8pO9JtZKhQ7YLTA9qiUPi7F5tqWFQQ== root@cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe5e:8caa/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.06 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-891568c3-a34e-4496-9621-2f0411abeeb9 login: 2018-07-23 00:01:09,954 - paramiko.transport - DEBUG - starting thread (client mode): 0xafaf6f50L 2018-07-23 00:01:09,955 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-23 00:01:09,955 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-23 00:01:09,955 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-23 00:01:09,957 - 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-23 00:01:09,957 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-23 00:01:09,957 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-23 00:01:09,957 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-23 00:01:09,957 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-23 00:01:09,958 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-23 00:01:10,010 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-23 00:01:10,011 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-23 00:01:10,019 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: 17269164dc10d70f923af19230ad9032 2018-07-23 00:01:10,020 - paramiko.transport - DEBUG - Trying discovered key 4643a6aaf88e5fdd847c2f6de05ea794 in /tmp/tmp7Q7HNZ 2018-07-23 00:01:10,050 - paramiko.transport - DEBUG - userauth is OK 2018-07-23 00:01:10,056 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-23 00:01:10,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-23 00:01:10,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"volumeAttachment": {"volumeId": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}}' 2018-07-23 00:01:12,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01: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-895cbdcc-c782-4627-9ab8-323e164467b4 x-compute-request-id: req-895cbdcc-c782-4627-9ab8-323e164467b4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "volumeId": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}} 2018-07-23 00:01:12,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments used request id req-895cbdcc-c782-4627-9ab8-323e164467b4 2018-07-23 00:01:12,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.63576889038s 2018-07-23 00:01:12,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments used request id req-895cbdcc-c782-4627-9ab8-323e164467b4 2018-07-23 00:01:12,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:12,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:12 GMT Server: Apache x-compute-request-id: req-d52f1321-f403-44f1-afd6-9b178b1d526b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d52f1321-f403-44f1-afd6-9b178b1d526b Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:12.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:12,785 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-d52f1321-f403-44f1-afd6-9b178b1d526b 2018-07-23 00:01:12,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0644099712372s 2018-07-23 00:01:12,786 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-d52f1321-f403-44f1-afd6-9b178b1d526b 2018-07-23 00:01:12,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:14,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:14,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:15,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:14 GMT Server: Apache x-compute-request-id: req-f7c6eb92-5c50-4e70-b66a-3061fe96c0ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f7c6eb92-5c50-4e70-b66a-3061fe96c0ef Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:12.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:15,841 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-f7c6eb92-5c50-4e70-b66a-3061fe96c0ef 2018-07-23 00:01:15,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05152702332s 2018-07-23 00:01:15,842 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-f7c6eb92-5c50-4e70-b66a-3061fe96c0ef 2018-07-23 00:01:15,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:17,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:17,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:17,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:17 GMT Server: Apache x-compute-request-id: req-b0eeab9e-9f49-41f2-81d4-f09dbaf9a0c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0eeab9e-9f49-41f2-81d4-f09dbaf9a0c5 Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [{"server_id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "attachment_id": "52a0b81b-0b8b-4bfa-9cb9-2e051c09bcc7", "attached_at": "2018-07-23T00:01:15.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "device": "/dev/vdb", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:17.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:17,911 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-b0eeab9e-9f49-41f2-81d4-f09dbaf9a0c5 2018-07-23 00:01:17,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0650839805603s 2018-07-23 00:01:17,911 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-b0eeab9e-9f49-41f2-81d4-f09dbaf9a0c5 2018-07-23 00:01:17,914 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 00:01:17,915 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 00:01:17,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 00:01:17,919 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 00:01:17,988 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 00:01:17,989 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-23 00:01:17,990 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-23 00:01:17,991 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 00:01:18,026 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-23 00:01:18,026 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-23 00:01:18,056 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-23 00:01:18,459 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-23 00:01:18,459 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: b18ae37f-8e97-4b0d-afe2-e9de056b0c06 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-23 00:01:18,460 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-23 00:01:18,461 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-23 00:01:18,461 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-23 00:01:18,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-23 00:01:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:20,785 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-858c789d-9b0a-407d-85d4-c4ed7058e063 x-compute-request-id: req-858c789d-9b0a-407d-85d4-c4ed7058e063 Content-Length: 0 Content-Type: application/json 2018-07-23 00:01:20,785 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-858c789d-9b0a-407d-85d4-c4ed7058e063 2018-07-23 00:01:20,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.32382702827s 2018-07-23 00:01:20,786 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-858c789d-9b0a-407d-85d4-c4ed7058e063 2018-07-23 00:01:20,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:21,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:20 GMT Server: Apache x-compute-request-id: req-353c7876-7a7f-4386-833a-3e83489dd152 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-353c7876-7a7f-4386-833a-3e83489dd152 Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [{"server_id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "attachment_id": "52a0b81b-0b8b-4bfa-9cb9-2e051c09bcc7", "attached_at": "2018-07-23T00:01:15.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "device": "/dev/vdb", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:20.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:21,703 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-353c7876-7a7f-4386-833a-3e83489dd152 2018-07-23 00:01:21,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.916832923889s 2018-07-23 00:01:21,703 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-353c7876-7a7f-4386-833a-3e83489dd152 2018-07-23 00:01:21,705 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:23,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:23,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:24,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:23 GMT Server: Apache x-compute-request-id: req-763d4ff9-6570-4f5f-907f-19140738eebd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-763d4ff9-6570-4f5f-907f-19140738eebd Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:23.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:24,642 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-763d4ff9-6570-4f5f-907f-19140738eebd 2018-07-23 00:01:24,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.934704065323s 2018-07-23 00:01:24,642 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-763d4ff9-6570-4f5f-907f-19140738eebd 2018-07-23 00:01:24,644 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-23 00:01:24,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-23 00:01:24,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"volumeAttachment": {"volumeId": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}}' 2018-07-23 00:01:26,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01: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-37cc4268-be70-4f33-9465-122f76b04f69 x-compute-request-id: req-37cc4268-be70-4f33-9465-122f76b04f69 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "volumeId": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}} 2018-07-23 00:01:26,503 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments used request id req-37cc4268-be70-4f33-9465-122f76b04f69 2018-07-23 00:01:26,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.85913705826s 2018-07-23 00:01:26,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments used request id req-37cc4268-be70-4f33-9465-122f76b04f69 2018-07-23 00:01:26,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:26,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:26,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:26 GMT Server: Apache x-compute-request-id: req-eccf4992-bb51-417c-9d1b-43d7096d90ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eccf4992-bb51-417c-9d1b-43d7096d90ba Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:26.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:26,572 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-eccf4992-bb51-417c-9d1b-43d7096d90ba 2018-07-23 00:01:26,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0679240226746s 2018-07-23 00:01:26,573 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-eccf4992-bb51-417c-9d1b-43d7096d90ba 2018-07-23 00:01:26,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:28,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:28,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:28,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:28 GMT Server: Apache x-compute-request-id: req-41663dd8-47c4-4b18-8c01-c566d50a499f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-41663dd8-47c4-4b18-8c01-c566d50a499f Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:26.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:28,644 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-41663dd8-47c4-4b18-8c01-c566d50a499f 2018-07-23 00:01:28,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0677981376648s 2018-07-23 00:01:28,644 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-41663dd8-47c4-4b18-8c01-c566d50a499f 2018-07-23 00:01:28,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:30,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:30,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:30,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:30 GMT Server: Apache x-compute-request-id: req-20d2d62c-2a4f-4520-b2d9-b784a3ce8c82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20d2d62c-2a4f-4520-b2d9-b784a3ce8c82 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [{"server_id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "attachment_id": "db7278a0-1d6d-443c-b342-ab7fa3ddbef1", "attached_at": "2018-07-23T00:01:29.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "device": "/dev/vdb", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:29.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:30,722 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-20d2d62c-2a4f-4520-b2d9-b784a3ce8c82 2018-07-23 00:01:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0738410949707s 2018-07-23 00:01:30,723 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-20d2d62c-2a4f-4520-b2d9-b784a3ce8c82 2018-07-23 00:01:30,725 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-23 00:01:30,727 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-23 00:01:30,727 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-23 00:01:30,730 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-23 00:01:30,799 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-23 00:01:30,800 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-23 00:01:30,800 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-23 00:01:30,801 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-23 00:01:30,839 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-23 00:01:30,839 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-23 00:01:30,866 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-23 00:01:30,890 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-23 00:01:30,890 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-23 00:01:30,891 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-23 00:01:30,891 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-23 00:01:30,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-23 00:01:30,892 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-23 00:01:30,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:32,313 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:01:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0e45b97-0da1-4425-88d5-f486956cdb41 x-compute-request-id: req-b0e45b97-0da1-4425-88d5-f486956cdb41 Content-Length: 0 Content-Type: application/json 2018-07-23 00:01:32,313 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-b0e45b97-0da1-4425-88d5-f486956cdb41 2018-07-23 00:01:32,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.42087197304s 2018-07-23 00:01:32,314 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d/os-volume_attachments/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-b0e45b97-0da1-4425-88d5-f486956cdb41 2018-07-23 00:01:32,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:32,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:32 GMT Server: Apache x-compute-request-id: req-5c51faa8-a8e7-4fb0-862a-f425f4bd0a2e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c51faa8-a8e7-4fb0-862a-f425f4bd0a2e Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [{"server_id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "attachment_id": "db7278a0-1d6d-443c-b342-ab7fa3ddbef1", "attached_at": "2018-07-23T00:01:29.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "device": "/dev/vdb", "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599"}], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:32.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:32,382 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-5c51faa8-a8e7-4fb0-862a-f425f4bd0a2e 2018-07-23 00:01:32,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0682451725006s 2018-07-23 00:01:32,383 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-5c51faa8-a8e7-4fb0-862a-f425f4bd0a2e 2018-07-23 00:01:32,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:34,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:34,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:34,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:34 GMT Server: Apache x-compute-request-id: req-ee438a63-eb69-4911-ac02-18f40190dee1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee438a63-eb69-4911-ac02-18f40190dee1 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:33.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:34,445 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-ee438a63-eb69-4911-ac02-18f40190dee1 2018-07-23 00:01:34,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0579669475555s 2018-07-23 00:01:34,445 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-ee438a63-eb69-4911-ac02-18f40190dee1 2018-07-23 00:01:34,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 00:01:34,564 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:26 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-23 00:01:34,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 00:01:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:34,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:01: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-fa632b54-2fa9-46a0-976b-c9612f2c3b05 x-compute-request-id: req-fa632b54-2fa9-46a0-976b-c9612f2c3b05 Content-Type: application/json 2018-07-23 00:01:34,733 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-fa632b54-2fa9-46a0-976b-c9612f2c3b05 2018-07-23 00:01:34,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.162918806076s 2018-07-23 00:01:34,733 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d used request id req-fa632b54-2fa9-46a0-976b-c9612f2c3b05 2018-07-23 00:01:34,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:01:34,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:35,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a32c88a5-f3f1-48a9-ba9e-c16338695cc0 x-compute-request-id: req-a32c88a5-f3f1-48a9-ba9e-c16338695cc0 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:48.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:48Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:8f:04", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/0a045dca-e45f-4b97-8b45-68bfeda6656d", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:26.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "0a045dca-e45f-4b97-8b45-68bfeda6656d", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:01:34Z", "hostId": "935899ed44e95ebbd1986b89a8cac49ce51d9af0bcf833a59fe4d6ad", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm2_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:20Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:01:35,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a32c88a5-f3f1-48a9-ba9e-c16338695cc0 2018-07-23 00:01:35,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594576120377s 2018-07-23 00:01:35,329 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-a32c88a5-f3f1-48a9-ba9e-c16338695cc0 2018-07-23 00:01:35,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:37,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:01:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:38,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-055b394c-f727-4d47-94e4-df01cdb11a99 x-compute-request-id: req-055b394c-f727-4d47-94e4-df01cdb11a99 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:48.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:00:48Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:01:38,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-055b394c-f727-4d47-94e4-df01cdb11a99 2018-07-23 00:01:38,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739055871964s 2018-07-23 00:01:38,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-055b394c-f727-4d47-94e4-df01cdb11a99 2018-07-23 00:01:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 00:01:38,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/2dadf4db-ab78-4fbd-857b-6c34d496ea56.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:38,713 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6207880a-c7a8-4c6d-a395-d4c1325a697a Content-Length: 0 Date: Mon, 23 Jul 2018 00:01:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:38,713 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/2dadf4db-ab78-4fbd-857b-6c34d496ea56.json used request id req-6207880a-c7a8-4c6d-a395-d4c1325a697a 2018-07-23 00:01:38,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.635344982147s 2018-07-23 00:01:38,713 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/2dadf4db-ab78-4fbd-857b-6c34d496ea56.json used request id req-6207880a-c7a8-4c6d-a395-d4c1325a697a 2018-07-23 00:01:38,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:01:38,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:38,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-773d0d49-61d7-4e95-b945-4b0331a901dd Date: Mon, 23 Jul 2018 00:01:38 GMT RESP BODY: {"floatingips": [{"router_id": "9267a86c-8f6f-4407-9928-669649cbcc4a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-23T00:00:53Z", "floating_network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "297fd263-22e5-4fca-b9c1-2782807ed792", "id": "97cb7203-f03a-4f80-a5b2-06120b15f6af", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:53Z", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}]} 2018-07-23 00:01:38,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-773d0d49-61d7-4e95-b945-4b0331a901dd 2018-07-23 00:01:38,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0249860286713s 2018-07-23 00:01:38,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-773d0d49-61d7-4e95-b945-4b0331a901dd 2018-07-23 00:01:38,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:38,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:38,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:38 GMT Server: Apache x-compute-request-id: req-40ac0921-6a40-4141-854c-eacb88943f86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40ac0921-6a40-4141-854c-eacb88943f86 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:33.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:38,811 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-40ac0921-6a40-4141-854c-eacb88943f86 2018-07-23 00:01:38,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0640380382538s 2018-07-23 00:01:38,812 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-40ac0921-6a40-4141-854c-eacb88943f86 2018-07-23 00:01:38,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-23 00:01:38,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:39,750 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:01:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04cd6e69-03ca-4f53-9472-4d9e371fc206 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 00:01:39,750 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-04cd6e69-03ca-4f53-9472-4d9e371fc206 2018-07-23 00:01:39,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.936738967896s 2018-07-23 00:01:39,750 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599 used request id req-04cd6e69-03ca-4f53-9472-4d9e371fc206 2018-07-23 00:01:39,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:39,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:39,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:39 GMT Server: Apache x-compute-request-id: req-366cb9e4-6c53-41be-89e2-fc3dac5b71b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-366cb9e4-6c53-41be-89e2-fc3dac5b71b6 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "attachments": [], "links": [{"href": "http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "self"}, {"href": "http://172.30.9.24:8776/5de41808c8ea48e5bf14158aea76b8e8/volumes/cf2c746c-8d7b-4013-a1d1-6e8824082599", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-23T00:00:36.000000", "description": null, "os-vol-tenant-attr:tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "updated_at": "2018-07-23T00:01:39.000000", "volume_type": null, "name": "cinder_test-volume_891568c3-a34e-4496-9621-2f0411abeeb9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "cf2c746c-8d7b-4013-a1d1-6e8824082599", "size": 2}]} 2018-07-23 00:01:39,823 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-366cb9e4-6c53-41be-89e2-fc3dac5b71b6 2018-07-23 00:01:39,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0717279911041s 2018-07-23 00:01:39,823 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-366cb9e4-6c53-41be-89e2-fc3dac5b71b6 2018-07-23 00:01:39,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:41,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-23 00:01:41,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:41,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:41 GMT Server: Apache x-compute-request-id: req-b00e56ae-f91e-49bd-b090-adef17430248 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b00e56ae-f91e-49bd-b090-adef17430248 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-23 00:01:41,883 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-b00e56ae-f91e-49bd-b090-adef17430248 2018-07-23 00:01:41,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.055202960968s 2018-07-23 00:01:41,884 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.24:8776/v3/5de41808c8ea48e5bf14158aea76b8e8/volumes/detail used request id req-b00e56ae-f91e-49bd-b090-adef17430248 2018-07-23 00:01:41,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-23 00:01:41,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/floatingips/97cb7203-f03a-4f80-a5b2-06120b15f6af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:42,987 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b928678-0311-4eac-b998-5d56d897f396 Content-Length: 0 Date: Mon, 23 Jul 2018 00:01:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:42,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/97cb7203-f03a-4f80-a5b2-06120b15f6af.json used request id req-2b928678-0311-4eac-b998-5d56d897f396 2018-07-23 00:01:42,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10080909729s 2018-07-23 00:01:42,988 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/floatingips/97cb7203-f03a-4f80-a5b2-06120b15f6af.json used request id req-2b928678-0311-4eac-b998-5d56d897f396 2018-07-23 00:01:42,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-23 00:01:42,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:43,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-90834d74-05ba-44f5-81d2-93ba0d708765 Date: Mon, 23 Jul 2018 00:01:43 GMT RESP BODY: {"floatingips": []} 2018-07-23 00:01:43,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-90834d74-05ba-44f5-81d2-93ba0d708765 2018-07-23 00:01:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.02077293396s 2018-07-23 00:01:43,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-90834d74-05ba-44f5-81d2-93ba0d708765 2018-07-23 00:01:43,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-23 00:01:43,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:43,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:01: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-423f801b-3ae3-4d17-a8de-a0d58319754b x-compute-request-id: req-423f801b-3ae3-4d17-a8de-a0d58319754b Content-Type: application/json 2018-07-23 00:01:43,218 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-423f801b-3ae3-4d17-a8de-a0d58319754b 2018-07-23 00:01:43,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.20333981514s 2018-07-23 00:01:43,219 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8 used request id req-423f801b-3ae3-4d17-a8de-a0d58319754b 2018-07-23 00:01:43,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:01:43,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:43,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01: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-ba763888-fbb6-4c01-8d03-10bdb3c8347f x-compute-request-id: req-ba763888-fbb6-4c01-8d03-10bdb3c8347f Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:8c:aa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.24:8774/v2.1/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "self"}, {"href": "http://172.30.9.24:8774/servers/1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "rel": "bookmark"}], "image": {"id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "links": [{"href": "http://172.30.9.24:8774/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-23T00:00:48.000000", "flavor": {"id": "24b27583-5a0f-4ad3-bc10-f6b473212fef", "links": [{"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "bookmark"}]}, "id": "1293210e-4c73-4894-8eba-aa5bd2d8ddb8", "security_groups": [{"name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}], "user_id": "2813e533cb5d48568bfbbcbe61610a7e", "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-23T00:01:43Z", "hostId": "7ecdb0ac7049db0a6e956265f9e952825756e6ba11946b23dfe508a6", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9", "name": "cinder_test-vm_891568c3-a34e-4496-9621-2f0411abeeb9", "created": "2018-07-23T00:00:42Z", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-23 00:01:43,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ba763888-fbb6-4c01-8d03-10bdb3c8347f 2018-07-23 00:01:43,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380426883698s 2018-07-23 00:01:43,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-ba763888-fbb6-4c01-8d03-10bdb3c8347f 2018-07-23 00:01:43,602 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-23 00:01:45,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-23 00:01:45,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:45,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01: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-98bdbe32-63d3-4cff-84ac-360e6e58f713 x-compute-request-id: req-98bdbe32-63d3-4cff-84ac-360e6e58f713 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-23 00:01:45,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-98bdbe32-63d3-4cff-84ac-360e6e58f713 2018-07-23 00:01:45,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0771899223328s 2018-07-23 00:01:45,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-98bdbe32-63d3-4cff-84ac-360e6e58f713 2018-07-23 00:01:45,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-23 00:01:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:45,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-44c0b453-1474-45b6-982c-c2a1ccb0d8d5 Date: Mon, 23 Jul 2018 00:01:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:16Z", "updated_at": "2018-07-23T00:00:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "001b4dbe-dc4a-4f53-a0f8-34c36070046e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:16Z", "revision_number": 0, "id": "1bef6c55-f816-4e28-99a4-79388e9aa05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:16Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-23T00:00:17Z", "revision_number": 0, "id": "429a47a1-88ab-43ef-98b1-b6b132e6fc6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:17Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:17Z", "revision_number": 0, "id": "7c5835b2-936d-436f-bec3-7a2c5e8183c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:17Z", "security_group_id": "296eba1e-7404-42d4-ad71-c242c0c49396", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 4, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "296eba1e-7404-42d4-ad71-c242c0c49396", "name": "cinder_test-sg_891568c3-a34e-4496-9621-2f0411abeeb9"}, {"description": "Default security group", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:08Z", "updated_at": "2018-07-23T00:00:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "4bf36d64-a004-441f-b76d-439cee723830", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "8fb105dd-d241-4973-88db-51dc6c4e973c", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "c52d4e26-8abf-45d8-9296-bc1f467830ba", "remote_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-23T00:00:08Z", "revision_number": 0, "id": "e62fae83-b7a8-4ba5-b2c2-ea85771a6180", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-23T00:00:08Z", "security_group_id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5de41808c8ea48e5bf14158aea76b8e8"}], "revision_number": 4, "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "d4b9427c-d820-4fc2-b19c-c4d56571e0f5", "name": "default"}]} 2018-07-23 00:01:45,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-44c0b453-1474-45b6-982c-c2a1ccb0d8d5 2018-07-23 00:01:45,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0614252090454s 2018-07-23 00:01:45,747 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/security-groups.json used request id req-44c0b453-1474-45b6-982c-c2a1ccb0d8d5 2018-07-23 00:01:45,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-23 00:01:45,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/security-groups/296eba1e-7404-42d4-ad71-c242c0c49396.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:45,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0289081d-c1f3-450f-9bdf-680e35ffc32c Content-Length: 0 Date: Mon, 23 Jul 2018 00:01:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:45,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/296eba1e-7404-42d4-ad71-c242c0c49396.json used request id req-0289081d-c1f3-450f-9bdf-680e35ffc32c 2018-07-23 00:01:45,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.198156118393s 2018-07-23 00:01:45,950 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/security-groups/296eba1e-7404-42d4-ad71-c242c0c49396.json used request id req-0289081d-c1f3-450f-9bdf-680e35ffc32c 2018-07-23 00:01:45,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-23 00:01:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/os-keypairs/cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:46,167 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:01: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-8a693878-c0eb-4e5b-8188-935a25f3fd1c x-compute-request-id: req-8a693878-c0eb-4e5b-8188-935a25f3fd1c Content-Length: 0 Content-Type: application/json 2018-07-23 00:01:46,167 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9 used request id req-8a693878-c0eb-4e5b-8188-935a25f3fd1c 2018-07-23 00:01:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.217262983322s 2018-07-23 00:01:46,168 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/os-keypairs/cinder_test-kp_891568c3-a34e-4496-9621-2f0411abeeb9 used request id req-8a693878-c0eb-4e5b-8188-935a25f3fd1c 2018-07-23 00:01:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-23 00:01:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/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}61ab03d83d174086fa20219df272d755cf5f9a0c" -d '{"subnet_id": "dc259f42-b121-426e-9b16-3886189581dc"}' 2018-07-23 00:01:47,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-715cfb80-6a9a-4b1c-b733-6723c070ba1c Date: Mon, 23 Jul 2018 00:01:47 GMT RESP BODY: {"network_id": "8269c465-0f95-4279-bdb4-8f86a8389dbe", "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "subnet_id": "dc259f42-b121-426e-9b16-3886189581dc", "subnet_ids": ["dc259f42-b121-426e-9b16-3886189581dc"], "port_id": "a4e28c2b-88ed-41b2-aeb2-4379c783cfa6", "id": "9267a86c-8f6f-4407-9928-669649cbcc4a"} 2018-07-23 00:01:47,701 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/remove_router_interface.json used request id req-715cfb80-6a9a-4b1c-b733-6723c070ba1c 2018-07-23 00:01:47,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53295898438s 2018-07-23 00:01:47,702 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a/remove_router_interface.json used request id req-715cfb80-6a9a-4b1c-b733-6723c070ba1c returning object 9267a86c-8f6f-4407-9928-669649cbcc4a 2018-07-23 00:01:47,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-23 00:01:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:47,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d992a042-3232-4a41-81b2-b6efd35b9430 Date: Mon, 23 Jul 2018 00:01:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "50ddcc8c-18af-4ef3-8283-353ceb1d0563", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "68653b03-a42b-42eb-9688-ed005fbe2495", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "5de41808c8ea48e5bf14158aea76b8e8", "created_at": "2018-07-23T00:00:10Z", "admin_state_up": true, "updated_at": "2018-07-23T00:01:47Z", "revision_number": 4, "routes": [], "project_id": "5de41808c8ea48e5bf14158aea76b8e8", "id": "9267a86c-8f6f-4407-9928-669649cbcc4a", "name": "cinder_test-router_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:01:47,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d992a042-3232-4a41-81b2-b6efd35b9430 2018-07-23 00:01:47,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11528301239s 2018-07-23 00:01:47,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-d992a042-3232-4a41-81b2-b6efd35b9430 2018-07-23 00:01:47,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-23 00:01:47,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:49,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7ce4df3-4503-47bd-93d4-df1d9f0ef974 Content-Length: 0 Date: Mon, 23 Jul 2018 00:01:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:49,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a.json used request id req-d7ce4df3-4503-47bd-93d4-df1d9f0ef974 2018-07-23 00:01:49,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4191660881s 2018-07-23 00:01:49,239 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/9267a86c-8f6f-4407-9928-669649cbcc4a.json used request id req-d7ce4df3-4503-47bd-93d4-df1d9f0ef974 2018-07-23 00:01:49,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-23 00:01:49,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:49,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-83474358-81de-40fc-bd3f-73655fb6cd2d Date: Mon, 23 Jul 2018 00:01:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-23T00:00:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"dc259f42-b121-426e-9b16-3886189581dc","subnetpool_id":null,"name":"cinder_test-subnet_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:01:49,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-83474358-81de-40fc-bd3f-73655fb6cd2d 2018-07-23 00:01:49,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0526809692383s 2018-07-23 00:01:49,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-83474358-81de-40fc-bd3f-73655fb6cd2d 2018-07-23 00:01:49,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-23 00:01:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/dc259f42-b121-426e-9b16-3886189581dc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:51,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-10f9ed21-7a2a-40a5-9d1a-1f768169e054 Date: Mon, 23 Jul 2018 00:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:51,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/dc259f42-b121-426e-9b16-3886189581dc.json used request id req-10f9ed21-7a2a-40a5-9d1a-1f768169e054 2018-07-23 00:01:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38777399063s 2018-07-23 00:01:51,682 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/dc259f42-b121-426e-9b16-3886189581dc.json used request id req-10f9ed21-7a2a-40a5-9d1a-1f768169e054 2018-07-23 00:01:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-23 00:01:51,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:51,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-a0c93935-a016-4b73-8808-ed7ea63648b4 Date: Mon, 23 Jul 2018 00:01:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["68653b03-a42b-42eb-9688-ed005fbe2495"],"updated_at":"2018-07-22T23:50:46Z","tenant_id":"4081c00e3b094bcba7a91cd66cc3a093","created_at":"2018-07-22T23:50:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"4081c00e3b094bcba7a91cd66cc3a093","id":"50ddcc8c-18af-4ef3-8283-353ceb1d0563","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-23T00:01:51Z","tenant_id":"5de41808c8ea48e5bf14158aea76b8e8","created_at":"2018-07-23T00:00:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5de41808c8ea48e5bf14158aea76b8e8","id":"8269c465-0f95-4279-bdb4-8f86a8389dbe","name":"cinder_test-net_891568c3-a34e-4496-9621-2f0411abeeb9"}]} 2018-07-23 00:01:51,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a0c93935-a016-4b73-8808-ed7ea63648b4 2018-07-23 00:01:51,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.13609790802s 2018-07-23 00:01:51,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a0c93935-a016-4b73-8808-ed7ea63648b4 2018-07-23 00:01:51,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-23 00:01:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/8269c465-0f95-4279-bdb4-8f86a8389dbe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:53,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a9d506e4-acfc-4471-aaed-bcd0dea6c474 Date: Mon, 23 Jul 2018 00:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-23 00:01:53,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8269c465-0f95-4279-bdb4-8f86a8389dbe.json used request id req-a9d506e4-acfc-4471-aaed-bcd0dea6c474 2018-07-23 00:01:53,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.264523983s 2018-07-23 00:01:53,085 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/8269c465-0f95-4279-bdb4-8f86a8389dbe.json used request id req-a9d506e4-acfc-4471-aaed-bcd0dea6c474 2018-07-23 00:01:53,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-23 00:01:53,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:53,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-c963b76e-c2b5-419e-9250-9f606b74c19b Date: Mon, 23 Jul 2018 00:01:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "metadata": {}}], "file": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/file", "owner": "5de41808c8ea48e5bf14158aea76b8e8", "id": "24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "size": 12716032, "self": "/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f", "disk_format": "qcow2", "direct_url": "rbd://30506945-580c-48aa-900a-d0e6cc705b08/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-23T00:00:15Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_891568c3-a34e-4496-9621-2f0411abeeb9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-23T00:00:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-23 00:01:53,294 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-c963b76e-c2b5-419e-9250-9f606b74c19b 2018-07-23 00:01:53,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205153942108s 2018-07-23 00:01:53,295 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-c963b76e-c2b5-419e-9250-9f606b74c19b 2018-07-23 00:01:53,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-23 00:01:53,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}61ab03d83d174086fa20219df272d755cf5f9a0c" 2018-07-23 00:01:53,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e7a590f-ef65-42cd-83ea-61d76b88157f Date: Mon, 23 Jul 2018 00:01:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-23 00:01:53,830 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f used request id req-6e7a590f-ef65-42cd-83ea-61d76b88157f 2018-07-23 00:01:53,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.534238100052s 2018-07-23 00:01:53,831 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/24b0b648-bbaa-4a87-9d72-8db7fa633d3f used request id req-6e7a590f-ef65-42cd-83ea-61d76b88157f 2018-07-23 00:01:53,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-23 00:01:53,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:53,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a85f01a7-05ec-43e9-967c-ec639b88b576 x-compute-request-id: req-a85f01a7-05ec-43e9-967c-ec639b88b576 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_891568c3-a34e-4496-9621-2f0411abeeb9", "links": [{"href": "http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "rel": "self"}, {"href": "http://172.30.9.24:8774/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef", "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": "24b27583-5a0f-4ad3-bc10-f6b473212fef"}]} 2018-07-23 00:01:53,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-a85f01a7-05ec-43e9-967c-ec639b88b576 2018-07-23 00:01:53,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0274810791016s 2018-07-23 00:01:53,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/flavors/detail?is_public=None used request id req-a85f01a7-05ec-43e9-967c-ec639b88b576 2018-07-23 00:01:53,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-23 00:01:53,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:53,900 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 23 Jul 2018 00:01:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b021525-43a4-4b5d-84e1-43cefaaba2b2 x-compute-request-id: req-4b021525-43a4-4b5d-84e1-43cefaaba2b2 Content-Length: 0 Content-Type: application/json 2018-07-23 00:01:53,900 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef used request id req-4b021525-43a4-4b5d-84e1-43cefaaba2b2 2018-07-23 00:01:53,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0399432182312s 2018-07-23 00:01:53,901 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.24:8774/v2.1/flavors/24b27583-5a0f-4ad3-bc10-f6b473212fef used request id req-4b021525-43a4-4b5d-84e1-43cefaaba2b2 2018-07-23 00:01:53,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 00:01:53,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ea7f8e3-fb26-4e2d-9538-fc11772a4981 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/00aa678570044caea5cb2062001629e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "00aa678570044caea5cb2062001629e6", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/0351af8796f5481bad09c7f43c6f8282"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0351af8796f5481bad09c7f43c6f8282", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/07e42a8fd5a941ab89a51bf932c1379d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e42a8fd5a941ab89a51bf932c1379d", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/13614a3370634ddb98b9aa772fa8c28a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "13614a3370634ddb98b9aa772fa8c28a", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/253b59df150c48e3a7e1c455fc358706"}, "domain_id": "default", "enabled": true, "options": {}, "id": "253b59df150c48e3a7e1c455fc358706", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9", "links": {"self": "http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2813e533cb5d48568bfbbcbe61610a7e", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/3af8f38bf2d6417dbc9cfd51f422f3e3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3af8f38bf2d6417dbc9cfd51f422f3e3", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/72d541fe14504cc9894e366f0f5a1f99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "72d541fe14504cc9894e366f0f5a1f99", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/7db5208566db4f58aa5274b8f675260d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7db5208566db4f58aa5274b8f675260d", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/890d534e03c84b2d9c64e7c3336650cb"}, "domain_id": "e7e1d6133e9041bcbc3e657296269b60", "enabled": true, "options": {}, "id": "890d534e03c84b2d9c64e7c3336650cb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/96678c17194b47fa8033cb8fe680d7be"}, "domain_id": "default", "enabled": true, "options": {}, "id": "96678c17194b47fa8033cb8fe680d7be", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/98843f97ea954d42a2abc5bbfae6de6f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "98843f97ea954d42a2abc5bbfae6de6f", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/d61f57c6835f42b5a8536017408cad93"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d61f57c6835f42b5a8536017408cad93", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/ebbf8a3dbd224534a456f295e0a11368"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ebbf8a3dbd224534a456f295e0a11368", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/ffbc584d635d46b7984871152f9c9986"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ffbc584d635d46b7984871152f9c9986", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-23 00:01:54,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4ea7f8e3-fb26-4e2d-9538-fc11772a4981 2018-07-23 00:01:54,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123647928238s 2018-07-23 00:01:54,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4ea7f8e3-fb26-4e2d-9538-fc11772a4981 2018-07-23 00:01:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-23 00:01:54,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe329d0-f785-4ab2-bcd6-0483ffe2c160 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_891568c3-a34e-4496-9621-2f0411abeeb9", "links": {"self": "http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2813e533cb5d48568bfbbcbe61610a7e", "description": null}} 2018-07-23 00:01:54,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e used request id req-cfe329d0-f785-4ab2-bcd6-0483ffe2c160 2018-07-23 00:01:54,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111232042313s 2018-07-23 00:01:54,143 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e used request id req-cfe329d0-f785-4ab2-bcd6-0483ffe2c160 2018-07-23 00:01:54,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-23 00:01:54,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caac3b64-43e1-4bfd-8092-c9bfd09b3fe6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:01:54,376 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e used request id req-caac3b64-43e1-4bfd-8092-c9bfd09b3fe6 2018-07-23 00:01:54,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.231852054596s 2018-07-23 00:01:54,376 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/2813e533cb5d48568bfbbcbe61610a7e used request id req-caac3b64-43e1-4bfd-8092-c9bfd09b3fe6 2018-07-23 00:01:54,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-23 00:01:54,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1443014a-c6b9-4919-93ab-adb1c8c99533 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/4081c00e3b094bcba7a91cd66cc3a093"}, "tags": [], "enabled": true, "id": "4081c00e3b094bcba7a91cd66cc3a093", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8"}, "tags": [], "enabled": true, "id": "5de41808c8ea48e5bf14158aea76b8e8", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_891568c3-a34e-4496-9621-2f0411abeeb9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/d2708d2078d347d995ef4237b108faeb"}, "tags": [], "enabled": true, "id": "d2708d2078d347d995ef4237b108faeb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-23 00:01:54,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-1443014a-c6b9-4919-93ab-adb1c8c99533 2018-07-23 00:01:54,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10106420517s 2018-07-23 00:01:54,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-1443014a-c6b9-4919-93ab-adb1c8c99533 2018-07-23 00:01:54,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-23 00:01:54,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ce7c4a8-6261-4f26-b8b5-ec4ebe85ab2f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:01:54,705 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8 used request id req-9ce7c4a8-6261-4f26-b8b5-ec4ebe85ab2f 2018-07-23 00:01:54,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.215218067169s 2018-07-23 00:01:54,706 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/5de41808c8ea48e5bf14158aea76b8e8 used request id req-9ce7c4a8-6261-4f26-b8b5-ec4ebe85ab2f 2018-07-23 00:01:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-23 00:01:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8481e58-3555-465e-aad6-c910690dcaaf Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6597eab71d2746a389c34f439ec4336b", "links": {"self": "http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b"}, "name": "Member"}, {"domain_id": null, "id": "90c6f658d8e64621a7524ec4dfa085c7", "links": {"self": "http://172.30.9.24:5000/v3/roles/90c6f658d8e64621a7524ec4dfa085c7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bae3eb435dc546629b218d01ff7fdf77", "links": {"self": "http://172.30.9.24:5000/v3/roles/bae3eb435dc546629b218d01ff7fdf77"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "c09df7a739d14afa8466d5ab9d48f32f", "links": {"self": "http://172.30.9.24:5000/v3/roles/c09df7a739d14afa8466d5ab9d48f32f"}, "name": "swiftoperator"}, {"domain_id": null, "id": "d13af05f4ec144f9a63c2f28dee074a6", "links": {"self": "http://172.30.9.24:5000/v3/roles/d13af05f4ec144f9a63c2f28dee074a6"}, "name": "ResellerAdmin"}]} 2018-07-23 00:01:54,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e8481e58-3555-465e-aad6-c910690dcaaf 2018-07-23 00:01:54,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10176897049s 2018-07-23 00:01:54,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e8481e58-3555-465e-aad6-c910690dcaaf 2018-07-23 00:01:54,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-23 00:01:54,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a6d89e9e06b32a2e261956647819cacac53c7e9" 2018-07-23 00:01:54,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 23 Jul 2018 00:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2d5c98b-e0a7-4674-9991-04c1cefce5f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-23 00:01:54,955 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b used request id req-b2d5c98b-e0a7-4674-9991-04c1cefce5f7 2018-07-23 00:01:54,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.138402938843s 2018-07-23 00:01:54,956 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/6597eab71d2746a389c34f439ec4336b used request id req-b2d5c98b-e0a7-4674-9991-04c1cefce5f7 2018-07-23 00:01:55,016 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-23 00:01:55,164 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-23 00:01:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-23 00:01:55,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-23 00:01:55,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-23 00:01:55,166 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-23 00:01:55,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:01:55,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c8a1d5f-90cf-4613-8ab8-a0a32eb66065 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.24:5000/v3/", "rel": "self"}]}} 2018-07-23 00:01:55,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-2c8a1d5f-90cf-4613-8ab8-a0a32eb66065 2018-07-23 00:01:55,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-23 00:01:55,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "90c6f658d8e64621a7524ec4dfa085c7", "name": "admin"}], "expires_at": "2018-07-23T01:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2708d2078d347d995ef4237b108faeb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf087a02936a4298920685f00db575f9"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}], "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab723686557e44a29a0fd27df0931a61"}], "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdef381cc8e944a6a830d27c48d23370"}], "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"url": "http://192.30.9.4:8776/v3/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b947cbcc5c84159911bbad7a983e101"}], "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2e436a94fab74c8a80a87d2338704965"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33b17fd622044692977ac7c667cc9dad"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "989dfe192e09456cbd3c4a4ae9984f23"}], "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b51c47c612194269942270633d181821"}], "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db28d9c1721e4371b30120682f2b7429"}], "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"url": "http://192.30.9.4:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"url": "http://172.30.9.24:8004/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cc6832fe1d55460ba337b9c3daf8188d"}], "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43836553d17f40fd98b5d7f606448316"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}], "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"url": "http://192.30.9.4:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"url": "http://172.30.9.24:8776/v1/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d26aeff6251b4759b8eb1f988c7caed3"}], "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"url": "http://192.30.9.4:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6c76922487d34139a964722685c6ef80"}, {"url": "http://172.30.9.24:8776/v2/d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7b210d137f5943db9f751bf41e59a098"}], "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9e06731060c249a0bdb9af95db537525"}, {"url": "http://172.30.9.24:8080/v1/AUTH_d2708d2078d347d995ef4237b108faeb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e371a71941c0443bbfee2a412bb9db12"}], "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b7ad56a686f8426e83d81d32c629be42"}], "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0536eafa45584999b79e76973ffbc61a"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9709a6f7e90b4543ab6023ab8a040119"}], "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "13614a3370634ddb98b9aa772fa8c28a"}, "audit_ids": ["DFPH-TqjSkSrwrSW26r6xw"], "issued_at": "2018-07-23T00:01:55.000000Z"}} 2018-07-23 00:01:55,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-23 00:01:55,572 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 00:01:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-23 00:01:55,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-23 00:01:55,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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-23 00:01:55,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 23 Jul 2018 00:01:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 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.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-23 00:01:55,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}c80f7f30ffd78633b3d3bac25333da256223930d" 2018-07-23 00:01:55,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9da3204d-bb95-4252-8a0f-606d495a93dd Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1da0fa08bd274116b343e7d1bdce0aaa"}, "enabled": true, "type": "event", "id": "1da0fa08bd274116b343e7d1bdce0aaa", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3d828f94e9b34f7ea41170ab6a519214"}, "enabled": true, "type": "identity", "id": "3d828f94e9b34f7ea41170ab6a519214", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4ab795d38bed4c879be39d9ca8b647ed"}, "enabled": true, "type": "metering", "id": "4ab795d38bed4c879be39d9ca8b647ed", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/572f078e4ecc4dd29f467c26484b7fef"}, "enabled": true, "type": "metric", "id": "572f078e4ecc4dd29f467c26484b7fef", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/5862c6a1e36b42c6b65b4e49fba8b782"}, "enabled": true, "type": "volumev3", "id": "5862c6a1e36b42c6b65b4e49fba8b782", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/586757299cc34650b62cc298abd190e4"}, "enabled": true, "type": "alarming", "id": "586757299cc34650b62cc298abd190e4", "name": "aodh"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6037d498e15442169bf99cd1102a11c1"}, "enabled": true, "type": "cloudformation", "id": "6037d498e15442169bf99cd1102a11c1", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6a17596d3f0b46258c7cff6df3ed22ca"}, "enabled": true, "type": "placement", "id": "6a17596d3f0b46258c7cff6df3ed22ca", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9c67d8fe733c427d9c798d901ff1b552"}, "enabled": true, "type": "orchestration", "id": "9c67d8fe733c427d9c798d901ff1b552", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a21fc35727b44eb6b885f7025523e651"}, "enabled": true, "type": "compute", "id": "a21fc35727b44eb6b885f7025523e651", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/aa9310fbee084c85b4c27ef99c402004"}, "enabled": true, "type": "volume", "id": "aa9310fbee084c85b4c27ef99c402004", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/d428c2e2ecbf4fd48b7a6a2d7161f8db"}, "enabled": true, "type": "volumev2", "id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "name": "cinderv2"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e5cff2a5b0b34dd0945c4ebaf771a87f"}, "enabled": true, "type": "object-store", "id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "name": "swift"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f5c6af612fc64a029131554ddbe706ca"}, "enabled": true, "type": "network", "id": "f5c6af612fc64a029131554ddbe706ca", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/facbf6827bc042e7b3e12f9eaf01d47b"}, "enabled": true, "type": "image", "id": "facbf6827bc042e7b3e12f9eaf01d47b", "name": "glance"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-23 00:01:55,680 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-9da3204d-bb95-4252-8a0f-606d495a93dd 2018-07-23 00:01:55,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.104926109314s 2018-07-23 00:01:55,681 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-9da3204d-bb95-4252-8a0f-606d495a93dd 2018-07-23 00:01:55,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-23 00:01:55,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}c80f7f30ffd78633b3d3bac25333da256223930d" 2018-07-23 00:01:55,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 23 Jul 2018 00:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d273946-8374-4af8-9c03-3a953bb807ca Content-Encoding: gzip Content-Length: 1954 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0536eafa45584999b79e76973ffbc61a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "0536eafa45584999b79e76973ffbc61a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/078e0e68185f4822adaa3fb1f3064a7a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "078e0e68185f4822adaa3fb1f3064a7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/11f361c4837142859e1eaebfb2c29a4d"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "11f361c4837142859e1eaebfb2c29a4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1d53c292e44f4ed59c3b4c63a02578f9"}, "url": "http://172.30.9.24:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "1d53c292e44f4ed59c3b4c63a02578f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2a2102f87b054f54aac04b68b1c76f53"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "2a2102f87b054f54aac04b68b1c76f53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2e436a94fab74c8a80a87d2338704965"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "586757299cc34650b62cc298abd190e4", "id": "2e436a94fab74c8a80a87d2338704965"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/33b17fd622044692977ac7c667cc9dad"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "586757299cc34650b62cc298abd190e4", "id": "33b17fd622044692977ac7c667cc9dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/3d972810210c4fc3a777d81ad5a113d9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "3d972810210c4fc3a777d81ad5a113d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/43836553d17f40fd98b5d7f606448316"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "43836553d17f40fd98b5d7f606448316"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/44703ad2aec04697a7daac8b67520e5d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "44703ad2aec04697a7daac8b67520e5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4a1fde1ae5a945948b9db39edba61f39"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "4a1fde1ae5a945948b9db39edba61f39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/60413fe15f804954bf3e6bf65d0041d8"}, "url": "http://172.30.9.24:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "60413fe15f804954bf3e6bf65d0041d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/63a3ecbd3a834cd4afeb1dcbefb43fd2"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "63a3ecbd3a834cd4afeb1dcbefb43fd2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6c76922487d34139a964722685c6ef80"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "6c76922487d34139a964722685c6ef80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6ea967f6ca8147e2a9cdb3f436e46990"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "6ea967f6ca8147e2a9cdb3f436e46990"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7058ded6fb154173bbd8610cbbf5c7ed"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "7058ded6fb154173bbd8610cbbf5c7ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7419407cd1cc452e9e7390b0e7e284ce"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "7419407cd1cc452e9e7390b0e7e284ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7b210d137f5943db9f751bf41e59a098"}, "url": "http://172.30.9.24:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d428c2e2ecbf4fd48b7a6a2d7161f8db", "id": "7b210d137f5943db9f751bf41e59a098"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7b947cbcc5c84159911bbad7a983e101"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5862c6a1e36b42c6b65b4e49fba8b782", "id": "7b947cbcc5c84159911bbad7a983e101"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/7e4c6f52ef814eb4ad1ee7702d774260"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "7e4c6f52ef814eb4ad1ee7702d774260"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8507134fa49c4ca18f52740b39aa2925"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "8507134fa49c4ca18f52740b39aa2925"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "90fa6e1ddbe84b5cb0fc7ed0ae9ae887"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/945ddfe974154af09b3c88ebf4c33609"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "945ddfe974154af09b3c88ebf4c33609"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9709a6f7e90b4543ab6023ab8a040119"}, "url": "http://172.30.9.24:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "facbf6827bc042e7b3e12f9eaf01d47b", "id": "9709a6f7e90b4543ab6023ab8a040119"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/989dfe192e09456cbd3c4a4ae9984f23"}, "url": "http://172.30.9.24:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "586757299cc34650b62cc298abd190e4", "id": "989dfe192e09456cbd3c4a4ae9984f23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9e06731060c249a0bdb9af95db537525"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "9e06731060c249a0bdb9af95db537525"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a023a9a1b7264d269630e9de1e13c229"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "a023a9a1b7264d269630e9de1e13c229"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a07be2f36167495f96ec86e4c2a8dc4d"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "a07be2f36167495f96ec86e4c2a8dc4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "a0ce4e07c5e64bd9bd1e48aab7d33b9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ab723686557e44a29a0fd27df0931a61"}, "url": "http://172.30.9.24:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d828f94e9b34f7ea41170ab6a519214", "id": "ab723686557e44a29a0fd27df0931a61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/afa2373dd9094ee3b1a8c29e3d6b99cf"}, "url": "http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "afa2373dd9094ee3b1a8c29e3d6b99cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b4eb4794c02c41449b1ae6a9e49e9144"}, "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a21fc35727b44eb6b885f7025523e651", "id": "b4eb4794c02c41449b1ae6a9e49e9144"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b51c47c612194269942270633d181821"}, "url": "http://172.30.9.24:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6037d498e15442169bf99cd1102a11c1", "id": "b51c47c612194269942270633d181821"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b7ad56a686f8426e83d81d32c629be42"}, "url": "http://172.30.9.24:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f5c6af612fc64a029131554ddbe706ca", "id": "b7ad56a686f8426e83d81d32c629be42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/bf087a02936a4298920685f00db575f9"}, "url": "http://172.30.9.24:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "bf087a02936a4298920685f00db575f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c9ba3ec498e640b1ac11ae5a1eaa5a23"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1da0fa08bd274116b343e7d1bdce0aaa", "id": "c9ba3ec498e640b1ac11ae5a1eaa5a23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/cc6832fe1d55460ba337b9c3daf8188d"}, "url": "http://172.30.9.24:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c67d8fe733c427d9c798d901ff1b552", "id": "cc6832fe1d55460ba337b9c3daf8188d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d26aeff6251b4759b8eb1f988c7caed3"}, "url": "http://172.30.9.24:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa9310fbee084c85b4c27ef99c402004", "id": "d26aeff6251b4759b8eb1f988c7caed3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/db28d9c1721e4371b30120682f2b7429"}, "url": "http://172.30.9.24:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a17596d3f0b46258c7cff6df3ed22ca", "id": "db28d9c1721e4371b30120682f2b7429"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e028e54b9baa4216b707a897b87d5b3b"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "e028e54b9baa4216b707a897b87d5b3b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e371a71941c0443bbfee2a412bb9db12"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e5cff2a5b0b34dd0945c4ebaf771a87f", "id": "e371a71941c0443bbfee2a412bb9db12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/fdef381cc8e944a6a830d27c48d23370"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "572f078e4ecc4dd29f467c26484b7fef", "id": "fdef381cc8e944a6a830d27c48d23370"}], "links": {"self": "http://172.30.9.24:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-23 00:01:55,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-8d273946-8374-4af8-9c03-3a953bb807ca 2018-07-23 00:01:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0993509292603s 2018-07-23 00:01:55,790 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-8d273946-8374-4af8-9c03-3a953bb807ca 2018-07-23 00:02:16,370 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-23 00:02:16,371 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-23 00:02:16,403 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-23 00:02:16,536 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 00:02:16,537 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-23 00:02:16,601 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-07-23 00:02:16,929 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-23 00:02:16,929 - openstack_tests - INFO - OS Credentials = > 2018-07-23 00:02:18,039 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-23 00:02:18,623 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-07-23 00:02:25,304 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-479c6745-04a6-4913-b3ff-d35bf6c71919-projName 2018-07-23 00:02:26,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9e1625cd-5b17-45eb-97d9-a8ea8cb04875 2018-07-23 00:02:26,336 - neutron_utils - INFO - Deleting security group with name - default 2018-07-23 00:02:26,697 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-479c6745-04a6-4913-b3ff-d35bf6c71919-projName 2018-07-23 00:02:28,056 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-186a9d24-3628-4568-94f2-0861312b96a6-username 2018-07-23 00:02:28,179 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-186a9d24-3628-4568-94f2-0861312b96a6-username 2018-07-23 00:02:33,238 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-username 2018-07-23 00:02:33,442 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-projName 2018-07-23 00:02:33,554 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-role 2018-07-23 00:02:33,646 - keystone_utils - INFO - Granting role KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-role to project KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-projName 2018-07-23 00:02:34,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f649a92-f2c1-467f-b73e-147e21db174e 2018-07-23 00:02:34,706 - neutron_utils - INFO - Deleting security group with name - default 2018-07-23 00:02:35,050 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-projName 2018-07-23 00:02:35,354 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-username 2018-07-23 00:02:35,598 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-7276546e-24bd-4f6c-a93e-dd31838536fb-role 2018-07-23 00:02:37,765 - keystone_utils - INFO - Granting role admin to project admin 2018-07-23 00:02:37,899 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-125052a2-4340-4b9-name 2018-07-23 00:02:38,258 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-125052a2-4340-4b9-name 2018-07-23 00:02:40,614 - keystone_utils - INFO - Granting role admin to project admin 2018-07-23 00:02:40,755 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-06a3ba5a-8404-4ea-name 2018-07-23 00:02:40,755 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-06a3ba5a-8404-4ea-name 2018-07-23 00:02:40,976 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-06a3ba5a-8404-4ea-name 2018-07-23 00:02:43,125 - keystone_utils - INFO - Granting role admin to project admin 2018-07-23 00:02:43,272 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-573fd1b0-4e83-4cc-name 2018-07-23 00:02:43,383 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-573fd1b0-4e83-4cc-name 2018-07-23 00:02:45,586 - keystone_utils - INFO - Granting role admin to project admin 2018-07-23 00:02:45,719 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ec329cc9-1bac-44e-name 2018-07-23 00:02:46,440 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ec329cc9-1bac-44e-name 2018-07-23 00:02:47,885 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-da471cae-0db8-428-name 2018-07-23 00:02:47,885 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-da471cae-0db8-428-name 2018-07-23 00:02:49,112 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-da471cae-0db8-428-name 2018-07-23 00:02:50,790 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d5d98c21-acae-45f-name 2018-07-23 00:02:51,967 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d5d98c21-acae-45f-name 2018-07-23 00:02:53,479 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d4794b32-3070-461-name 2018-07-23 00:02:55,196 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d4794b32-3070-461-name 2018-07-23 00:02:57,862 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4e53a28e-85f2-406-name 2018-07-23 00:03:00,170 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4e53a28e-85f2-406-name 2018-07-23 00:03:01,783 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ed5f7757-4aa0-47a-name 2018-07-23 00:03:04,993 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ed5f7757-4aa0-47a-name 2018-07-23 00:03:06,536 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:08,033 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:08,222 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-17dbd159-643a-43b-user 2018-07-23 00:03:08,446 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-17dbd159-643a-43b-name-role 2018-07-23 00:03:08,538 - keystone_utils - INFO - Granting role CreateProjectUserTests-17dbd159-643a-43b-name-role to project CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:09,508 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-17dbd159-643a-43b-name... 2018-07-23 00:03:09,508 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:09,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:10,174 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:10,372 - neutron_utils - INFO - Retrieving security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:10,693 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:10,903 - neutron_utils - INFO - Retrieving security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:11,116 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:11,177 - neutron_utils - INFO - Retrieving security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:11,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 609c384c-5404-4155-8ac5-f084832af168 2018-07-23 00:03:11,617 - neutron_utils - INFO - Deleting security group rule with ID - bd220a4f-7f50-49d9-b0a3-7254dcc21b6b 2018-07-23 00:03:11,999 - neutron_utils - INFO - Deleting security group rule with ID - 6ca75027-fba8-4ff9-9717-56ff9b7f10e6 2018-07-23 00:03:12,112 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:12,251 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-17dbd159-643a-43b-user 2018-07-23 00:03:13,443 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e57c517c-ca28-488d-9283-f3c12a296a82 2018-07-23 00:03:13,642 - neutron_utils - INFO - Deleting security group with name - default 2018-07-23 00:03:13,999 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-17dbd159-643a-43b-name 2018-07-23 00:03:14,195 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-17dbd159-643a-43b-name-role 2018-07-23 00:03:15,724 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:17,227 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:17,380 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-d3e58b25-6a4e-41d-user1 2018-07-23 00:03:17,584 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name-role 2018-07-23 00:03:17,674 - keystone_utils - INFO - Granting role CreateProjectUserTests-d3e58b25-6a4e-41d-name-role to project CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:19,448 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:19,577 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-d3e58b25-6a4e-41d-user2 2018-07-23 00:03:19,674 - keystone_utils - INFO - Granting role CreateProjectUserTests-d3e58b25-6a4e-41d-name-role to project CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:20,660 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-d3e58b25-6a4e-41d-name... 2018-07-23 00:03:20,660 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:21,185 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:21,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:21,571 - neutron_utils - INFO - Retrieving security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:21,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:21,986 - neutron_utils - INFO - Retrieving security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:22,215 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:22,239 - neutron_utils - INFO - Retrieving security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:22,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:23,726 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:23,928 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:24,118 - neutron_utils - INFO - Retrieving security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:24,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d98b823-94fc-4cbb-8034-0903e5df5438 2018-07-23 00:03:24,200 - neutron_utils - INFO - Deleting security group rule with ID - 4130c2bc-d6da-4f86-8a16-4d0ef1844949 2018-07-23 00:03:24,296 - neutron_utils - INFO - Deleting security group rule with ID - d04a684a-9855-4288-9ca4-c95bebfc4224 2018-07-23 00:03:24,455 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:24,749 - neutron_utils - INFO - Deleting security group rule with ID - d04a684a-9855-4288-9ca4-c95bebfc4224 2018-07-23 00:03:24,775 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d04a684a-9855-4288-9ca4-c95bebfc4224 does not exist Neutron server returns request_ids: ['req-9ac8df24-1cf5-48dd-8776-f8b80d901004'] 2018-07-23 00:03:24,775 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:25,091 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 8d98b823-94fc-4cbb-8034-0903e5df5438 does not exist Neutron server returns request_ids: ['req-758e0c12-064f-4cff-b489-ff4623ba7182'] 2018-07-23 00:03:25,092 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-d3e58b25-6a4e-41d-user1 2018-07-23 00:03:25,382 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-d3e58b25-6a4e-41d-user2 2018-07-23 00:03:26,259 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 859615a6-580b-4e0e-8173-a6ad1b1475db 2018-07-23 00:03:26,453 - neutron_utils - INFO - Deleting security group with name - default 2018-07-23 00:03:26,761 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name 2018-07-23 00:03:26,933 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-d3e58b25-6a4e-41d-name-role 2018-07-23 00:03:30,101 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-d0c7c4a7-0707-4d1a-83c5-372c76cab282 2018-07-23 00:03:30,806 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-07-23 00:03:31,293 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-17add65a-3d0b-43b8-819a-b9756bc48534-pub-net 2018-07-23 00:03:33,374 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-17add65a-3d0b-43b8-819a-b9756bc48534-pub-net 2018-07-23 00:03:35,907 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5456a8dd-cf2c-4d2e-bb6c-c996dcb64734-pub-net 2018-07-23 00:03:37,113 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5456a8dd-cf2c-4d2e-bb6c-c996dcb64734-pub-subnet 2018-07-23 00:03:39,629 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-5456a8dd-cf2c-4d2e-bb6c-c996dcb64734-pub-subnet 2018-07-23 00:03:39,629 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-5456a8dd-cf2c-4d2e-bb6c-c996dcb64734-pub-subnet 2018-07-23 00:03:42,262 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5456a8dd-cf2c-4d2e-bb6c-c996dcb64734-pub-net 2018-07-23 00:03:44,761 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-982801c1-8f47-485a-bdfa-185dd130502d-pub-net 2018-07-23 00:03:45,812 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-982801c1-8f47-485a-bdfa-185dd130502d-pub-subnet 2018-07-23 00:03:45,828 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-982801c1-8f47-485a-bdfa-185dd130502d-pub-subnet] for network [NeutronUtilsSubnetTests-982801c1-8f47-485a-bdfa-185dd130502d-pub-net] 2018-07-23 00:03:45,828 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-982801c1-8f47-485a-bdfa-185dd130502d-pub-net 2018-07-23 00:03:47,258 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-986798fe-6cfd-496d-99a8-43c8fbc48f13-pub-net 2018-07-23 00:03:48,175 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-986798fe-6cfd-496d-99a8-43c8fbc48f13-pub-subnet 2018-07-23 00:03:50,762 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-986798fe-6cfd-496d-99a8-43c8fbc48f13-pub-subnet 2018-07-23 00:03:50,763 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-986798fe-6cfd-496d-99a8-43c8fbc48f13-pub-subnet 2018-07-23 00:03:52,996 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-986798fe-6cfd-496d-99a8-43c8fbc48f13-pub-net 2018-07-23 00:03:55,108 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-994c6039-6365-45d3-ac6a-f2b7d6a90fd7-pub-net 2018-07-23 00:03:56,005 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-994c6039-6365-45d3-ac6a-f2b7d6a90fd7-pub-subnet 2018-07-23 00:03:56,085 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-994c6039-6365-45d3-ac6a-f2b7d6a90fd7-pub-subnet] for network [NeutronUtilsSubnetTests-994c6039-6365-45d3-ac6a-f2b7d6a90fd7-pub-net] 2018-07-23 00:03:56,085 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-994c6039-6365-45d3-ac6a-f2b7d6a90fd7-pub-net 2018-07-23 00:03:57,538 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-8144cccd-6ead-46ed-990d-5811eb21d7ca-pub-net 2018-07-23 00:03:58,407 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-8144cccd-6ead-46ed-990d-5811eb21d7ca-pub-subnet 2018-07-23 00:04:00,035 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-8144cccd-6ead-46ed-990d-5811eb21d7ca-pub-subnet 2018-07-23 00:04:00,035 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-8144cccd-6ead-46ed-990d-5811eb21d7ca-pub-subnet 2018-07-23 00:04:00,999 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-8144cccd-6ead-46ed-990d-5811eb21d7ca-pub-net 2018-07-23 00:04:03,395 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-net 2018-07-23 00:04:04,378 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-subnet 2018-07-23 00:04:07,307 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-router 2018-07-23 00:04:10,917 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-router 2018-07-23 00:04:12,594 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-router 2018-07-23 00:04:14,316 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-router 2018-07-23 00:04:16,335 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-subnet 2018-07-23 00:04:16,335 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-subnet 2018-07-23 00:04:18,673 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c912baa5-b51b-42b5-8690-58f1cce5ee4e-pub-net 2018-07-23 00:04:20,365 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-net 2018-07-23 00:04:21,420 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-subnet 2018-07-23 00:04:23,978 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-router 2018-07-23 00:04:26,230 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-subnet 2018-07-23 00:04:28,314 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-router 2018-07-23 00:04:28,839 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-router 2018-07-23 00:04:30,345 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-subnet 2018-07-23 00:04:30,345 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-subnet 2018-07-23 00:04:30,384 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-18ce7958-6338-4137-a82e-b8f05318febe-pub-net 2018-07-23 00:04:31,639 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-006d73ba-ad5f-4f70-8943-f2a153dbb914-pub-net 2018-07-23 00:04:32,575 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-006d73ba-ad5f-4f70-8943-f2a153dbb914-pub-subnet 2018-07-23 00:04:34,516 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-006d73ba-ad5f-4f70-8943-f2a153dbb914-pub-subnet 2018-07-23 00:04:34,517 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-006d73ba-ad5f-4f70-8943-f2a153dbb914-pub-subnet 2018-07-23 00:04:36,632 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-006d73ba-ad5f-4f70-8943-f2a153dbb914-pub-net 2018-07-23 00:04:38,809 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-net 2018-07-23 00:04:39,732 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-subnet 2018-07-23 00:04:42,121 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-router 2018-07-23 00:04:44,891 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-subnet 2018-07-23 00:04:44,892 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-subnet 2018-07-23 00:04:47,198 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-29112493-811d-4cd9-81e2-f475f9d95e19-pub-net 2018-07-23 00:04:49,065 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-net 2018-07-23 00:04:50,004 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-subnet 2018-07-23 00:04:53,233 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-net 2018-07-23 00:04:54,370 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-port 2018-07-23 00:04:54,919 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-subnet 2018-07-23 00:04:54,920 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-subnet 2018-07-23 00:04:57,170 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b75a0bba-7563-4660-a714-5ec281fda186-pub-net 2018-07-23 00:04:59,185 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-net 2018-07-23 00:05:00,082 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-subnet 2018-07-23 00:05:03,434 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-net 2018-07-23 00:05:04,461 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-port 2018-07-23 00:05:05,260 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-subnet 2018-07-23 00:05:05,260 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-subnet 2018-07-23 00:05:07,362 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-7827fc0c-7373-4946-996a-68982ddd2eea-pub-net 2018-07-23 00:05:09,159 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-net 2018-07-23 00:05:10,083 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-subnet 2018-07-23 00:05:13,894 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-net 2018-07-23 00:05:13,910 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-subnet 2018-07-23 00:05:13,910 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-subnet 2018-07-23 00:05:16,403 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5b37b2a5-8076-43e5-b9f2-9791a2958159-pub-net 2018-07-23 00:05:18,421 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-net 2018-07-23 00:05:19,413 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-subnet 2018-07-23 00:05:22,683 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-net 2018-07-23 00:05:23,133 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-subnet 2018-07-23 00:05:23,133 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-subnet 2018-07-23 00:05:25,552 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5b67d45f-ba45-4207-ba63-a423dd9aa7c6-pub-net 2018-07-23 00:05:27,403 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-net 2018-07-23 00:05:28,307 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-subnet 2018-07-23 00:05:31,480 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-net 2018-07-23 00:05:31,672 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-subnet 2018-07-23 00:05:31,672 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-subnet 2018-07-23 00:05:33,878 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-abd82e94-8d9e-49fd-9b3f-030972e61f04-pub-net 2018-07-23 00:05:35,628 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-net 2018-07-23 00:05:36,704 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-subnet 2018-07-23 00:05:40,474 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-net 2018-07-23 00:05:41,683 - neutron_utils - INFO - Deleting port with name 2018-07-23 00:05:42,340 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-subnet 2018-07-23 00:05:42,340 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-subnet 2018-07-23 00:05:44,794 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a2391f15-c7d8-42fe-b350-86297d2cac78-pub-net 2018-07-23 00:05:49,115 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-c41ceaa8-95be-4907-8e52-a01b75e72b21-pub-router 2018-07-23 00:05:50,759 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-0c4f92f4-b711-40ce-92e8-175236102c88-pub-router 2018-07-23 00:05:51,456 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3875941b-1f04-4e66-8c1d-d317cb9ae69cname 2018-07-23 00:05:51,878 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaad25c4-64e5-4bb9-b482-cb638375543e 2018-07-23 00:05:52,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - aaad25c4-64e5-4bb9-b482-cb638375543e 2018-07-23 00:05:52,472 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3875941b-1f04-4e66-8c1d-d317cb9ae69cname 2018-07-23 00:05:53,289 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-04d055ec-b824-4c0a-9cb7-9278afe23291name-1 2018-07-23 00:05:53,728 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c324aa81-6630-4aa6-8d15-cb9cb96d3fa1 2018-07-23 00:05:53,918 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-04d055ec-b824-4c0a-9cb7-9278afe23291name-2 2018-07-23 00:05:54,338 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d79023-d13f-449b-85e0-bdbf3cb3e6be 2018-07-23 00:05:54,538 - neutron_utils - INFO - Listing the available security groups 2018-07-23 00:05:54,949 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02d79023-d13f-449b-85e0-bdbf3cb3e6be 2018-07-23 00:05:55,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 517dcae9-9402-40cc-8096-7af83e91e084 2018-07-23 00:05:55,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 617303ba-b4e2-4376-a111-fcd4e5a57ab9 2018-07-23 00:05:55,572 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 71c8c585-25ec-410a-ad34-e46c14ab1325 2018-07-23 00:05:55,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d9561fd-7625-4f55-ae46-18283988e004 2018-07-23 00:05:55,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 951957d9-4f5e-4d84-99db-f2668d58c3e0 2018-07-23 00:05:55,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a9848f81-1c7b-4e79-b5a1-d4ba652dfe62 2018-07-23 00:05:56,014 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c324aa81-6630-4aa6-8d15-cb9cb96d3fa1 2018-07-23 00:05:56,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf9d4091-054e-45ce-88ce-1788b8128d9a 2018-07-23 00:05:56,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d0b5df8f-64f5-435a-bc25-ee5762aa844b 2018-07-23 00:05:56,424 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4b9427c-d820-4fc2-b19c-c4d56571e0f5 2018-07-23 00:05:56,450 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-04d055ec-b824-4c0a-9cb7-9278afe23291name-1 2018-07-23 00:05:56,611 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-04d055ec-b824-4c0a-9cb7-9278afe23291name-2 2018-07-23 00:05:57,876 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-a0d23aef-873e-40a2-88a0-0ac25f15dfc1name 2018-07-23 00:05:58,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8669cb5-a2d8-47bf-819f-2a114c55f47e 2018-07-23 00:05:58,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8669cb5-a2d8-47bf-819f-2a114c55f47e 2018-07-23 00:05:58,984 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-a0d23aef-873e-40a2-88a0-0ac25f15dfc1name 2018-07-23 00:05:59,835 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-d7788af2-d6b0-48d1-8615-84af0a7b5cb0name 2018-07-23 00:06:00,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:00,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:00,744 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-d7788af2-d6b0-48d1-8615-84af0a7b5cb0name 2018-07-23 00:06:01,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:02,075 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:02,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:02,559 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b557a40-db07-434e-976b-65619d9ac063 2018-07-23 00:06:02,767 - neutron_utils - INFO - Deleting security group rule with ID - cb92c608-c683-4efc-9038-7bceae47d3bb 2018-07-23 00:06:03,058 - neutron_utils - INFO - Deleting security group rule with ID - fb5f20b8-8451-4687-9d27-43b9b54b0607 2018-07-23 00:06:03,341 - neutron_utils - INFO - Deleting security group rule with ID - 74c81951-7ab3-484f-9721-b30563731a8d 2018-07-23 00:06:03,650 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-d7788af2-d6b0-48d1-8615-84af0a7b5cb0name 2018-07-23 00:06:04,437 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-add2fa4c-05ee-4673-92ed-9622e6110c40name-1 2018-07-23 00:06:04,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c7bc9dc-5b99-4bd0-9dea-4e29505c8fa8 2018-07-23 00:06:05,050 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-add2fa4c-05ee-4673-92ed-9622e6110c40name-2 2018-07-23 00:06:05,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec442902-2ab0-415a-ab76-205253573442 2018-07-23 00:06:05,657 - neutron_utils - INFO - Retrieving security group with ID - 1c7bc9dc-5b99-4bd0-9dea-4e29505c8fa8 2018-07-23 00:06:05,731 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1c7bc9dc-5b99-4bd0-9dea-4e29505c8fa8 2018-07-23 00:06:05,947 - neutron_utils - INFO - Retrieving security group with ID - ec442902-2ab0-415a-ab76-205253573442 2018-07-23 00:06:06,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec442902-2ab0-415a-ab76-205253573442 2018-07-23 00:06:06,191 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-add2fa4c-05ee-4673-92ed-9622e6110c40name-1 2018-07-23 00:06:06,417 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-add2fa4c-05ee-4673-92ed-9622e6110c40name-2 2018-07-23 00:06:07,278 - neutron_utils - INFO - Creating floating ip to external network - external 2018-07-23 00:06:10,337 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-d44429ac-6973-478f-bfac-437f085f3de2 2018-07-23 00:06:11,256 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-3c3a7dbe-9aa8-4bef-aace-2e9acabc60c9.pub 2018-07-23 00:06:11,256 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-3c3a7dbe-9aa8-4bef-aace-2e9acabc60c9 2018-07-23 00:06:11,256 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-3c3a7dbe-9aa8-4bef-aace-2e9acabc60c9.pub 2018-07-23 00:06:11,256 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-3c3a7dbe-9aa8-4bef-aace-2e9acabc60c9 2018-07-23 00:06:12,150 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-309c3bf1-6d02-4eef-8963-76128d3ecf37 2018-07-23 00:06:16,974 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-image 2018-07-23 00:06:17,198 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-image 2018-07-23 00:06:17,790 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-net 2018-07-23 00:06:18,668 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-subnet 2018-07-23 00:06:22,408 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-net 2018-07-23 00:06:23,801 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-vm_inst 2018-07-23 00:06:36,478 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-port 2018-07-23 00:06:37,291 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-subnet 2018-07-23 00:06:37,292 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-subnet 2018-07-23 00:06:39,546 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-net 2018-07-23 00:06:41,027 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-f56d96fd-a7e6-4152-be74-57a07bd05fc6-image 2018-07-23 00:06:44,348 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-image 2018-07-23 00:06:44,522 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-image 2018-07-23 00:06:45,312 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-net 2018-07-23 00:06:46,411 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-subnet 2018-07-23 00:06:50,011 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50 2018-07-23 00:06:50,968 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50 2018-07-23 00:06:55,231 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-net 2018-07-23 00:06:56,629 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-vm_inst 2018-07-23 00:06:59,382 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-vm_inst 2018-07-23 00:07:06,765 - create_instance - INFO - VM is - ACTIVE 2018-07-23 00:07:28,573 - create_instance - INFO - Deleting Port with ID - e285d932-85e8-4a00-9f9e-865d4c62d3b4 2018-07-23 00:07:28,573 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-port 2018-07-23 00:07:29,086 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-vm_inst 2018-07-23 00:07:29,246 - create_instance - INFO - Checking deletion status 2018-07-23 00:07:32,758 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-vm_inst 2018-07-23 00:07:32,994 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50 2018-07-23 00:07:34,147 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50 2018-07-23 00:07:34,181 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-subnet 2018-07-23 00:07:34,182 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-subnet 2018-07-23 00:07:36,404 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-net 2018-07-23 00:07:38,111 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-931b36b7-cbbd-4507-9e47-9cf009303a50-image 2018-07-23 00:07:41,029 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-image 2018-07-23 00:07:41,216 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-image 2018-07-23 00:07:41,890 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-net 2018-07-23 00:07:42,968 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-subnet 2018-07-23 00:07:47,434 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b 2018-07-23 00:07:48,339 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b 2018-07-23 00:07:52,066 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-net 2018-07-23 00:07:53,409 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-vm_inst 2018-07-23 00:07:56,752 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-vm_inst 2018-07-23 00:08:04,512 - create_instance - INFO - VM is - ACTIVE 2018-07-23 00:08:09,953 - create_instance - INFO - Deleting Port with ID - 9363712d-5da4-4917-8458-1c9b84616135 2018-07-23 00:08:09,954 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-port 2018-07-23 00:08:10,446 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-vm_inst 2018-07-23 00:08:10,854 - create_instance - INFO - Checking deletion status 2018-07-23 00:08:14,180 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-vm_inst 2018-07-23 00:08:14,508 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b 2018-07-23 00:08:17,872 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b 2018-07-23 00:08:17,906 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-subnet 2018-07-23 00:08:17,906 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-subnet 2018-07-23 00:08:20,193 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-net 2018-07-23 00:08:21,743 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-81ac7174-63b2-49ff-bd42-eddd462c025b-image 2018-07-23 00:08:24,380 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-image 2018-07-23 00:08:24,561 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-image 2018-07-23 00:08:25,186 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-net 2018-07-23 00:08:26,172 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-subnet 2018-07-23 00:08:29,702 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3 2018-07-23 00:08:30,689 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3 2018-07-23 00:08:34,491 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-net 2018-07-23 00:08:36,087 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-vm_inst 2018-07-23 00:08:38,732 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-vm_inst 2018-07-23 00:08:46,559 - create_instance - INFO - VM is - ACTIVE 2018-07-23 00:08:57,891 - create_instance - INFO - Deleting Port with ID - c08c76f6-2c20-4251-bef0-7d6e6d955d32 2018-07-23 00:08:57,892 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-port 2018-07-23 00:08:58,457 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-vm_inst 2018-07-23 00:08:58,681 - create_instance - INFO - Checking deletion status 2018-07-23 00:09:02,233 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-vm_inst 2018-07-23 00:09:02,461 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3 2018-07-23 00:09:03,592 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3 2018-07-23 00:09:03,643 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-subnet 2018-07-23 00:09:03,643 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-subnet 2018-07-23 00:09:06,057 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-net 2018-07-23 00:09:07,786 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-0905ae0d-f3ac-4e3c-b7b8-3a659bafcfc3-image 2018-07-23 00:09:16,384 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-aef35730-bd26-46e4-8d08-2263c761260ename 2018-07-23 00:09:18,309 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-5549e4b0-4a8e-4cf2-b10d-fe225cdf8dee-image 2018-07-23 00:09:18,492 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-5549e4b0-4a8e-4cf2-b10d-fe225cdf8dee-image 2018-07-23 00:09:47,760 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-5549e4b0-4a8e-4cf2-b10d-fe225cdf8dee-image 2018-07-23 00:09:52,388 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-3ae5a77d-05b1-4c67-abce-0784e29d4e2c-image 2018-07-23 00:09:52,587 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-3ae5a77d-05b1-4c67-abce-0784e29d4e2c-image 2018-07-23 00:10:36,462 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-3ae5a77d-05b1-4c67-abce-0784e29d4e2c-image 2018-07-23 00:10:42,189 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-442dc0e9-d591-43ca-a657-389ad6cb6777-image1 2018-07-23 00:10:42,366 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-442dc0e9-d591-43ca-a657-389ad6cb6777-image1 2018-07-23 00:10:44,851 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-442dc0e9-d591-43ca-a657-389ad6cb6777-image2 2018-07-23 00:10:45,050 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-442dc0e9-d591-43ca-a657-389ad6cb6777-image2 2018-07-23 00:11:14,080 - neutron_utils - INFO - Retrieving security group with ID - d36f1f91-64ab-4ce4-8c9f-9e9a29c595c6 2018-07-23 00:11:14,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d36f1f91-64ab-4ce4-8c9f-9e9a29c595c6 2018-07-23 00:11:15,995 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ba0ca299-ed6f-4d78-9aa2-d942c6787ca1 2018-07-23 00:11:16,429 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ba0ca299-ed6f-4d78-9aa2-d942c6787ca1 2018-07-23 00:11:18,412 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-cc74c624-897a-41d7-9842-cc082e3c1bba 2018-07-23 00:11:19,691 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-ff66984c-fbd0-4716-8e6f-e7f51c70d89a 2018-07-23 00:11:20,962 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-89f44594-30d0-49b3-a88a-05f774542d8c 2018-07-23 00:11:22,961 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c78e044b-a348-4fbb-9c5d-c5113a10c8e4 2018-07-23 00:11:23,659 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-c78e044b-a348-4fbb-9c5d-c5113a10c8e4 2018-07-23 00:11:25,840 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-af47c73b-1764-4b04-8c6f-21792cb3acbe 2018-07-23 00:11:27,629 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-e279d64c-0259-4444-b5a6-0b98ba3a92a1 2018-07-23 00:11:28,069 - cinder_utils - INFO - Volume with ID [0f58e34e-4b6a-43dd-b5d2-ad6da8e670c2] does not exist 2018-07-23 00:11:28,070 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-e279d64c-0259-4444-b5a6-0b98ba3a92a1 2018-07-23 00:11:30,064 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-beaa9b2e-7cbc-437d-8aa4-8e8ad4746bbf 2018-07-23 00:11:31,917 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-58774244-8a26-4c61-a2db-51a4d599d6ad-type 2018-07-23 00:11:33,417 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7a88602c-08be-494c-a2f3-4a8de4ff7580-type 2018-07-23 00:11:34,221 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-7a88602c-08be-494c-a2f3-4a8de4ff7580-type 2018-07-23 00:11:34,692 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7a88602c-08be-494c-a2f3-4a8de4ff7580-type 2018-07-23 00:11:35,978 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-f7a782c2-c2aa-4da6-9cec-e679d4b4a628-type 2018-07-23 00:11:36,482 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-f7a782c2-c2aa-4da6-9cec-e679d4b4a628-type 2018-07-23 00:11:37,966 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-de775a28-4999-4605-be84-e52065f81541-type 2018-07-23 00:11:38,392 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-de775a28-4999-4605-be84-e52065f81541-type 2018-07-23 00:11:40,233 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-8c367b50-cab7-491c-9410-fc2eeb6a6c98 2018-07-23 00:11:40,719 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-8c367b50-cab7-491c-9410-fc2eeb6a6c98 2018-07-23 00:11:40,971 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-8c367b50-cab7-491c-9410-fc2eeb6a6c98-qos 2018-07-23 00:11:42,446 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-5ae75868-e2da-4d82-b042-cf0df4b93c42) 2018-07-23 00:11:42,446 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-cc850f98-15f2-400d-ba67-d2e69fd7fda9 2018-07-23 00:11:42,688 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-cc850f98-15f2-400d-ba67-d2e69fd7fda9-qos 2018-07-23 00:11:44,209 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-f39960d2-b1c5-4980-bee9-d69a74c5b005 2018-07-23 00:11:44,318 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-f39960d2-b1c5-4980-bee9-d69a74c5b005-qos 2018-07-23 00:11:47,316 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-3ab4d276-e227-42e4-ad12-7a6f751bc596 2018-07-23 00:11:47,572 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-3ab4d276-e227-42e4-ad12-7a6f751bc596 2018-07-23 00:11:47,783 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-3ab4d276-e227-42e4-ad12-7a6f751bc596-qos 2018-07-23 00:11:48,182 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-23 00:11:48,182 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 09:29 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-23 00:11:48,188 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-07-23 00:11:48,189 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:11 | PASS | | vmready2 | functest | healthcheck | 00:09 | PASS | | singlevm1 | functest | healthcheck | 01:06 | PASS | | singlevm2 | functest | healthcheck | 00:36 | PASS | | vping_ssh | functest | healthcheck | 00:59 | PASS | | vping_userdata | functest | healthcheck | 00:34 | PASS | | cinder_test | functest | healthcheck | 01:26 | PASS | | odl | functest | healthcheck | 00:20 | PASS | | api_check | functest | healthcheck | 09:29 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-23 00:11:48,202 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR